- Revision
- 236
- Author
- mauro
- Date
- 2007-07-07 17:14:54 -0500 (Sat, 07 Jul 2007)
Log Message
Added xsite maven plugin to pluginManagement.
Modified Paths
Diff
Modified: trunk/distribution/pom.xml (235 => 236)
--- trunk/distribution/pom.xml 2007-07-07 22:04:41 UTC (rev 235) +++ trunk/distribution/pom.xml 2007-07-07 22:14:54 UTC (rev 236) @@ -27,7 +27,6 @@ <plugin> <groupId>org.codehaus.xsite</groupId> <artifactId>xsite-maven-plugin</artifactId> - <version>1.0-beta-9</version> <configuration> <sourceDirectoryPath>${basedir}/src/site/</sourceDirectoryPath> <sitemapPath>content/sitemap.xml</sitemapPath>
Modified: trunk/pom.xml (235 => 236)
--- trunk/pom.xml 2007-07-07 22:04:41 UTC (rev 235) +++ trunk/pom.xml 2007-07-07 22:14:54 UTC (rev 236) @@ -211,6 +211,11 @@ <tagBase>https://svn.codehaus.org/waffle/tags</tagBase> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.xsite</groupId> + <artifactId>xsite-maven-plugin</artifactId> + <version>1.0-beta-9</version> + </plugin> </plugins> </pluginManagement> <plugins>
To unsubscribe from this list please visit:
