diff --git a/ethereumj-core/pom.xml b/ethereumj-core/pom.xml index 39cf6590..4cb0af4a 100644 --- a/ethereumj-core/pom.xml +++ b/ethereumj-core/pom.xml @@ -17,6 +17,9 @@ * Install jar with sources to the maven repository mvn source:jar install -Dmaven.test.skip=true + + * Release to mvn repository in github (settings.xml should be updated with user/pass): + mvn clean deploy -Dmaven.test.skip=true --> @@ -30,10 +33,19 @@ scm:git:git://github.com/ethereum/ethereumj.git - scm:git:git://github.com/ethereum/ethereumj.git + scm:git:ssh://git@github.com/ethereum/ethereumj.git https://github.com/ethereum/ethereumj + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo + + + + UTF-8 @@ -42,6 +54,8 @@ 0.7 1.51.0.0 gen + + github @@ -168,6 +182,7 @@ + @@ -176,6 +191,7 @@ + @@ -193,15 +209,7 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - + org.apache.maven.plugins @@ -238,23 +246,8 @@ - - org.antlr - antlr4-maven-plugin - 4.3 - - true - true - - - - antlr - - antlr4 - - - - + + org.eluder.coveralls coveralls-maven-plugin @@ -279,6 +272,7 @@ + maven-antrun-plugin 1.3 @@ -298,6 +292,73 @@ + + + + org.antlr + antlr4-maven-plugin + 4.3 + + true + true + + + + antlr + + antlr4 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + + maven-deploy-plugin + 2.8.1 + + internal.repo::default::file://${project.build.directory}/mvn-repo + + + + + + com.github.github + site-maven-plugin + 0.9 + + Maven artifacts for ${project.version} + true + ${project.build.directory}/mvn-repo + refs/heads/mvn-repo + **/* + + true + ethereumj + ethereum + + + + + + site + + deploy + + + +