Heroku email for testing.

This commit is contained in:
Paulo Gustavo Veiga
2012-08-20 12:37:20 -03:00
parent 0879a9427c
commit be635f550a
3 changed files with 39 additions and 28 deletions

View File

@@ -496,27 +496,26 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.3</version>
<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>