diff --git a/pom.xml b/pom.xml index 911c842..5c96bce 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,30 @@ com.github.anilople javajvm - 1.1-SNAPSHOT + 1.1 + + ${project.artifactId} + Use Java to Implement JVM + https://github.com/anilople/javajvm + + + MIT License + https://opensource.org/licenses/MIT + repo + + + + https://github.com/anilople/javajvm + scm:git:https://github.com/anilople/javajvm.git + scm:git:https://github.com/anilople/javajvm.git + + + + anilople + none + https://github.com/anilople/javajvm + + com.github.anilople.javajvm.JavaJvmApplication @@ -122,4 +145,86 @@ + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + \ No newline at end of file