]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - maven/plugins/maven-argeo-pde-plugin/pom.xml
Remove plugins directory
[gpl/argeo-slc.git] / maven / plugins / maven-argeo-pde-plugin / pom.xml
diff --git a/maven/plugins/maven-argeo-pde-plugin/pom.xml b/maven/plugins/maven-argeo-pde-plugin/pom.xml
deleted file mode 100644 (file)
index be705bb..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-<project>\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.argeo.slc.maven</groupId>\r
-       <artifactId>maven-argeo-pde-plugin</artifactId>\r
-       <version>0.3.1-SNAPSHOT</version>\r
-       <packaging>maven-plugin</packaging>\r
-       <name>Argeo PDE Plugin</name>\r
-\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <artifactId>maven-compiler-plugin</artifactId>\r
-                               <configuration>\r
-                                       <source>1.4</source>\r
-                                       <target>1.4</target>\r
-                               </configuration>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <artifactId>maven-plugin-plugin</artifactId>\r
-                               <dependencies>\r
-                                       <dependency>\r
-                                               <groupId>org.apache.maven</groupId>\r
-                                               <artifactId>maven-plugin-tools-ant\r
-                                               </artifactId>\r
-                                               <version>2.1</version>\r
-                                       </dependency>\r
-                               </dependencies>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\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>org.apache.maven</groupId>\r
-                       <artifactId>maven-project</artifactId>\r
-                       <version>2.0.7</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
-       <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>
\ No newline at end of file