diff --git a/src/site/apt/non-javac-compilers.apt.vm b/src/site/apt/non-javac-compilers.apt.vm index b76d0e0e..95667bdb 100644 --- a/src/site/apt/non-javac-compilers.apt.vm +++ b/src/site/apt/non-javac-compilers.apt.vm @@ -31,22 +31,24 @@ Using Non-Javac Compilers Contrary to this plugin's name, the Compiler Plugin does not compile the sources of your project by itself. To compile, the Compiler Plugin uses - another class to compile them. The parameter <<>> determines - which class will be used. Currently, the Compiler Plugin is bundled with the - <<>> compiler artifact with artifactId <<>>, - which can be seen as one of the dependencies declared inside the Compiler - Plugin's POM. + another class to compile them. - {{{http://codehaus-plexus.github.io/plexus-compiler/}Plexus Compiler}} component + The parameter <<>> determines which class will be used. + + Currently, the Compiler Plugin is bundled with the <<>> compiler + with artifactId <<>> version <<${plexusCompilerVersion}>>, + which can be seen as one of the dependencies declared inside the Compiler Plugin's POM. + + {{{https://codehaus-plexus.github.io/plexus-compiler/}Plexus Compiler}} component has some other compiler Ids available under the groupId <<>>: - * <<>> with artifactId <<>>. + * <<>> with artifactId <<>> - <>: <<>> and <<>> - * <<>> with artifactId <<>>. + * <<>> with artifactId <<>> - <>: <<>> - * <<>> with artifactId <<>>. + * <<>> with artifactId <<>> - <>: <<>> and <<>> - * <<>> with artifactId <<>>. + * <<>> with artifactId <<>> - <>: <<>> [] @@ -74,7 +76,7 @@ Using Non-Javac Compilers org.codehaus.plexus plexus-compiler-csharp - 1.6 + ${plexusCompilerVersion}