Fix issue preventing libsrc to be generated
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 13 Jan 2010 13:45:58 +0000 (13:45 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 13 Jan 2010 13:45:58 +0000 (13:45 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3284 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dist/org.argeo.slc.sdk/pom.xml

index a3f50e51177d7da05595bff71aef5cf450f5e3c1..86955575fd4f76496ee00ea674826ce386f80349 100644 (file)
@@ -36,7 +36,7 @@
                        <plugin>
                                <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <extensions>true</extensions>
+                               <version>${version.maven-argeo-osgi}</version>
                                <executions>
                                        <execution>
                                                <id>pde-source</id>
                                                <configuration>
                                                </configuration>
                                        </execution>
+                                       <execution>
+                                               <id>check-osgi</id>
+                                               <phase>test</phase>
+                                               <goals>
+                                                       <goal>equinox</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <useDependencies>false</useDependencies>
+                                                       <onlyCheck>true</onlyCheck>
+                                                       <argsToAppend>
+                                                               <arg>-clean</arg>
+                                                       </argsToAppend>
+                                                       <systemProperties>
+                                                               <argeo.osgi.bundles>
+                                                                       ${basedir}/target;in=*.jar,
+                                                               </argeo.osgi.bundles>
+                                                       </systemProperties>
+                                               </configuration>
+                                       </execution>
                                </executions>
                        </plugin>
                        <plugin>
                                        </arguments>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <version>${version.maven-argeo-osgi}</version>
-                               <executions>
-                                       <execution>
-                                               <id>check-osgi</id>
-                                               <phase>test</phase>
-                                               <goals>
-                                                       <goal>equinox</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <useDependencies>false</useDependencies>
-                                                       <onlyCheck>true</onlyCheck>
-                                                       <argsToAppend>
-                                                               <arg>-clean</arg>
-                                                       </argsToAppend>
-                                                       <systemProperties>
-                                                               <argeo.osgi.bundles>
-                                                                       ${basedir}/target;in=*.jar,
-                                                               </argeo.osgi.bundles>
-                                                       </systemProperties>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>