diff --git a/pom.xml b/pom.xml index b7f2f0d1..2b12cc21 100644 --- a/pom.xml +++ b/pom.xml @@ -13,8 +13,17 @@ HEAD + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo + + + UTF-8 + github @@ -47,6 +56,39 @@ 1.6 + + maven-deploy-plugin + 2.8.2 + + internal.repo::default::file://${project.build.directory}/mvn-repo + + + + com.github.github + site-maven-plugin + 0.11 + + Maven artifacts for ${project.version} + true + ${project.build.directory}/mvn-repo + refs/heads/mvn-repo + + **/* + + PDFA3 + Rayman2200 + + + + + + site + + deploy + + + \ No newline at end of file