You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/19 17:09:35 UTC

svn commit: r1824785 - in /maven/archetypes/trunk: maven-archetype-plugin-site/src/test/resources/projects/it-basic/ maven-archetype-site-simple/src/main/resources/archetype-resources/ maven-archetype-site-simple/src/test/resources/projects/it-basic/

Author: hboutemy
Date: Mon Feb 19 17:09:35 2018
New Revision: 1824785

URL: http://svn.apache.org/viewvc?rev=1824785&view=rev
Log:
build site after having generated projects from site-oriented archetypes

Modified:
    maven/archetypes/trunk/maven-archetype-plugin-site/src/test/resources/projects/it-basic/goal.txt
    maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/archetype-resources/pom.xml
    maven/archetypes/trunk/maven-archetype-site-simple/src/test/resources/projects/it-basic/goal.txt

Modified: maven/archetypes/trunk/maven-archetype-plugin-site/src/test/resources/projects/it-basic/goal.txt
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin-site/src/test/resources/projects/it-basic/goal.txt?rev=1824785&r1=1824784&r2=1824785&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-plugin-site/src/test/resources/projects/it-basic/goal.txt (original)
+++ maven/archetypes/trunk/maven-archetype-plugin-site/src/test/resources/projects/it-basic/goal.txt Mon Feb 19 17:09:35 2018
@@ -0,0 +1 @@
+site
\ No newline at end of file

Modified: maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/archetype-resources/pom.xml?rev=1824785&r1=1824784&r2=1824785&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/archetype-resources/pom.xml (original)
+++ maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/archetype-resources/pom.xml Mon Feb 19 17:09:35 2018
@@ -25,7 +25,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.3</version>
       </plugin>
     </plugins>
   </build>

Modified: maven/archetypes/trunk/maven-archetype-site-simple/src/test/resources/projects/it-basic/goal.txt
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site-simple/src/test/resources/projects/it-basic/goal.txt?rev=1824785&r1=1824784&r2=1824785&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-site-simple/src/test/resources/projects/it-basic/goal.txt (original)
+++ maven/archetypes/trunk/maven-archetype-site-simple/src/test/resources/projects/it-basic/goal.txt Mon Feb 19 17:09:35 2018
@@ -0,0 +1 @@
+site
\ No newline at end of file