You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/10/06 17:15:56 UTC

svn commit: r1529632 - /felix/trunk/ipojo/runtime/karaf-feature/pom.xml

Author: clement
Date: Sun Oct  6 15:15:56 2013
New Revision: 1529632

URL: http://svn.apache.org/r1529632
Log:
Skip the maven-ianal-plugin in the karat-feature project.

Modified:
    felix/trunk/ipojo/runtime/karaf-feature/pom.xml

Modified: felix/trunk/ipojo/runtime/karaf-feature/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/karaf-feature/pom.xml?rev=1529632&r1=1529631&r2=1529632&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/karaf-feature/pom.xml (original)
+++ felix/trunk/ipojo/runtime/karaf-feature/pom.xml Sun Oct  6 15:15:56 2013
@@ -113,6 +113,16 @@
                     </execution>
                 </executions>
             </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+                <version>1.0-alpha-1</version>
+                <configuration>
+                    <!-- the zip structure is not compatible with the ianal check, skip it -->
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file