You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/07/04 09:26:00 UTC

svn commit: r1357116 - in /sling/trunk/launchpad: test-services-war/pom.xml testing-war/pom.xml

Author: cziegeler
Date: Wed Jul  4 07:25:59 2012
New Revision: 1357116

URL: http://svn.apache.org/viewvc?rev=1357116&view=rev
Log:
Prepare for new maven-scr-version

Modified:
    sling/trunk/launchpad/test-services-war/pom.xml
    sling/trunk/launchpad/testing-war/pom.xml

Modified: sling/trunk/launchpad/test-services-war/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/test-services-war/pom.xml?rev=1357116&r1=1357115&r2=1357116&view=diff
==============================================================================
--- sling/trunk/launchpad/test-services-war/pom.xml (original)
+++ sling/trunk/launchpad/test-services-war/pom.xml Wed Jul  4 07:25:59 2012
@@ -47,6 +47,11 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>
+                <configuration>
+                    <supportedProjectTypes>
+                        <supportedProjectType>war</supportedProjectType>
+                    </supportedProjectTypes>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>

Modified: sling/trunk/launchpad/testing-war/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/pom.xml?rev=1357116&r1=1357115&r2=1357116&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Wed Jul  4 07:25:59 2012
@@ -200,6 +200,16 @@
                 </configuration>
             </plugin>
 
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+                <configuration>
+                    <supportedProjectTypes>
+                        <supportedProjectType>war</supportedProjectType>
+                    </supportedProjectTypes>
+                </configuration>
+            </plugin>
+            
             <!--
               Include sling-app launcher classes and resources, but no Sling
               bundles (we want to specify our own versions)