Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Today, you cannot do something like
mvn install webstart:jnlp
hoping that your freshly installed artifact gets packaged into your jnlp artifact. The reason, I didn't think it was necessary because of the one artifact one module rule. If you feel otherwise, please vote on this issue.
I was surprised to see, that the webstart plugin requires me to create a separate maven project.
The "one project - one artefact" rule is an argument, but a weak one in this case, I think.
For example, I can create a source jar (=artifact ?!) with "mvn source:jar" from my existing project without the need to create a separate project. I think, it's reasonable to support such "derived artifacts" in one project.
So, for simplicity and practical reasons I would like to see a fix for this issue
Thanks.