Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/pass-compiler-arguments.apt.vm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/pass-compiler-arguments.apt.vm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Pass Compiler Arguments <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/examples/pass-compiler-arguments.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Pass Compiler Arguments <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/examples/pass-compiler-arguments.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -130,7 +130,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.0</version> + <version>3.12.1</version> <configuration> <compilerArgs> <arg>-verbose</arg>
Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-release.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-release.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-release.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/set-compiler-release.apt.vm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/set-compiler-release.apt.vm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Setting the --release of the Java Compiler <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/examples/set-compiler-release.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Setting the --release of the Java Compiler <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/examples/set-compiler-release.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -139,7 +139,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.0</version> + <version>3.12.1</version> <configuration> <release>8</release> </configuration> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/set-compiler-source-and-target.apt.vm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/examples/set-compiler-source-and-target.apt.vm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Setting the -source and -target of the Java Compiler <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/examples/set-compiler-source-and-target.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Setting the -source and -target of the Java Compiler <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/examples/set-compiler-source-and-target.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -140,7 +140,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.0</version> + <version>3.12.1</version> <configuration> <source>1.8</source> <target>1.8</target> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/fml/faq.fml at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -48,9 +48,9 @@ <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Frequently Asked Questions <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/fml/faq.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Frequently Asked Questions <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/fml/faq.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">compiler:help</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -120,7 +120,7 @@ <section> <h2><a name="compiler:help"></a>compiler:help</h2><a name="compiler:help"></a> <p><strong>Full name</strong>:</p> -<p>org.apache.maven.plugins:maven-compiler-plugin:3.12.0:help</p> +<p>org.apache.maven.plugins:maven-compiler-plugin:3.12.1:help</p> <p><strong>Description</strong>:</p> <p>Display help information on maven-compiler-plugin. <br /> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/index.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/index.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/index.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/index.apt.vm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/index.apt.vm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Introduction <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/index.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Introduction <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/index.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/issue-management.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/issue-management.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/issue-management.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:issue-management at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:issue-management at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Issue Management</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/mailing-lists.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/mailing-lists.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/mailing-lists.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:mailing-lists at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:mailing-lists at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Project Mailing Lists</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/multirelease.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/multirelease.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/multirelease.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/multirelease.apt at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/multirelease.apt at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Multi Release <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/multirelease.apt"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Multi Release <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/multirelease.apt"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/non-javac-compilers.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/non-javac-compilers.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/non-javac-compilers.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/non-javac-compilers.apt.vm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/non-javac-compilers.apt.vm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Using Non-Javac Compilers <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/non-javac-compilers.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Using Non-Javac Compilers <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/non-javac-compilers.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -138,7 +138,7 @@ [...] <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.0</version> + <version>3.12.1</version> <configuration> <compilerId>csharp</compilerId> </configuration> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-info.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-info.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-info.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Plugin Documentation</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -166,7 +166,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.0</version> + <version>3.12.1</version> </plugin> ... </plugins> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:plugin-management at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:plugin-management at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Project Plugin Management</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugins.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugins.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugins.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:plugins at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:plugins at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Project Plugins</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/pmd.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/pmd.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/pmd.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-pmd-plugin:3.21.2:pmd at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-pmd-plugin:3.21.2:pmd at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">PMD Results</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -191,23 +191,23 @@ <tr class="b"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1251">1251</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1253">1253</a></td></tr> <tr class="a"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1262">1262</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1264">1264</a></td></tr> <tr class="b"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1451">1451</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1453">1453</a></td></tr> <tr class="a"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1452">1452</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1454">1454</a></td></tr> <tr class="b"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#unnecessaryfullyqualifiedname">UnnecessaryFullyQualifiedName</a></td> <td>Unnecessary use of fully qualified name 'org.apache.maven.model.Dependency' due to existing import 'org.apache.maven.model.Dependency'</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1714">1714</a></td></tr></table></section></section></section><section> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1716">1716</a></td></tr></table></section></section></section><section> <h3><a name="Files"></a>Files</h3><a name="Files"></a><section> <h4><a name="org.2Fapache.2Fmaven.2Fplugin.2Fcompiler.2FAbstractCompilerMojo.java"></a>org/apache/maven/plugin/compiler/AbstractCompilerMojo.java</h4><a name="org.2Fapache.2Fmaven.2Fplugin.2Fcompiler.2FAbstractCompilerMojo.java"></a> <table border="0" class="table table-striped"> @@ -260,27 +260,27 @@ <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> <td>4</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1251">1251</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1253">1253</a></td></tr> <tr class="a"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> <td>4</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1262">1262</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1264">1264</a></td></tr> <tr class="b"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> <td>4</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1451">1451</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1453">1453</a></td></tr> <tr class="a"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td> <td>Useless parentheses.</td> <td>4</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1452">1452</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1454">1454</a></td></tr> <tr class="b"> <td align="left"><a class="externalLink" href="https://pmd.github.io/pmd-6.55.0/pmd_rules_java_codestyle.html#unnecessaryfullyqualifiedname">UnnecessaryFullyQualifiedName</a></td> <td>Unnecessary use of fully qualified name 'org.apache.maven.model.Dependency' due to existing import 'org.apache.maven.model.Dependency'</td> <td>4</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1714">1714</a></td></tr></table></section><section> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1716">1716</a></td></tr></table></section><section> <h4><a name="org.2Fapache.2Fmaven.2Fplugin.2Fcompiler.2FCompilerMojo.java"></a>org/apache/maven/plugin/compiler/CompilerMojo.java</h4><a name="org.2Fapache.2Fmaven.2Fplugin.2Fcompiler.2FCompilerMojo.java"></a> <table border="0" class="table table-striped"> <tr class="a"> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-info.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-info.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-info.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-site-plugin:3.12.1:CategorySummaryDocumentRenderer at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-site-plugin:3.12.1:CategorySummaryDocumentRenderer at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Project Information</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-reports.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-reports.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-reports.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-site-plugin:3.12.1:CategorySummaryDocumentRenderer at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-site-plugin:3.12.1:CategorySummaryDocumentRenderer at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Generated Reports</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/scm.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/scm.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/scm.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:scm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:scm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Source Code Management</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -139,15 +139,15 @@ <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> <p>The following is a link to a browsable version of the source repository:</p> <div> -<pre><a class="externalLink" href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0">https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0</a></pre></div></section><section> +<pre><a class="externalLink" href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1">https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1</a></pre></div></section><section> <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p> <div> -<pre>$ git clone --branch maven-compiler-plugin-3.12.0 https://github.com/apache/maven-compiler-plugin.git</pre></div></section><section> +<pre>$ git clone --branch maven-compiler-plugin-3.12.1 https://github.com/apache/maven-compiler-plugin.git</pre></div></section><section> <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p> <div> -<pre>$ git clone --branch maven-compiler-plugin-3.12.0 https://github.com/apache/maven-compiler-plugin.git</pre></div></section><section> +<pre>$ git clone --branch maven-compiler-plugin-3.12.1 https://github.com/apache/maven-compiler-plugin.git</pre></div></section><section> <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></section> </main> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/summary.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/summary.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/summary.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:summary at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:summary at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Project Summary</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -173,7 +173,7 @@ <td>maven-compiler-plugin</td></tr> <tr class="b"> <td align="left">Version</td> -<td>3.12.0</td></tr> +<td>3.12.1</td></tr> <tr class="a"> <td align="left">Type</td> <td>maven-plugin</td></tr> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-surefire-report-plugin:3.2.2:report at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-surefire-report-plugin:3.2.2:report at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Surefire Report</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -162,7 +162,7 @@ function toggleDisplay(elementId) { <td>0</td> <td>0</td> <td>100%</td> -<td>4.766 s</td></tr></table><br /> +<td>5.928 s</td></tr></table><br /> <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section><section><a id="Package_List"></a> <h2><a name="Package_List"></a>Package List</h2> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> @@ -182,7 +182,7 @@ function toggleDisplay(elementId) { <td>0</td> <td>0</td> <td>100%</td> -<td>4.766 s</td></tr></table><br /> +<td>5.928 s</td></tr></table><br /> <p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><section><a id="org.apache.maven.plugin.compiler"></a> <h3><a name="org.apache.maven.plugin.compiler"></a>org.apache.maven.plugin.compiler</h3> <table border="0" class="table table-striped"> @@ -203,7 +203,7 @@ function toggleDisplay(elementId) { <td>0</td> <td>0</td> <td>100%</td> -<td>4.766 s</td></tr></table></section><br /></section><section><a id="Test_Cases"></a> +<td>5.928 s</td></tr></table></section><br /></section><section><a id="Test_Cases"></a> <h2><a name="Test_Cases"></a>Test Cases</h2> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><section><a id="org.apache.maven.plugin.compiler.CompilerMojoTestCase"></a> <h3><a name="CompilerMojoTestCase"></a>CompilerMojoTestCase</h3> @@ -211,59 +211,59 @@ function toggleDisplay(elementId) { <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasic"></a>testCompilerBasic</td> -<td>2.095 s</td></tr> +<td>2.869 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerIncludesExcludes"></a>testCompilerIncludesExcludes</td> -<td>0.218 s</td></tr> +<td>0.251 s</td></tr> <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileSkipMain"></a>testCompileSkipMain</td> -<td>0.143 s</td></tr> +<td>0.177 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileSkipTest"></a>testCompileSkipTest</td> -<td>0.117 s</td></tr> +<td>0.151 s</td></tr> <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerEmptySource"></a>testCompilerEmptySource</td> -<td>0.097 s</td></tr> +<td>0.116 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileFailure"></a>testCompileFailure</td> -<td>0.083 s</td></tr> +<td>0.088 s</td></tr> <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testOneOutputFileForAllInput2"></a>testOneOutputFileForAllInput2</td> -<td>0.084 s</td></tr> +<td>0.099 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasicSourceTarget"></a>testCompilerBasicSourceTarget</td> -<td>0.104 s</td></tr> +<td>0.112 s</td></tr> <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testOneOutputFileForAllInput"></a>testOneOutputFileForAllInput</td> -<td>0.092 s</td></tr> +<td>0.093 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testImplicitFlagNotSet"></a>testImplicitFlagNotSet</td> -<td>0.067 s</td></tr> +<td>0.075 s</td></tr> <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileFailOnError"></a>testCompileFailOnError</td> -<td>0.077 s</td></tr> +<td>0.079 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerArgs"></a>testCompilerArgs</td> -<td>0.079 s</td></tr> +<td>0.081 s</td></tr> <tr class="a"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerFork"></a>testCompilerFork</td> -<td>1.376 s</td></tr> +<td>1.583 s</td></tr> <tr class="b"> <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> <td><a id="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testImplicitFlagNone"></a>testImplicitFlagNone</td> -<td>0.071 s</td></tr></table></section><br /></section> +<td>0.078 s</td></tr></table></section><br /></section> </main> </div> </div> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/taglist.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/taglist.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/taglist.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.codehaus.mojo:taglist-maven-plugin:3.0.0:taglist at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.codehaus.mojo:taglist-maven-plugin:3.0.0:taglist at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Tag List report</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -178,10 +178,10 @@ <td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L940">940</a></td></tr> <tr class="b"> <td>don't catch Exception</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1188">1188</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1190">1190</a></td></tr> <tr class="a"> <td>remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1458">1458</a></td></tr></table></section></section> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1460">1460</a></td></tr></table></section></section> </main> </div> </div> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/team.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/team.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/team.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:team at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:team at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Project Team</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/testCompile-mojo.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/testCompile-mojo.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/testCompile-mojo.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">compiler:testCompile</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -120,7 +120,7 @@ <section> <h2><a name="compiler:testCompile"></a>compiler:testCompile</h2><a name="compiler:testCompile"></a> <p><strong>Full name</strong>:</p> -<p>org.apache.maven.plugins:maven-compiler-plugin:3.12.0:testCompile</p> +<p>org.apache.maven.plugins:maven-compiler-plugin:3.12.1:testCompile</p> <p><strong>Description</strong>:</p> <p>Compiles application test sources.</p> <p><strong>Attributes</strong>:</p> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/usage.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/usage.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/usage.html Thu Dec 21 07:48:49 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/usage.apt.vm at 2023-12-15 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/apt/usage.apt.vm at 2023-12-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -50,9 +50,9 @@ <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> - <li class="active ">Usage <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.0/src/site/apt/usage.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-15</li> - <li id="projectVersion" class="pull-right">Version: 3.12.0</li> + <li class="active ">Usage <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.12.1/src/site/apt/usage.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-12-21</li> + <li id="projectVersion" class="pull-right">Version: 3.12.1</li> </ul> </div> </header> @@ -137,7 +137,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.0</version> + <version>3.12.1</version> <configuration> <!-- put your configurations here --> </configuration> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/index.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/index.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/index.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- this is a JXR report set (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/package-frame.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/package-frame.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/package-frame.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference Package org.apache.maven.plugin.compiler</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference Package org.apache.maven.plugin.compiler</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/package-summary.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/package-summary.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/package-summary.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference Package org.apache.maven.plugin.compiler</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference Package org.apache.maven.plugin.compiler</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -81,7 +81,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/stubs/package-frame.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/stubs/package-frame.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/stubs/package-frame.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference Package org.apache.maven.plugin.compiler.stubs</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference Package org.apache.maven.plugin.compiler.stubs</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> </head> <body> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/stubs/package-summary.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/stubs/package-summary.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/org/apache/maven/plugin/compiler/stubs/package-summary.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference Package org.apache.maven.plugin.compiler.stubs</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference Package org.apache.maven.plugin.compiler.stubs</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -91,7 +91,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/overview-frame.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/overview-frame.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/overview-frame.html Thu Dec 21 07:48:49 2023 @@ -4,11 +4,11 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> - <h1 title="Apache Maven Compiler Plugin 3.12.0 Reference" class="bar"><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></h1> + <h1 title="Apache Maven Compiler Plugin 3.12.1 Reference" class="bar"><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></h1> <div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All Classes</a></span></div> <div class="indexContainer"> <h2 title="Packages">Packages</h2> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/overview-summary.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/overview-summary.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/overview-summary.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk7) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> @@ -22,7 +22,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -37,7 +37,7 @@ </div> <div class="header"> - <h1 class="title">Apache Maven Compiler Plugin 3.12.0 Reference</h1> + <h1 class="title">Apache Maven Compiler Plugin 3.12.1 Reference</h1> </div> <div class="contentContainer"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages"> @@ -76,7 +76,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.0 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Compiler Plugin 3.12.1 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref/index.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref/index.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/xref/index.html Thu Dec 21 07:48:49 2023 @@ -4,7 +4,7 @@ <!-- this is a JXR report set (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Compiler Plugin 3.12.0 Reference</title> + <title>Apache Maven Compiler Plugin 3.12.1 Reference</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined")
