Revert heroku pom jetty configuration.

This commit is contained in:
Paulo Gustavo Veiga 2012-08-20 12:41:16 -03:00
parent be635f550a
commit 0ffe8236e1

View File

@ -496,26 +496,26 @@
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-dependency-plugin</artifactId>-->
<!--<executions>-->
<!--<execution>-->
<!--<phase>package</phase>-->
<!--<goals><goal>copy</goal></goals>-->
<!--<configuration>-->
<!--<artifactItems>-->
<!--<artifactItem>-->
<!--<groupId>org.mortbay.jetty</groupId>-->
<!--<artifactId>jetty-runner</artifactId>-->
<!--<version>7.4.5.v20110725</version>-->
<!--<destFileName>jetty-runner.jar</destFileName>-->
<!--</artifactItem>-->
<!--</artifactItems>-->
<!--</configuration>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals><goal>copy</goal></goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-runner</artifactId>
<version>7.4.5.v20110725</version>
<destFileName>jetty-runner.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>