From 4f4c40b364e952c5f57321d997476a70d9b35a1a Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Wed, 15 Aug 2012 16:28:31 +0200 Subject: Update maven plugin templates - bumped maven-compiler-plugin version to 2.5.1 - fixed default maven-war-plugin>failOnMissingXml to true Signed-off-by: Fred Bricon --- org.eclipse.m2e.editor.xml/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.eclipse.m2e.editor.xml') diff --git a/org.eclipse.m2e.editor.xml/plugin.xml b/org.eclipse.m2e.editor.xml/plugin.xml index 3a552e1c..dfa63dd2 100644 --- a/org.eclipse.m2e.editor.xml/plugin.xml +++ b/org.eclipse.m2e.editor.xml/plugin.xml @@ -180,7 +180,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>2.5.1</version> <configuration> <!-- http://maven.apache.org/plugins/maven-compiler-plugin/ --> <source>${cursor}1.6</source> @@ -218,7 +218,7 @@ <version>2.2</version> <configuration> <!-- web.xml is not mandatory since JavaEE 5 --> - <failOnMissingWebXml>true</failOnMissingWebXml> + <failOnMissingWebXml>false</failOnMissingWebXml> <!-- <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors> <warSourceDirectory>WebContent</warSourceDirectory> -- cgit v1.2.3