You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/06/21 16:59:19 UTC

svn commit: r1749576 - /directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml

Author: elecharny
Date: Tue Jun 21 16:59:19 2016
New Revision: 1749576

URL: http://svn.apache.org/viewvc?rev=1749576&view=rev
Log:
Made Eclipse happy wit some pom file

Modified:
    directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml

Modified: directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml?rev=1749576&r1=1749575&r2=1749576&view=diff
==============================================================================
--- directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml (original)
+++ directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml Tue Jun 21 16:59:19 2016
@@ -101,6 +101,40 @@
         </executions>
       </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.apache.felix</groupId>
+                    <artifactId>
+                      maven-bundle-plugin
+                    </artifactId>
+                    <versionRange>
+                      [2.5.3,)
+                    </versionRange>
+                    <goals>
+                      <goal>manifest</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
   
 </project>