diff options
author | Andy Clement <aclement@pivotal.io> | 2021-05-23 17:36:18 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2021-05-23 17:36:18 -0700 |
commit | 1333bdd6fe57fbe004506b34c9e51cb010033529 (patch) | |
tree | 8e1ed021a4e9552e0f115607db7c51a8612cd236 /aspectjtools | |
parent | 269fa294abb8c0d1209ca76b15327f41df0bae9d (diff) | |
download | aspectj-1333bdd6fe57fbe004506b34c9e51cb010033529.tar.gz aspectj-1333bdd6fe57fbe004506b34c9e51cb010033529.zip |
housekeeping
Diffstat (limited to 'aspectjtools')
-rw-r--r-- | aspectjtools/pom.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index df4ce6a9a..1a68a6116 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -311,6 +311,41 @@ </plugins> + <pluginManagement> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.codehaus.mojo + </groupId> + <artifactId> + flatten-maven-plugin + </artifactId> + <versionRange> + [1.2.2,) + </versionRange> + <goals> + <goal>flatten</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> <dependencies> |