[VIVO-1236] Remove parameter for determining Vitro location, which causes problems with Maven 3.0.3
This commit is contained in:
parent
da9057ff9b
commit
324d75db11
1 changed files with 2 additions and 3 deletions
5
pom.xml
5
pom.xml
|
@ -11,7 +11,6 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<vitro-core>../Vitro</vitro-core>
|
|
||||||
<vitro-version>${project.version}</vitro-version>
|
<vitro-version>${project.version}</vitro-version>
|
||||||
<vivo-dir>${basedir}</vivo-dir>
|
<vivo-dir>${basedir}</vivo-dir>
|
||||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
|
||||||
|
@ -31,11 +30,11 @@
|
||||||
<id>vitro</id>
|
<id>vitro</id>
|
||||||
<activation>
|
<activation>
|
||||||
<file>
|
<file>
|
||||||
<exists>${vivo-dir}/${vitro-core}/pom.xml</exists>
|
<exists>../Vitro/pom.xml</exists>
|
||||||
</file>
|
</file>
|
||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
<module>${vitro-core}</module>
|
<module>../Vitro</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
Loading…
Add table
Reference in a new issue