mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
1335: Don't ignore maven-resources goals in the generated parent POM
Task-Url: https://github.com/eclipse/xtext-core/issues/1335 Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
parent
d7ca0a4e72
commit
06c411c83b
2 changed files with 0 additions and 80 deletions
|
@ -393,26 +393,6 @@ class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
<configuration>
|
||||
<lifecycleMappingMetadata>
|
||||
<pluginExecutions>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>
|
||||
org.apache.maven.plugins
|
||||
</groupId>
|
||||
<artifactId>
|
||||
maven-resources-plugin
|
||||
</artifactId>
|
||||
<versionRange>
|
||||
[2.4.3,)
|
||||
</versionRange>
|
||||
<goals>
|
||||
<goal>resources</goal>
|
||||
<goal>testResources</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>
|
||||
|
|
|
@ -1292,66 +1292,6 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
_builder.append("<groupId>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("org.apache.maven.plugins");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("</groupId>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<artifactId>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("maven-resources-plugin");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("</artifactId>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<versionRange>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("[2.4.3,)");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("</versionRange>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<goals>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<goal>resources</goal>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<goal>testResources</goal>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("</goals>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t");
|
||||
_builder.append("</pluginExecutionFilter>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<action>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<ignore></ignore>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t");
|
||||
_builder.append("</action>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t");
|
||||
_builder.append("</pluginExecution>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t");
|
||||
_builder.append("<pluginExecution>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<pluginExecutionFilter>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("<groupId>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t\t");
|
||||
_builder.append("org.codehaus.mojo");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t\t\t\t\t\t\t\t");
|
||||
|
|
Loading…
Reference in a new issue