Fix plugin version numbers and ensure scr plugin actually runs the scr goal
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@658369 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index cd43138..c91c52d 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -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>