diff --git a/pom.xml b/pom.xml index 665be64..03f12d3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,260 +1,261 @@ - - - 4.0.0 - org.wiztools - xsd-gen - jar - 0.2.1-SNAPSHOT - xsd-gen - - Generate XSD from XML. - - https://github.com/wiztools/xsd-gen - - scm:git:https://github.com/wiztools/xsd-gen.git - scm:git:git@github.com:wiztools/xsd-gen.git - https://github.com/wiztools/xsd-gen - - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - subwiz - Subhash Chandran - subwiz@gmail.com - WizTools.org - http://www.wiztools.org - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.7 - 1.7 - ${project.build.sourceEncoding} - - - - maven-assembly-plugin - - - jar-with-dependencies - - - - org.wiztools.xsdgen.XsdGenMain - - - development - ${project.url} - - - - - - make-assembly - package - - attached - - - - - - org.codehaus.mojo - appassembler-maven-plugin - 1.10 - - flat - lib - true - - - .bat - - -Xms128m - - windows - unix - - - - org.wiztools.xsdgen.XsdGenMain - xsd-gen - - windows - unix - - - - - - - package - pack - - assemble - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - package - - - Assembling: ${assembleDirectory} - - - - - - - - - - - - - - - - - - - - - - run - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-scm-plugin - 1.9.4 - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.5 - true - - ossrh - https://oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-source-plugin - 2.4 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - - - - org.wiztools.commons - wiztools-commons-lib - 0.4.1 - - - xom - xom - 1.2.5 - - - xerces - xercesImpl - - - xalan - xalan - - - xml-apis - xml-apis - - - - - com.google.code.cli-parser - cli - 7 - - - junit - junit - 4.12 - test - - - - UTF-8 - ${project.build.directory}/${project.artifactId}-${project.version} - - - + + + 4.0.0 + org.wiztools + xsd-gen + jar + 0.2.1 + xsd-gen + + Generate XSD from XML. + + https://github.com/wiztools/xsd-gen + + scm:git:https://github.com/wiztools/xsd-gen.git + scm:git:git@github.com:wiztools/xsd-gen.git + https://github.com/wiztools/xsd-gen + xsd-gen-0.2.1 + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + subwiz + Subhash Chandran + subwiz@gmail.com + WizTools.org + http://www.wiztools.org + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.7 + 1.7 + ${project.build.sourceEncoding} + + + + maven-assembly-plugin + + + jar-with-dependencies + + + + org.wiztools.xsdgen.XsdGenMain + + + development + ${project.url} + + + + + + make-assembly + package + + attached + + + + + + org.codehaus.mojo + appassembler-maven-plugin + 1.10 + + flat + lib + true + + + .bat + + -Xms128m + + windows + unix + + + + org.wiztools.xsdgen.XsdGenMain + xsd-gen + + windows + unix + + + + + + + package + pack + + assemble + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + package + + + Assembling: ${assembleDirectory} + + + + + + + + + + + + + + + + + + + + + + run + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-scm-plugin + 1.9.4 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.5 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + org.wiztools.commons + wiztools-commons-lib + 0.4.1 + + + xom + xom + 1.2.5 + + + xerces + xercesImpl + + + xalan + xalan + + + xml-apis + xml-apis + + + + + com.google.code.cli-parser + cli + 7 + + + junit + junit + 4.12 + test + + + + UTF-8 + ${project.build.directory}/${project.artifactId}-${project.version} + + +