provide a way to exclude .pom files from assemblies
---------------------------------------------------
Key: NXBT-89
URL: http://jira.nuxeo.org/browse/NXBT-89
Project: Nuxeo ECM Build/Test Environment
Issue Type: Bug
Reporter: Julien Carsique
Assignee: Julien Carsique
Excluding a pom from an artifactSet excludes this pom's dependencies; in the
following example, nuxeo-platform-ear's dependencies will be removed from
dependency tree whereas the aim is only to exclude nuxeo-platform-ear pom file.
<artifactSet id="bundles">
<import>**</import>
<includeDependencies>true</includeDependencies>
<includes>
<artifact group="org.nuxeo*" />
</includes>
<excludes>
<artifact name="nuxeo-platform-ear" />
<excludes>
</artifactSet>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets