You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/10/22 16:19:29 UTC

svn commit: r1534639 - /sling/trunk/launchpad/builder/pom.xml

Author: bdelacretaz
Date: Tue Oct 22 14:19:28 2013
New Revision: 1534639

URL: http://svn.apache.org/r1534639
Log:
SLING-3155 - bundle list is needed by launchpad/testing module

Modified:
    sling/trunk/launchpad/builder/pom.xml

Modified: sling/trunk/launchpad/builder/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1534639&r1=1534638&r2=1534639&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/pom.xml (original)
+++ sling/trunk/launchpad/builder/pom.xml Tue Oct 22 14:19:28 2013
@@ -74,6 +74,21 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>verify-legal-files</goal>
+                        </goals>
+                        <configuration>
+                            <!-- TODO required for now due to missing legal files in bundleListConfig.zip -->
+                            <strict>false</strict>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
                 <version>2.2</version>
                 <configuration>
@@ -119,6 +134,12 @@
                         </configuration>
                     </execution>
                     <execution>
+                        <id>attach-bundle-list</id>
+                        <goals>
+                            <goal>attach-bundle-list</goal>
+                        </goals>
+                    </execution>
+                    <execution>
                         <id>create-bundle-jar</id>
                         <goals>
                             <goal>create-bundle-jar</goal>