location for local deployment taken from $local.deploy.dir and defaulted to ${env.GLOBUS_LOCATION}/lib

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/build-utils/maven-parent@45676 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
fabio.simeoni 2011-09-16 08:51:36 +00:00
parent 78deb69560
commit fec0da40db
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
<maven.version>3.0.0</maven.version>
<snapshots.repository.url.deploy>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/gcube-snapshots</snapshots.repository.url.deploy>
<releases.repository.url.deploy>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/gcube-releases</releases.repository.url.deploy>
<local.deploy.dir>${env.GLOBUS_LOCATION}/lib</local.deploy.dir>
</properties>
<distributionManagement>
@ -230,7 +231,7 @@
<goal>local-deploy</goal>
</goals>
<configuration>
<location>${env.GLOBUS_LOCATION}/lib</location>
<location>${local.deploy.dir}</location>
</configuration>
</execution>
</executions>