From 6809b77cf72dcbc4dc60ba32ffce9c73477e051c Mon Sep 17 00:00:00 2001 From: Thomas Chojecki Date: Sat, 21 Feb 2015 21:28:45 +0100 Subject: [PATCH] Add distributionManagement to pom --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) 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