From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- pom.xml | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..a6e91fa1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + net.sourceforge.subsonic + subsonic + 4.7.beta2 + Subsonic + pom + + Sindre Mehus + http://subsonic.org/ + + 2004 + + + true + iso-8859-1 + + + + + local1 + Local Repository 1 + file:repo + + + local2 + Local Repository 2 + file:../repo + + + java_net + download.java.net + http://download.java.net/maven/2/ + + + + + + Codehaus Repository + http://repository.codehaus.org/ + + + + + scm:svn:https://subsonic.svn.sourceforge.net/svnroot/subsonic/trunk + scm:svn:https://subsonic.svn.sourceforge.net/svnroot/subsonic/trunk + http://subsonic.svn.sourceforge.net/viewvc/subsonic/ + + + + continuum + + + mail + +
sindre@activeobjects.no
+
+
+
+
+ + + + Sindre Mehus + sindre@activeobjects.no + + + + + subsonic-main + + + + + full + + subsonic-booter + subsonic-installer-windows + subsonic-installer-mac + subsonic-installer-debian + subsonic-installer-rpm + subsonic-backend + subsonic-site + subsonic-assembly + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + org.apache.maven.plugins + maven-dependency-plugin + 2.2 + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.0 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + ISO-8859-1 + false + 1.5 + true + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + analyze + + analyze-only + + + ${failOnDependencyWarning} + true + + + + + + + +
\ No newline at end of file -- cgit v1.2.3