]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - maven/plugins/maven-argeo-pde-plugin/pom.xml
Use local target dir
[gpl/argeo-slc.git] / maven / plugins / maven-argeo-pde-plugin / pom.xml
index d2292466ac024add065c3564d1c94ef9ec200d6d..83117ef809df9c5d9eb0c7102607792542eacd89 100644 (file)
@@ -1,17 +1,34 @@
 <project>\r
        <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.argeo.slc.maven.plugins</groupId>\r
+       <groupId>org.argeo.slc.maven.plugins\r
+       </groupId>\r
        <artifactId>maven-argeo-pde-plugin</artifactId>\r
-       <version>0.1.2</version>\r
+       <version>0.3.1-SNAPSHOT</version>\r
        <packaging>maven-plugin</packaging>\r
        <name>Argeo PDE Plugin</name>\r
 \r
        <dependencies>\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-script-ant</artifactId>\r
                        <version>2.0.9</version>\r
                </dependency>\r
+               <dependency>\r
+                       <groupId>ant-contrib</groupId>\r
+                       <artifactId>ant-contrib</artifactId>\r
+                       <version>1.0b2</version>\r
+                       <exclusions>\r
+                               <exclusion>\r
+                                       <groupId>ant</groupId>\r
+                                       <artifactId>ant</artifactId>\r
+                               </exclusion>\r
+                       </exclusions>\r
+               </dependency>\r
        </dependencies>\r
 \r
        <build>\r
@@ -21,7 +38,8 @@
                                <dependencies>\r
                                        <dependency>\r
                                                <groupId>org.apache.maven</groupId>\r
-                                               <artifactId>maven-plugin-tools-ant</artifactId>\r
+                                               <artifactId>maven-plugin-tools-ant\r
+                                               </artifactId>\r
                                                <version>2.1</version>\r
                                        </dependency>\r
                                </dependencies>\r
                        </plugin>\r
                </plugins>\r
        </build>\r
-\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</url>\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</url>\r
+                       <url>file:///var/argeo/maven2/argeo-snapshots\r
+                       </url>\r
                </snapshotRepository>\r
        </distributionManagement>\r
 </project>
\ No newline at end of file