diff --git a/pom.xml b/pom.xml index fa62d44..5777ad2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,144 @@ + - 4.0.0 - io.github.bernd32 - romaji-henkan - 0.0.1 - romaji-henkan - A Java library to convert Japanese text to Latin alphabet (romanization) - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.1 - - - + 4.0.0 + io.github.bernd32 + romaji-henkan + 0.0.1 + ${project.groupId}:${project.artifactId} + A Java library to convert Japanese text to Latin alphabet (romanization) + https://github.com/bernd32/romaji-henkan + + + bernd32 + https://github.com/bernd32 + + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + + + scm:git:git://github.com/bernd32/romaji-henkan.git + https://github.com/bernd32/romaji-henkan/tree/master + romaji-henkan-0.0.1 + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-release-plugin + + + pom.xml + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + UTF-8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + true + + + + + + UTF-8 + + + + + junit + junit + 4.12 + test + + + + com.atilika.kuromoji + kuromoji-ipadic + 0.9.0 + + + + + \ No newline at end of file