You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/03/27 09:14:48 UTC

svn commit: r1305752 - in /maven/skins/trunk/maven-fluido-skin: pom.xml src/site/site.xml

Author: simonetripodi
Date: Tue Mar 27 07:14:48 2012
New Revision: 1305752

URL: http://svn.apache.org/viewvc?rev=1305752&view=rev
Log:
included MSKINS-21 in the produced site

Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml
    maven/skins/trunk/maven-fluido-skin/src/site/site.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=1305752&r1=1305751&r2=1305752&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Tue Mar 27 07:14:48 2012
@@ -345,6 +345,21 @@
                 </configuration>
               </execution>
               <execution>
+                <id>copy-mskins-21</id>
+                <phase>site</phase>
+                <goals>
+                  <goal>copy-resources</goal>
+                </goals>
+                <configuration>
+                  <resources>
+                    <resource>
+                      <directory>${project.build.directory}/it/mskins-21/target/site/</directory>
+                    </resource>
+                  </resources>
+                  <outputDirectory>${project.build.directory}/site/mskins-21/</outputDirectory>
+                </configuration>
+              </execution>
+              <execution>
                 <id>copy-mskins-22</id>
                 <phase>site</phase>
                 <goals>

Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1305752&r1=1305751&r2=1305752&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Tue Mar 27 07:14:48 2012
@@ -66,6 +66,7 @@ under the License.
       <item name="MSKINS-15" href="./mskins-15/index.html"/>
       <item name="MSKINS-16" href="./mskins-16/index.html"/>
       <item name="MSKINS-17" href="./mskins-17/index.html"/>
+      <item name="MSKINS-21" href="./mskins-21/index.html"/>
       <item name="MSKINS-22" href="./mskins-22/index.html"/>
       <item name="MSKINS-22 (default)" href="./mskins-22_default/index.html"/>
       <item name="MSKINS-23" href="./mskins-23/index.html"/>