Author: hboutemy Date: Tue Feb 20 22:45:20 2018 New Revision: 1824917 URL: http://svn.apache.org/viewvc?rev=1824917&view=rev Log: added plugin IT to documentation of generated project from this archetype
Modified: maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm Modified: maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm?rev=1824917&r1=1824916&r2=1824917&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm (original) +++ maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm Tue Feb 20 22:45:20 2018 @@ -35,10 +35,15 @@ ${project.name} project |-- pom.xml `-- src - `-- main - `-- java - `-- $package - `-- MyMojo.java + |-- main + | `-- java + | `-- $package + | `-- MyMojo.java + `-- it + |-- simple-it + | |-- pom.xml + | `-- verify.groovy + `-- settings.xml +----+