Author: rfscholte Date: Mon Mar 27 18:28:24 2017 New Revision: 1788989 URL: http://svn.apache.org/viewvc?rev=1788989&view=rev Log: [MCOMPILER-290] Fix invalid comment out in the examples of module-info documentation
closes #106 Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/module-info.apt.vm Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/module-info.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/module-info.apt.vm?rev=1788989&r1=1788988&r2=1788989&view=diff ============================================================================== --- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/module-info.apt.vm (original) +++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/module-info.apt.vm Mon Mar 27 18:28:24 2017 @@ -66,7 +66,7 @@ Older projects with module-info <goals> <goal>compile</goal> </goals> - <!-- recompile everything for target VM except the module-info.java + <!-- recompile everything for target VM except the module-info.java --> <configuration> <excludes> <exclude>module-info.java</exclude> @@ -119,7 +119,7 @@ Older projects with module-info <goals> <goal>compile</goal> </goals> - <!-- recompile everything for target VM except the module-info.java + <!-- recompile everything for target VM except the module-info.java --> <configuration> <excludes> <exclude>module-info.java</exclude>