Author: cziegeler
Date: Tue Feb 9 07:14:19 2010
New Revision: 907946
URL: http://svn.apache.org/viewvc?rev=907946&view=rev
Log:
SLING-1360 : Add service vendor property to scr plugin configuration
Modified:
sling/trunk/parent/pom.xml
Modified: sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=907946&r1=907945&r2=907946&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Feb 9 07:14:19 2010
@@ -217,6 +217,11 @@
<goals>
<goal>scr</goal>
</goals>
+ <configuration>
+ <properties>
+ <service.vendor>The Apache Software
Foundation</service.vendor>
+ </properties>
+ </configuration>
</execution>
</executions>
</plugin>