Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3
-
None
-
Windows XP SP3
Description
In the context of the build of a native application, one might have zip-artifacts containing several DLL or so files like:
boost:boost_regex:1.34.1:zip
In order to distinguish between platforms, it seems to be recommended to use the classifier:
boost:boost_regex:1.34.1:zip:bin-x86-windows-vc8
or:
boost:boost_regex:1.34.1:zip:bin-x86-linux2.6-gcc3.3
The new feature that prevents from deploying a release artifact is really great but it lacks the possibility to deploy attached artifacts when the POM is the same (modulo platform-dependent line-break concerns, and that's important!).
In the example above, it could enable to deploy the boost:boost_regex:1.34.1:zip:bin-x86-windows-vc8 artifact from a Windows machine(coming along with a boost:boost_regex:1.34.1:pom artifact), then to deploy the boost:boost_regex:1.34.1:zip:bin-x86-linux2.6-gcc3.3 artifact from a Linux machine (coming along with the same boost:boost_regex:1.34.1:pom artifact).
Maybe this could be generalized to any kind of artifact? If the artifact to deploy is the same, Archiva should not fail and simply skip the deployment of that artifact?
Attachments
Issue Links
- relates to
-
MDEPLOY-118 Enable deployment of attached release artifacts if POM is identical
- Reopened