maven-site-plugin 3.3 released Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/204f9695 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/204f9695 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/204f9695
Branch: refs/heads/slf4j-log4j2 Commit: 204f96955acb9fe4eaa8a990cb270ff25f4a52f4 Parents: d6f02bb Author: Hervé Boutemy <hbout...@apache.org> Authored: Mon May 13 19:54:24 2013 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Mon May 13 19:54:24 2013 +0200 ---------------------------------------------------------------------- pom.xml | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/204f9695/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b4ebafb..0a4d69f 100644 --- a/pom.xml +++ b/pom.xml @@ -418,19 +418,15 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <dependencies><!-- TODO remove when upgrading m-site-p to 3.3 --> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-module-markdown</artifactId> - <version>1.3</version> - </dependency> - </dependencies> + <version>3.3</version><!-- TODO remove when upgrading parent to 24 --> + <configuration> + <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> <configuration> - <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>