Repository: incubator-streams-examples Updated Branches: refs/heads/STREAMS-401 3c4762847 -> 8d0818d1c
inherit site plugin from parent Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/8d0818d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/8d0818d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/8d0818d1 Branch: refs/heads/STREAMS-401 Commit: 8d0818d1c1a4f661e80ac9764cbebc7fe2caa996 Parents: 3c47628 Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Sat Apr 30 15:07:18 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Sat Apr 30 15:07:18 2016 -0500 ---------------------------------------------------------------------- pom.xml | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/8d0818d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9213ff3..053948d 100644 --- a/pom.xml +++ b/pom.xml @@ -317,31 +317,11 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.4</version> - <dependencies> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-scm</artifactId> - <version>2.8</version> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-api</artifactId> - <version>1.9.4</version> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-svn-commons</artifactId> - <version>1.9.4</version> - </dependency> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-svnexe</artifactId> - <version>1.9.4</version> - </dependency> - </dependencies> + <version>${site.plugin.version}</version> + <configuration> + <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/${project.artifactId}</topSiteURL> + </configuration> </plugin> </plugins> </pluginManagement>
