Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: jnlp-download-servlet
-
Labels:None
-
Number of attachments :
Description
Would be very nice to be able to maven release a multi-module project.
Impossible right now cause all jarResources are looked up in the maven repositories not in target repositories.
In a multi-module project, some jarResources (same group id) may have been built in the same compilation process, in my case release process.
In that process, during the prepare phase, artifacts are compiled in target directories but not moved to the local repository.
So jnlp-download-servlet can't find them.
Issue Links
- duplicates
-
MWEBSTART-121
The plugin should pick up jars from sister projects
-