Repository: aries-rsa
Updated Branches:
  refs/heads/master 218e0b2d3 -> 0ea1c0c37


Ignore pluin in eclipse


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/3cfb2dc7
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/3cfb2dc7
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/3cfb2dc7

Branch: refs/heads/master
Commit: 3cfb2dc7dab0e19cad01cb96966b5ceae622f2c5
Parents: 218e0b2
Author: Christian Schneider <[email protected]>
Authored: Fri Nov 17 11:32:14 2017 +0100
Committer: Christian Schneider <[email protected]>
Committed: Fri Nov 17 11:32:14 2017 +0100

----------------------------------------------------------------------
 provider/fastbin/pom.xml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/3cfb2dc7/provider/fastbin/pom.xml
----------------------------------------------------------------------
diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml
index b6a2be1..4b273bf 100644
--- a/provider/fastbin/pom.xml
+++ b/provider/fastbin/pom.xml
@@ -97,6 +97,41 @@
                 </configuration>
             </plugin>
         </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.fusesource.hawtbuf
+                                                                       
</groupId>
+                                                                       
<artifactId>
+                                                                               
hawtbuf-protoc
+                                                                       
</artifactId>
+                                                                       
<versionRange>
+                                                                               
[1.11,)
+                                                                       
</versionRange>
+                                                                       <goals>
+                                                                               
<goal>compile</goal>
+                                                                       </goals>
+                                                               
</pluginExecutionFilter>
+                                                               <action>
+                                                                       
<ignore></ignore>
+                                                               </action>
+                                                       </pluginExecution>
+                                               </pluginExecutions>
+                                       </lifecycleMappingMetadata>
+                               </configuration>
+                       </plugin>
+               </plugins>
+        </pluginManagement>
     </build>
 
 </project>

Reply via email to