Skip the maven-ianal-plugin in the karat-feature project.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1529632 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/karaf-feature/pom.xml b/ipojo/runtime/karaf-feature/pom.xml
index 04adde6..46265cf 100644
--- a/ipojo/runtime/karaf-feature/pom.xml
+++ b/ipojo/runtime/karaf-feature/pom.xml
@@ -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