Author: carlos Date: Tue Mar 21 22:16:49 2006 New Revision: 387752 URL: http://svn.apache.org/viewcvs?rev=387752&view=rev Log: Update and clarify docs
Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/howto.apt maven/plugins/trunk/maven-compiler-plugin/src/site/apt/introduction.apt Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/howto.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/howto.apt?rev=387752&r1=387751&r2=387752&view=diff ============================================================================== --- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/howto.apt (original) +++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/howto.apt Tue Mar 21 22:16:49 2006 @@ -25,7 +25,7 @@ <source>1.5</source> <target>1.5</target> <excludes> - <exclude implementation="java.lang.String">**/*Point*.java</exclude> + <exclude>**/*Point*.java</exclude> </excludes> </configuration> </plugin> @@ -36,7 +36,3 @@ </project> ------------------- - There are other parameters that you can configure like fork, includes/include, debug, showWarnings etc. - - For full documentation, click {{{index.html}here}}. - Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/introduction.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/introduction.apt?rev=387752&r1=387751&r2=387752&view=diff ============================================================================== --- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/introduction.apt (original) +++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/introduction.apt Tue Mar 21 22:16:49 2006 @@ -8,7 +8,9 @@ Introduction - This plugin is the Maven2 version of Maven1's Java Plugin. - - This plugin provides the basic Javac facilities. + This plugin allows compilation of sources. + Currently Java is the supported language for compilation, although there's some work on AspectJ, .NET, C#,... + + This plugin is the Maven2 version of Maven1's Java Plugin. + \ No newline at end of file