From 211dcde04eeedd395721dff385657b721acfe59c Mon Sep 17 00:00:00 2001 From: Hamish Morgan Date: Fri, 3 Apr 2015 14:23:47 +0100 Subject: [PATCH] Fix github ghpages plugin configuration to work with submodules --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 3d66dac..2726d54 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,11 @@ sonatype-nexus-staging https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + github-pages-site + Deployment through GitHub's site deployment plugin + site/${project.version} + @@ -411,6 +416,7 @@ 0.11 Creating site for ${project.version} + ${project.distributionManagement.site.url} true