]> source.dussan.org Git - aspectj.git/commitdiff
ignore problematic lifecycle for IDE
authorAndy Clement <aclement@pivotal.io>
Mon, 11 Feb 2019 19:23:40 +0000 (11:23 -0800)
committerAndy Clement <aclement@pivotal.io>
Mon, 11 Feb 2019 19:23:40 +0000 (11:23 -0800)
bridge/pom.xml

index 5d851137eeee4e4753dab4667b187404cf3b6f75..ee65bfa12357563cb68a82b308398affb9f68bdc 100644 (file)
                                <filtering>true</filtering>
                        </resource>
                </resources>
+               <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>
+                                                                                       build-helper-maven-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [1.9.1,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>
+                                                                                               timestamp-property
+                                                                                       </goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore></ignore>
+                                                                       </action>
+                                                               </pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
        </build>