Commenting out the cargo plugin. Deployment is handled by Jenkins.
This commit is contained in:
parent
80d35091bc
commit
e12d70060d
10
pom.xml
10
pom.xml
@ -334,19 +334,20 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- Used for deploying directly from Maven/Eclipse -->
|
||||
<!--
|
||||
<!– Used for deploying directly from Maven/Eclipse –>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.cargo</groupId>
|
||||
<artifactId>cargo-maven2-plugin</artifactId>
|
||||
<version>1.1.4</version>
|
||||
<configuration>
|
||||
<!-- Container configuration -->
|
||||
<!– Container configuration –>
|
||||
<container>
|
||||
<containerId>tomcat6x</containerId>
|
||||
<type>remote</type>
|
||||
</container>
|
||||
|
||||
<!-- Configuration to use with the Container -->
|
||||
<!– Configuration to use with the Container –>
|
||||
<configuration>
|
||||
|
||||
<type>runtime</type>
|
||||
@ -357,7 +358,7 @@
|
||||
</properties>
|
||||
</configuration>
|
||||
|
||||
<!-- Deployer configuration -->
|
||||
<!– Deployer configuration –>
|
||||
<deployer>
|
||||
<type>remote</type>
|
||||
<deployables>
|
||||
@ -372,6 +373,7 @@
|
||||
</configuration>
|
||||
|
||||
</plugin>
|
||||
-->
|
||||
</plugins>
|
||||
|
||||
<finalName>scipro2</finalName>
|
||||
|
Loading…
x
Reference in New Issue
Block a user