Jesse Glick commented on Bug MNBMODULE-190

If nbmResources cannot be used for this purpose, I suppose a new parameter would need to be introduced that also creates NBM resources but does so from GAVs: it would download the actual artifact into the right spot in the target directory, then also create the matching *.external file. (The *.nbm packing would as usual ignore the JAR and pack only the external marker.) Something like

<nbmExternalResources>
  <resource>
    <path>docs/somelib-sources.jar</path>
    <groupId>someorg</groupId>
    <artifactId>somelib</artifactId>
    <classifier>sources</classifier>
    <version>1.1</version>
  </resource>
  <resource>
    <path>docs/somelib-javadoc.jar</path>
    <groupId>someorg</groupId>
    <artifactId>somelib</artifactId>
    <classifier>javadoc</classifier>
    <version>1.1</version>
  </resource>
</nbmExternalResources>

perhaps. (Could make version optional in case the same GA was a dependency of the module.)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to