Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0-beta-2
-
None
Description
Maven2 won't create more than one uniquely named artifact for a project, unless you set the packaging to "pom". Then you have a separate pom for each of the artifacts, referencing the project pom with a parent tag. They would get deployed like this:
/myorg/mymodule/1.0/mymodule-1.0.pom
/myorg/artifact-core/1.0/artifact-core-1.0.pom
/myorg/artifact-core/1.0/artifact-core-1.0.jar
/myorg/artifact-util/1.0/artifact-util-1.0.pom
/myorg/artifact-util/1.0/artifact-util-1.0.jar
Resolution: Change MakePom task to build separate poms when it detects multiple uniquely named artifacts.
Attachments
Attachments
Issue Links
- is related to
-
IVY-736 makepom ignores artifact type in ivy.xml and hardcodes 'jar' in the output pom
- Resolved