This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.launchpad.test-services-war-2.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services-war.git
commit b6d24c5c3523f2abbd4578e36316e79af4c29b13 Author: Carsten Ziegeler <[email protected]> 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/launchpad/test-services-war@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 "[email protected]" <[email protected]>.
