[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r347 - /projects/zb4osgi/trunk/pom/pom.xml

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Jul 11 10:11:43 CEST 2011


Author: stefano.lenzi
Date: Mon Jul 11 10:11:43 2011
New Revision: 347

Log:
Changing default project configuration, the pax configuration is now stored in pax.args file in the root directory

Modified:
    projects/zb4osgi/trunk/pom/pom.xml

Modified: projects/zb4osgi/trunk/pom/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom/pom.xml (original)
+++ projects/zb4osgi/trunk/pom/pom.xml Mon Jul 11 10:11:43 2011
@@ -116,7 +116,11 @@
         <groupId>org.ops4j</groupId>
         <artifactId>maven-pax-plugin</artifactId>
         <version>1.4</version>
-      </plugin>     
+        <configuration>
+          <runner>1.4.0</runner>
+		  <args>${pax.args.file}</args>
+        </configuration>
+		</plugin>     
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
@@ -324,5 +328,8 @@
       </plugin>    
     </plugins>    
   </reporting>
-
+  
+  <properties>
+    <pax.args.file>pax.args</pax.args.file>
+  </properties>
 </project>




More information about the Commit mailing list