- Revision
- 175
- Author
- mauro
- Date
- 2007-06-20 13:38:25 -0500 (Wed, 20 Jun 2007)
Log Message
Updated to latest xsite release, which supports resources.
Modified Paths
Diff
Modified: trunk/distribution/pom.xml (174 => 175)
--- trunk/distribution/pom.xml 2007-06-20 16:54:13 UTC (rev 174) +++ trunk/distribution/pom.xml 2007-06-20 18:38:25 UTC (rev 175) @@ -27,9 +27,11 @@ <plugin> <groupId>org.codehaus.xsite</groupId> <artifactId>xsite-maven-plugin</artifactId> + <version>1.0-beta-7</version> <configuration> <siteMapPath>${basedir}/src/site/content/sitemap.xml</siteMapPath> <skinPath>${basedir}/src/site/templates/skin.html</skinPath> + <resourcePaths>${basedir}/src/site/resources</resourcePaths> <outputDirectoryPath>${project.build.directory}/site</outputDirectoryPath> </configuration> <executions> @@ -40,25 +42,6 @@ </goals> </execution> </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <phase>install</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <copy todir="${project.build.directory}/site" overwrite="true" failonerror="false"> - <fileset dir="${basedir}/src/site/resources"/> - </copy> - </tasks> - </configuration> - </execution> - </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
To unsubscribe from this list please visit:
