Skip to content

Commit

Permalink
Cleaning / Remove unused cargo plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Jul 8, 2016
1 parent a4e684a commit 95a6eb4
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,46 +243,6 @@
</configuration>
</plugin>

<!-- This plugin Allows to deploy several webapps into a specific container (ie. jetty) -->
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.4.9</version>
<configuration>
<container>
<containerId>jetty7x</containerId>
<type>embedded</type>
<log>${project.build.directory}/server-logs</log>
<output>${project.build.directory}/server-output</output>
<systemProperties>
<GEOSERVER_DATA_DIR>release/data/geoserver_data</GEOSERVER_DATA_DIR>
<mime-mappings>web/target/geonetwork/WEB-INF/mime-types.properties</mime-mappings>
</systemProperties>
</container>
<configuration>
<home>${project.build.directory}/test-server</home>
<properties>
<cargo.jvmargs>-Xms48m -Xmx512m -Xss2M</cargo.jvmargs>
<cargo.servlet.port>8080</cargo.servlet.port>
</properties>
<deployables>
<deployable>
<location>${project.build.directory}/../web/target/geonetwork.war</location>
<type>war</type>
</deployable>
<!-- <deployable>
<location>${project.build.directory}/../intermap/target/intermap.war</location>
<type>war</type>
</deployable> -->
<deployable>
<location>${project.build.directory}/../geoserver/target/geoserver.war</location>
<type>war</type>
</deployable>
</deployables>
</configuration>
</configuration>
</plugin>

<!-- artifact assembly -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit 95a6eb4

Please sign in to comment.