Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2016-09-21 19:58:29 +0000
committerFred Bricon2016-09-21 19:58:29 +0000
commit90ff148eb956e8808c7fea0659ff3a0f7d5bafc1 (patch)
treef1876b10d28dad19f9542bd870bddcbcf40b31eb
parent0a76d36f78ade118f1a35b81341cc4096bb73808 (diff)
downloadm2e-core-90ff148eb956e8808c7fea0659ff3a0f7d5bafc1.tar.gz
m2e-core-90ff148eb956e8808c7fea0659ff3a0f7d5bafc1.tar.xz
m2e-core-90ff148eb956e8808c7fea0659ff3a0f7d5bafc1.zip
Update m-w-p template
Change-Id: I3383e1f997011be5a9dfdbad30b895b9e1a8132b Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.editor.xml/plugin.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.m2e.editor.xml/plugin.xml b/org.eclipse.m2e.editor.xml/plugin.xml
index 1cb0e17f..e989411a 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -224,11 +224,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.6&lt;/version&gt;
- &lt;configuration&gt;
- &lt;!-- web.xml is not mandatory since JavaEE 5 --&gt;
- &lt;failOnMissingWebXml&gt;false&lt;/failOnMissingWebXml&gt;
- &lt;/configuration&gt;
+ &lt;version&gt;3.0.0&lt;/version&gt;
&lt;/plugin&gt;</pattern>
</template>

Back to the top