Commenting out the cargo plugin. Deployment is handled by Jenkins.

This commit is contained in:
Niklas Herder 2012-02-09 16:25:04 +01:00
parent 80d35091bc
commit e12d70060d

10
pom.xml

@ -334,19 +334,20 @@
</configuration>
</plugin>
<!-- Used for deploying directly from Maven/Eclipse -->
<!--
&lt;!&ndash; Used for deploying directly from Maven/Eclipse &ndash;&gt;
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.1.4</version>
<configuration>
<!-- Container configuration -->
&lt;!&ndash; Container configuration &ndash;&gt;
<container>
<containerId>tomcat6x</containerId>
<type>remote</type>
</container>
<!-- Configuration to use with the Container -->
&lt;!&ndash; Configuration to use with the Container &ndash;&gt;
<configuration>
<type>runtime</type>
@ -357,7 +358,7 @@
</properties>
</configuration>
<!-- Deployer configuration -->
&lt;!&ndash; Deployer configuration &ndash;&gt;
<deployer>
<type>remote</type>
<deployables>
@ -372,6 +373,7 @@
</configuration>
</plugin>
-->
</plugins>
<finalName>scipro2</finalName>