Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2
-
Labels:None
-
Environment:Java 1.5, WinXP
-
Number of attachments :
Description
Currently the repository:bundle-create mojo only supports single module upload bundles, so multi-module bundles must be created manually, once for each sub-module, and each individual bundle file must be uploaded to a public site individually.
In addition, the "pom" packaging (which is often used by the parent pom of a multi-module project) is not supported repository:bundle-create, so upload bundles for projects with "pom" packaging must be created manually, before uploading to a public site.
Please support multi-module repository:bundle-create mojo such that:
$ mvn repository:bundle-create
in the top level of a multi-module project produces a single archive that can be used to upload the multi-module project artifacts to ibiblio.
Or it could create a bundle per module, rather a single bundle.