removed 'deploy' profile

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/build-utils/maven-parent@46819 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
fabio.simeoni 2011-10-24 23:37:43 +00:00
parent b4da257905
commit 1840ce844b
1 changed files with 0 additions and 29 deletions

29
pom.xml
View File

@ -169,33 +169,4 @@
</plugins>
</build>
<profiles>
<!-- deploys main artifact and its dependencies in a local container -->
<profile>
<id>deploy</id>
<build>
<plugins>
<plugin>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-service-plugin</artifactId>
<executions>
<execution>
<id>local-deploy</id>
<phase>package</phase>
<goals>
<goal>local-deploy</goal>
</goals>
<configuration>
<location>${local.deploy.dir}</location>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>