mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Check for the presence of the dspace module before activating it to fix a mysterious problem with the test framework assembly
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -203,7 +203,9 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>dspace</id>
|
<id>dspace</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<file>
|
||||||
|
<exists>dspace/pom.xml</exists>
|
||||||
|
</file>
|
||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
<module>dspace</module>
|
<module>dspace</module>
|
||||||
|
Reference in New Issue
Block a user