Repository: flex-site Updated Branches: refs/heads/maven-site dfa66b941 -> dd3225186
- Added generation of sitemap.xml Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/dd322518 Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/dd322518 Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/dd322518 Branch: refs/heads/maven-site Commit: dd322518628a4d92bfb7ff2fe827ae7c86626617 Parents: dfa66b9 Author: Christofer Dutz <[email protected]> Authored: Wed Oct 19 11:30:32 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Wed Oct 19 11:30:32 2016 +0200 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-site/blob/dd322518/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d47ef98..44f31bf 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ <name>Apache Flex - Website</name> <description>The Apache Flex Website Project</description> + <url>http://flex.apache.org</url> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-site.git</connection> @@ -169,6 +170,19 @@ </dependencies> </plugin> + <plugin> + <groupId>com.github.s4u.plugins</groupId> + <artifactId>sitemapxml-maven-plugin</artifactId> + <version>1.0.0</version> + <executions> + <execution> + <goals> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- Make the maven-site-plugin stage the output in the "asf-site" branch -->
