streams-project site details
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/7f6159f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/7f6159f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/7f6159f1 Branch: refs/heads/0.2-incubating-rc3 Commit: 7f6159f1320c657767597442427003027f9e6f32 Parents: d9b0c88 Author: Steve Blackmon (@steveblackmon) <[email protected]> Authored: Sat Apr 11 14:21:55 2015 -0500 Committer: Steve Blackmon <[email protected]> Committed: Tue Apr 14 12:26:35 2015 -0500 ---------------------------------------------------------------------- pom.xml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/7f6159f1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1658bc4..6e42111 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ <description>Apache Streams Project</description> - <url>http://streams.incubator.apache.org/</url> + <url>http://streams.incubator.apache.org/${project.version}/${project.name}</url> <licenses> <license> @@ -152,8 +152,8 @@ <url>${snapshot.repository.url}</url> </snapshotRepository> <site> - <id>apache.website</id> - <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/</url> + <id>site.streams.project</id> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/streams-project/</url> </site> </distributionManagement> @@ -474,6 +474,33 @@ </execution> </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> + </plugin> </plugins> </pluginManagement> </build>
