Author: fmeschbe
Date: Tue May 20 11:13:12 2008
New Revision: 658369

URL: http://svn.apache.org/viewvc?rev=658369&view=rev
Log:
Fix plugin version numbers and ensure scr plugin actually runs the scr goal

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=658369&r1=658368&r2=658369&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Tue May 20 11:13:12 2008
@@ -53,10 +53,20 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>
+                <version>1.0.4</version>
+                <executions>
+                    <execution>
+                        <id>generate-scr-scrdescriptor</id>
+                        <goals>
+                            <goal>scr</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>1.4.1</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>


Reply via email to