Author: cschneider
Date: Tue Aug 9 10:03:01 2016
New Revision: 1755588
URL: http://svn.apache.org/viewvc?rev=1755588&view=rev
Log:
Updated plugin configs
Modified:
aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext
Modified: aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext
URL:
http://svn.apache.org/viewvc/aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext?rev=1755588&r1=1755587&r2=1755588&view=diff
==============================================================================
--- aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext (original)
+++ aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext Tue Aug 9
10:03:01 2016
@@ -30,19 +30,20 @@ Usage:
<plugin>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>blueprint-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>1.4.0</version>
<configuration>
<scanPaths>
<scanPath>org.my.package</scanPath>
</scanPaths>
</configuration>
<executions>
- <execution>
- <goals>
- <goal>blueprint-generate</goal>
- </goals>
- <phase>process-classes</phase>
- </execution>
+ <executions>
+ <execution>
+ <goals>
+ <goal>blueprint-generate</goal>
+ </goals>
+ </execution>
+ </executions>
</executions>
</plugin>