You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Absence of [INFO] F8: spring-boot: Detected main class com.acme.foo.Application
On builded container: /deployment only contains simple jars and not all jar dependencies
When running it: no main manifest attribute, in /deployments/foo.jar
The text was updated successfully, but these errors were encountered:
Description
Using a simple jar packaging (with Spring-Boot in my case), fabric8-maven-plugin incorrectly detect it as a fat-jar.
After looking on recent fmp code changes, I noticed this Main Class test deletion
7795450#diff-6381c00c0fdfd17f4c36d06e76549dcfL61
Is it really wanted for JIB support?
Info
4.3.1
mvn -v
) :mvn install
Absence of
[INFO] F8: spring-boot: Detected main class com.acme.foo.Application
On builded container:
/deployment
only contains simple jars and not all jar dependenciesWhen running it:
no main manifest attribute, in /deployments/foo.jar
The text was updated successfully, but these errors were encountered: