added a notice for the MSITE-687 workaround Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d6f02bb4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d6f02bb4 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d6f02bb4
Branch: refs/heads/slf4j-log4j2 Commit: d6f02bb40689cdd7e57e519341d4084e31566723 Parents: fa47f65 Author: Hervé Boutemy <hbout...@apache.org> Authored: Thu Apr 25 19:27:49 2013 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Thu Apr 25 19:27:49 2013 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/d6f02bb4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7f1e6a3..b4ebafb 100644 --- a/pom.xml +++ b/pom.xml @@ -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>