mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
Assembly not properly creating webapp directories, they need to be expanded for web.xml to be properly filtered during the ant build.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2652 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -67,7 +67,8 @@
|
||||
<binaries>
|
||||
<includeDependencies>false</includeDependencies>
|
||||
<outputDirectory>webapps</outputDirectory>
|
||||
<unpack>true</unpack>
|
||||
<outputFileNameMapping>${artifactId}-${version}</outputFileNameMapping>
|
||||
<unpack>true</unpack>
|
||||
</binaries>
|
||||
</moduleSet>
|
||||
</moduleSets>
|
||||
|
Reference in New Issue
Block a user