Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-11-06 09:07:42 +0000
committerFred Bricon2013-11-06 09:07:42 +0000
commit50e1bdecb62e9430c745c481621049a9a68f7244 (patch)
tree6b278b287516bf096d49034eaef635d18c83a044
parent18efa30c0781afe093157fd0a22fb49d3e4643ec (diff)
downloadm2e-core-milestones/1.5/1.5.0.20131109-1633.tar.gz
m2e-core-milestones/1.5/1.5.0.20131109-1633.tar.xz
m2e-core-milestones/1.5/1.5.0.20131109-1633.zip
421135 : Update maven-war-plugin template to 2.4milestones/1.5/1.5.0.20131109-1633
Bug 421135 Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.editor.xml/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.editor.xml/plugin.xml b/org.eclipse.m2e.editor.xml/plugin.xml
index 342284d5..91328d41 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -215,7 +215,7 @@
<pattern>&lt;plugin&gt;
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
&lt;artifactId&gt;maven-war-plugin&lt;/artifactId&gt;
- &lt;version&gt;2.3&lt;/version&gt;
+ &lt;version&gt;2.4&lt;/version&gt;
&lt;configuration&gt;
&lt;!-- web.xml is not mandatory since JavaEE 5 --&gt;
&lt;failOnMissingWebXml&gt;false&lt;/failOnMissingWebXml&gt;

Back to the top