summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2011-12-25 15:35:12 +0100
committerErik Broes <erikbroes@grum.nl>2011-12-25 15:35:12 +0100
commit834c42025735e9db7044c3a2c66d162dc48dc4cf (patch)
tree7dbb7d526f5d3e8c0d4c6121fb83dee39053887a /pom.xml
parent81c751a8a3feeb9c8d2b66177badd0e415f13cc7 (diff)
downloadcraftbukkit-834c42025735e9db7044c3a2c66d162dc48dc4cf.tar
craftbukkit-834c42025735e9db7044c3a2c66d162dc48dc4cf.tar.gz
craftbukkit-834c42025735e9db7044c3a2c66d162dc48dc4cf.tar.lz
craftbukkit-834c42025735e9db7044c3a2c66d162dc48dc4cf.tar.xz
craftbukkit-834c42025735e9db7044c3a2c66d162dc48dc4cf.zip
Update for cleanup in Bukkit
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml59
1 files changed, 30 insertions, 29 deletions
diff --git a/pom.xml b/pom.xml
index 97769c03..2c87d43e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,41 +203,42 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.11</version>
<configuration>
<workingDirectory>${basedir}/target/test-server</workingDirectory>
</configuration>
</plugin>
</plugins>
<pluginManagement>
- <plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>com.lukegb.mojo</groupId>
- <artifactId>
- gitdescribe-maven-plugin
- </artifactId>
- <versionRange>[1.3,)</versionRange>
- <goals>
- <goal>gitdescribe</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore></ignore>
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>com.lukegb.mojo</groupId>
+ <artifactId>
+ gitdescribe-maven-plugin
+ </artifactId>
+ <versionRange>[1.3,)</versionRange>
+ <goals>
+ <goal>gitdescribe</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
</pluginManagement>
</build>
</project>