From a61ad4939c9a83997259e2cae8bb12df433caf75 Mon Sep 17 00:00:00 2001 From: kitfox Date: Tue, 8 Mar 2011 20:09:41 +0000 Subject: Adding pom.xml file so this can be distributed on Maven git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@90 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- pom.xml | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e47902e --- /dev/null +++ b/pom.xml @@ -0,0 +1,222 @@ + + + 4.0.0 + + + org.sonatype.oss + oss-parent + 7 + + + + com.kitfox + svg-core + 1.0.8-SNAPSHOT + jar + + ${project.artifactId} + + ${project.name} SVGSalamander is a popular, small and fast + SVG renderer and animator for Java. + + + 2011 + + http://java.net/projects/svgsalamander + + + Kitfox Studios + http://www.kitfox.com/ + + + + + http://svgsalamander.java.net/ + scm:svn:https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core/ + scm:svn:https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core/ + + + + + + + BSD + http://www.opensource.org/licenses/bsd-license.php + repo + + + GNU Lesser General Public License, version 2.1 + http://www.gnu.org/licenses/lgpl-2.1.html + repo + + + + + + + mark-mckay + Mark McKay + mark@kitfox.com + + owner + + + the creator + + + + + + + + UTF-8 + UTF-8 + + + kitfox-source-repo + + + + + + + + org.apache.ant + ant + 1.8.1 + + + + + + + + ${basedir}/src/main/java + + + ${basedir}/src/main/res + + + + + ${basedir}/src/test/java + + + ${basedir}/src/test/res + + + + + + + + org.codehaus.mojo + javacc-maven-plugin + 2.6 + + + javacc + generate-sources + + javacc + + + ${basedir}/src/main/java + + **/*.jjt + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + enforce-maven-version + + enforce + + + + + [3.0,) + you-must-run-maven-3.0-or-above + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + true + false + + public + http://java.sun.com/javase/1.6.0/docs/api + + true + true + ${project.name} API ${project.version} / + ${maven.build.timestamp} + ${project.name} API ${project.version} / + ${maven.build.timestamp} +
${project.organization.name}]]>
+
${project.organization.name}]]>
+ + + Copyright © {inceptionYear}-{currentYear} + ${project.organization.name}]]>. + All Rights Reserved. + +
+
+ + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + + + + + org.apache.maven.plugins + maven-release-plugin + + + clean verify + + deploy + + + +
+ +
+ +
-- cgit v1.2.3-55-g7522