DSpace Assembly Improvement with <scope>provided</scope>
--------------------------------------------------------
Key: DS-241
URL: http://jira.dspace.org/jira/browse/DS-241
Project: DSpace 1.x
Issue Type: Improvement
Components: JSPUI, SWORD, XMLUI
Affects Versions: 1.6.0
Reporter: Mark Diggory
Priority: Minor
Fix For: 1.6.0
By switching all war dependencies in modules to be "provided" we can save
having to add any exclusions in the assembly.xml descriptor.
The following will be no longer needed...
<moduleSets>
<moduleSet>
<includes>
<include>*:war:*</include>
</includes>
<excludes>
<exclude>org.dspace:dspace-xmlui-webapp</exclude>
<exclude>org.dspace:dspace-xmlui-lang</exclude>
<exclude>org.dspace:dspace-lni-webapp</exclude>
<exclude>org.dspace:dspace-sword-webapp</exclude>
<exclude>org.dspace:dspace-jspui-webapp</exclude>
<exclude>org.dspace:dspace-oai-webapp</exclude>
</excludes>
<binaries>
<includeDependencies>false</includeDependencies>
<outputDirectory>webapps/</outputDirectory>
<outputFileNameMapping>${artifactId}/</outputFileNameMapping>
<unpack>true</unpack>
</binaries>
</moduleSet>
</moduleSets>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel