Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.3
-
Labels:None
-
Number of attachments :
Description
Custom packagings can be made which do not have a primary project artifact, but can have attached artifacts. The one plugin currently only allows the "pom" packaging to behave like this and will throw an error otherwise.
Better to log a warning and continue that to force the build to fail.
MONE-6.diff changes the exception to a log warning.Also changes the parent pom version to 4-SNAPSHOT so the module will build.