Author: michaelo Date: Mon Feb 8 20:02:24 2016 New Revision: 1729239 URL: http://svn.apache.org/viewvc?rev=1729239&view=rev Log: [MSKINS-120] Clean up skins for Doxia Sitetools 1.7
Upgrade to Maven Site Plugin 3.5-SNAPSHOT otherwise the site does not render due to quoting problems in the template. Modified: maven/skins/trunk/maven-fluido-skin/pom.xml Modified: maven/skins/trunk/maven-fluido-skin/pom.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1729239&r1=1729238&r2=1729239&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/pom.xml (original) +++ maven/skins/trunk/maven-fluido-skin/pom.xml Mon Feb 8 20:02:24 2016 @@ -155,6 +155,11 @@ under the License. <artifactId>maven-invoker-plugin</artifactId> <version>1.10</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>${sitePluginVersion}</version> + </plugin> </plugins> </pluginManagement> <plugins>