You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:28:34 UTC

[sling-org-apache-sling-launchpad-test-services-war] 22/46: Prepare for new maven-scr-version

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services-war.git

commit af51e1ebb430e51911ba63a6a4d704074ea2a301
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Jul 4 07:25:59 2012 +0000

    Prepare for new maven-scr-version
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1357116 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6fe0567..0998ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.