mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
Build dspace-xmlui-lang if checked out into project workspace.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2723 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -72,6 +72,29 @@
|
|||||||
</includes>
|
</includes>
|
||||||
</resource>
|
</resource>
|
||||||
</webResources>
|
</webResources>
|
||||||
|
<overlays>
|
||||||
|
<!--
|
||||||
|
the priority of overlays is determined here
|
||||||
|
1.) default: anything in the current project has highest
|
||||||
|
2.) anything defined here has precedence in the order defined
|
||||||
|
3.) any war found transitively in the dependencies will be applied
|
||||||
|
next. the order is unpredictable.
|
||||||
|
-->
|
||||||
|
<overlay>
|
||||||
|
<groupId>org.dspace</groupId>
|
||||||
|
<artifactId>dspace-xmlui-lang</artifactId>
|
||||||
|
<excludes>
|
||||||
|
<!--
|
||||||
|
keep lang web.xml from overiding xmlui
|
||||||
|
-->
|
||||||
|
<exclude>WEB-INF/web.xml</exclude>
|
||||||
|
</excludes>
|
||||||
|
</overlay>
|
||||||
|
<overlay>
|
||||||
|
<groupId>org.dspace</groupId>
|
||||||
|
<artifactId>dspace-xmlui-webapp</artifactId>
|
||||||
|
</overlay>
|
||||||
|
</overlays>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@@ -136,6 +159,18 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
<!-- DSpace XMLUI Languages -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.dspace</groupId>
|
||||||
|
<artifactId>dspace-xmlui-lang</artifactId>
|
||||||
|
<!--
|
||||||
|
TODO: change in release to <version>[1.5.0,1.6.0)</version>
|
||||||
|
-->
|
||||||
|
<version>[1.5,1.6)</version>
|
||||||
|
<type>war</type>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- DSpace XMLUI Webapp -->
|
<!-- DSpace XMLUI Webapp -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
@@ -144,7 +179,7 @@
|
|||||||
<classifier>skinny</classifier>
|
<classifier>skinny</classifier>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- DSpace XMLUI API -->
|
<!-- DSpace XMLUI API -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
|
Reference in New Issue
Block a user