mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Revert heroku pom jetty configuration.
This commit is contained in:
parent
be635f550a
commit
0ffe8236e1
@ -496,26 +496,26 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!--<plugin>-->
|
<plugin>
|
||||||
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<!--<artifactId>maven-dependency-plugin</artifactId>-->
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<!--<executions>-->
|
<executions>
|
||||||
<!--<execution>-->
|
<execution>
|
||||||
<!--<phase>package</phase>-->
|
<phase>package</phase>
|
||||||
<!--<goals><goal>copy</goal></goals>-->
|
<goals><goal>copy</goal></goals>
|
||||||
<!--<configuration>-->
|
<configuration>
|
||||||
<!--<artifactItems>-->
|
<artifactItems>
|
||||||
<!--<artifactItem>-->
|
<artifactItem>
|
||||||
<!--<groupId>org.mortbay.jetty</groupId>-->
|
<groupId>org.mortbay.jetty</groupId>
|
||||||
<!--<artifactId>jetty-runner</artifactId>-->
|
<artifactId>jetty-runner</artifactId>
|
||||||
<!--<version>7.4.5.v20110725</version>-->
|
<version>7.4.5.v20110725</version>
|
||||||
<!--<destFileName>jetty-runner.jar</destFileName>-->
|
<destFileName>jetty-runner.jar</destFileName>
|
||||||
<!--</artifactItem>-->
|
</artifactItem>
|
||||||
<!--</artifactItems>-->
|
</artifactItems>
|
||||||
<!--</configuration>-->
|
</configuration>
|
||||||
<!--</execution>-->
|
</execution>
|
||||||
<!--</executions>-->
|
</executions>
|
||||||
<!--</plugin>-->
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user