Skip to content

Commit

Permalink
added a notice for the MSITE-687 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Apr 25, 2013
1 parent fa47f65 commit d6f02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<content>${project.build.directory}/staging/${maven.site.path}</content>
<content>${project.build.directory}/staging/${maven.site.path}</content><!-- workaround for http://jira.codehaus.org/browse/MSITE-687 -->
<checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
<tryUpdate>true</tryUpdate>
</configuration>
Expand Down

0 comments on commit d6f02bb

Please sign in to comment.