diff --git a/pom.xml b/pom.xml index 5164110..16cbe1c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,30 @@ ja-netfilter 2.0.1 + ja-netfilter + A javaagent framework + https://github.com/ja-netfilter/ja-netfilter + + + + GNU General Public License v3.0 + https://github.com/ja-netfilter/ja-netfilter/blob/master/LICENSE + + + + + + Neo Peng + pengzhile@gmail.com + + + + + scm:git:https://github.com/ja-netfilter/ja-netfilter.git + scm:git:https://github.com/ja-netfilter/ja-netfilter.git + https://github.com/ja-netfilter/ja-netfilter + + UTF-8 @@ -23,51 +47,119 @@ 8 8 UTF-8 - -XDignore.symbol.file - true - - org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - - false - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.0.0 - - - - true - - - neo - com.janetfilter.core.Launcher - com.janetfilter.core.Launcher - true - true - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - + + + + release + + true + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + false + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.0.0 + + + + true + + + neo + com.janetfilter.core.Launcher + com.janetfilter.core.Launcher + true + true + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + + + ossrh + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + +