diff --git a/pom.xml b/pom.xml index 32eedca..2894b01 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,8 @@ 1.7 1.7 + + github @@ -80,6 +82,13 @@ + + + internal-maven-repo + file://${project.build.directory}/gh-pages/maven + + + @@ -119,6 +128,35 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + internal-maven-repo::default::file://${project.build.directory}/gh-pages/maven + + + + com.github.github + site-maven-plugin + 0.12 + + Maven artifacts for ${project.artifactId} v${project.version} + ${project.build.directory}/gh-pages + refs/heads/gh-pages + true + ShopChest + EpicEricEE + + + + deploy + + site + + + +