From 6a42b734a4120c8a27ebfb87172bb8f020bf00a1 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 8 Jul 2013 09:54:32 +0200 Subject: o Initial import of classpath mojo. --- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..49e57c2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,67 @@ + + 4.0.0 + + io.trygvis + trygvis-parent + 1 + + io.trygvis.maven + classpath-maven-plugin + 1.0-SNAPSHOT + maven-plugin + + 1.5 + 1.5 + UTF-8 + + + + org.apache.maven + maven-plugin-api + 3.0 + + + org.apache.maven + maven-core + 3.0 + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.1 + provided + + + org.sonatype.plexus + plexus-build-api + 0.0.7 + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.2 + + true + + + + mojo-descriptor + + descriptor + + + + help-goal + + helpmojo + + + + + + + + -- cgit v1.2.3