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:
parent
b4da257905
commit
1840ce844b
29
pom.xml
29
pom.xml
|
@ -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>
|
Loading…
Reference in New Issue