diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:25:22 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:25:22 +0000 |
commit | ccb26f9f65930a16bf6ee9af14cadacc3028177f (patch) | |
tree | 8c0e6723a7999dd8267fd3f4ab580af45541ba40 /java/plugins | |
parent | 43c361159593004822d684a14ec13835a91c6050 (diff) | |
download | qpid-python-ccb26f9f65930a16bf6ee9af14cadacc3028177f.tar.gz |
removed maven build system
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/plugins')
-rw-r--r-- | java/plugins/pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/java/plugins/pom.xml b/java/plugins/pom.xml deleted file mode 100644 index 161656471f..0000000000 --- a/java/plugins/pom.xml +++ /dev/null @@ -1,34 +0,0 @@ -<project> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.qpid</groupId> - <artifactId>jython-plugin</artifactId> - <packaging>maven-plugin</packaging> - <version>1.0-incubating-M3-SNAPSHOT</version> - <name>Jython Launcher</name> - - <parent> - <groupId>org.apache.qpid</groupId> - <artifactId>qpid</artifactId> - <version>1.0-incubating-M3-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <properties> - <!-- This is an assembly/distribution pom so no test code exists --> - <maven.test.skip>true</maven.test.skip> - </properties> - - <dependencies> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0</version> - </dependency> - - <dependency> - <groupId>org.python</groupId> - <artifactId>jython</artifactId> - <version>2.2-rc1</version> - </dependency> - </dependencies> -</project> |