[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>
|
||||
|
||||
<properties>
|
||||
<vitro-core>../Vitro</vitro-core>
|
||||
<vitro-version>${project.version}</vitro-version>
|
||||
<vivo-dir>${basedir}</vivo-dir>
|
||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
|
||||
|
@ -31,11 +30,11 @@
|
|||
<id>vitro</id>
|
||||
<activation>
|
||||
<file>
|
||||
<exists>${vivo-dir}/${vitro-core}/pom.xml</exists>
|
||||
<exists>../Vitro/pom.xml</exists>
|
||||
</file>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>${vitro-core}</module>
|
||||
<module>../Vitro</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
|
|
Loading…
Add table
Reference in a new issue