Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
A jar file is generated even for projects with no java sources (ie: no src/main/java directory) - this creates some problems with the current assembly implementation, since an horrible near-empty jar gets into the assembly.
Issue Links
- relates to
-
MJAR-105
Regression: Build fails for an empty main jar with 2.2
-
that's not a bug. It's valid to have a jar with no sources (eg, just resources).
IT does print a warning