diff --git a/pom.xml b/pom.xml index 3271bed..f1a62a6 100755 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,44 @@ + + org.sonatype.oss + oss-parent + 9 + 4.0.0 - - org.moparscape + com.moparisthebest.sxf4j sxf4j - 0.0.1 + 0.1-SNAPSHOT jar - sxf4j + ${project.artifactId} - The Simple XML Facade for Java or (SXF4J) serves as a simple facade or abstraction for various xml frameworks, e.g. org.w3c.dom, dom4j, xpp, xpp3 and xom, allowing the end user to plug in the desired xml framework at deployment time. + The Simple XML Facade for Java or (SXF4J) serves as a simple facade or abstraction for various XML frameworks, e.g. org.w3c.dom, dom4j, xpp, xpp3 and xom, allowing the end user to plug in the desired XML framework at deployment time. https://github.com/moparisthebest/sxf4j - + + moparisthebest.com + https://www.moparisthebest.com + + + + moparisthebest + Travis Burtrum + admin@moparisthebest.com + https://www.moparisthebest.com/ + + + + + GNU LESSER GENERAL PUBLIC LICENSE, Version 3 + http://www.gnu.org/licenses/lgpl.html + + + + scm:git:git@github.com:moparisthebest/sxf4j.git + scm:git:git@github.com:moparisthebest/sxf4j.git + git@github.com:moparisthebest/sxf4j.git + @@ -20,6 +46,7 @@ org.codehaus.plexus plexus-utils 3.0.1 + provided @@ -27,6 +54,7 @@ com.thoughtworks.xstream xstream 1.4.2 + provided @@ -34,6 +62,7 @@ dom4j dom4j 1.6.1 + provided @@ -41,27 +70,45 @@ xom xom 1.2.5 + provided - - - - Travis Burtrum - http://www.moparisthebest.com/ - - - - - - GNU LESSER GENERAL PUBLIC LICENSE, Version 3 - http://www.gnu.org/licenses/lgpl.html - - - - - scm:git:git@github.com:moparisthebest/sxf4j.git - scm:git:git@github.com:moparisthebest/sxf4j.git - git@github.com:moparisthebest/sxf4j.git - + + ${project.artifactId} + + + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + false + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + -Xdoclint:none + + + + +