mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 04:53:16 +00:00
DS-1550: Reattach dspace-lni-client so that it is built whenever dspace-lni gets built
This commit is contained in:
@@ -10,10 +10,15 @@
|
|||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>3.0-SNAPSHOT</version>
|
<version>4.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<!-- This is the path to the root [dspace-src] directory. -->
|
||||||
|
<root.basedir>${basedir}/../..</root.basedir>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
3
pom.xml
3
pom.xml
@@ -377,7 +377,7 @@
|
|||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Builds LNI WAR for DSpace
|
Builds LNI WAR & Client for DSpace
|
||||||
-->
|
-->
|
||||||
<profile>
|
<profile>
|
||||||
<id>dspace-lni</id>
|
<id>dspace-lni</id>
|
||||||
@@ -388,6 +388,7 @@
|
|||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
<module>dspace-lni</module>
|
<module>dspace-lni</module>
|
||||||
|
<module>dspace-lni/dspace-lni-client</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user