]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - maven-argeo-qooxdoo-plugin/pom.xml
Equinox Execution
[gpl/argeo-slc.git] / maven-argeo-qooxdoo-plugin / pom.xml
index 637126993e55ff1cd67e348d7e62f3d4415b53d2..173c9889f16cfc4d3d4254b23ff5b1e1fd679f09 100644 (file)
@@ -1,9 +1,14 @@
-<project>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
        <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.argeo.slc.maven</groupId>\r
-       <artifactId>maven-argeo-qooxdoo-plugin\r
-       </artifactId>\r
-       <version>0.8.1.1</version>\r
+       <parent>\r
+               <groupId>org.argeo.slc.maven</groupId>\r
+               <artifactId>slc-maven</artifactId>\r
+               <version>0.1.2</version>\r
+               <relativePath>..</relativePath>\r
+       </parent>\r
+       <artifactId>maven-argeo-qooxdoo-plugin</artifactId>\r
+       <version>0.8.1.5</version>\r
        <packaging>maven-plugin</packaging>\r
        <name>Argeo Qooxdoo Plugin</name>\r
 \r
                </plugins>\r
        </build>\r
        <dependencies>\r
+               <dependency>\r
+                       <groupId>org.argeo.slc.maven</groupId>\r
+                       <artifactId>org.argeo.slc.maven.plugin</artifactId>\r
+                       <version>0.1.2</version>\r
+               </dependency>\r
                <dependency>\r
                        <groupId>org.apache.maven</groupId>\r
                        <artifactId>maven-plugin-api</artifactId>\r
-                       <version>2.0</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.apache.maven</groupId>\r
                        <artifactId>maven-project</artifactId>\r
-                       <version>2.0.7</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.codehaus.plexus</groupId>\r
+                       <artifactId>plexus-archiver</artifactId>\r
                </dependency>\r
        </dependencies>\r
-       <distributionManagement>\r
-               <repository>\r
-                       <uniqueVersion>false</uniqueVersion>\r
-                       <id>argeo-restricted</id>\r
-                       <name>Argeo FOSS Repository</name>\r
-                       <url>file:///var/argeo/maven2/argeo\r
-                       </url>\r
-               </repository>\r
-               <snapshotRepository>\r
-                       <uniqueVersion>true</uniqueVersion>\r
-                       <id>argeo-snapshots-restricted</id>\r
-                       <name>Argeo FOSS Snapshots Repository</name>\r
-                       <url>file:///var/argeo/maven2/argeo-snapshots\r
-                       </url>\r
-               </snapshotRepository>\r
-       </distributionManagement>\r
 </project>