mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
493120: additional missing lifecycle mapping in parent pom
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493120
This commit is contained in:
parent
a85b13f753
commit
4a0f505141
1 changed files with 21 additions and 0 deletions
|
@ -349,6 +349,26 @@ 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>
|
||||
|
@ -404,6 +424,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
</versionRange>
|
||||
<goals>
|
||||
<goal>build-qualifier</goal>
|
||||
<goal>build-qualifier-aggregator</goal>
|
||||
<goal>validate-id</goal>
|
||||
<goal>validate-version</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in a new issue