Skip to content

Commit

Permalink
Fix github ghpages plugin configuration to work with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmorgan committed Apr 4, 2015
1 parent e966c99 commit 211dcde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<site>
<id>github-pages-site</id>
<name>Deployment through GitHub's site deployment plugin</name>
<url>site/${project.version}</url>
</site>
</distributionManagement>

<scm>
Expand Down Expand Up @@ -411,6 +416,7 @@
<version>0.11</version>
<configuration>
<message>Creating site for ${project.version}</message>
<path>${project.distributionManagement.site.url}</path>
<merge>true</merge>
</configuration>
<executions>
Expand Down

0 comments on commit 211dcde

Please sign in to comment.