From fae1bae08e61169b32d7482f4336797cef752090 Mon Sep 17 00:00:00 2001 From: Gnanarajasekar-skill Date: Tue, 22 Jul 2025 11:18:19 +0530 Subject: [PATCH] Update index.html --- index.html | 268 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 268 insertions(+) diff --git a/index.html b/index.html index 19c25caa0..16d3dce4c 100644 --- a/index.html +++ b/index.html @@ -6,3 +6,271 @@

Hello world!

+ + + + 4.0.0 + + + org.apache.maven.plugins + maven-plugins + 45 + + + + maven-compiler-plugin + 4.0.0-beta-3-SNAPSHOT + maven-plugin + + Apache Maven Compiler Plugin + The Compiler Plugin is used to compile the sources of your project. + 2001 + + + + Jan Sievers + + + Trygve Laugstøl + trygvis@inamo.no + + + Jason van Zyl + jason@maven.org + + + Andreas Gudian + + + Martin Desruisseaux + + + + + ${mavenVersion} + + + + scm:git:https://github.com/apache/maven-compiler-plugin.git + scm:git:https://github.com/apache/maven-compiler-plugin.git + HEAD + https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag} + + + GitHub + https://github.com/apache/maven-compiler-plugin/issues + + + Jenkins + https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-compiler-plugin/ + + + + apache.website + scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path} + + + + + 17 + 4.0.0-rc-4 + + 9.8 + 6.0.0 + 5.18.0 + 4.0.0-beta-4 + 0.9.0.M2 + 3.42.0 + 3.13.1 + 4.0.0-beta-1 + + org.apache.maven.plugins.compiler.its + false + + 2025-02-17T20:52:52Z + + + plugins-archives/${project.artifactId}-LATEST-4.x + + ${maven4x.site.path} + + + + + + org.apache.maven + maven-api-annotations + ${mavenVersion} + provided + + + org.apache.maven + maven-api-core + ${mavenVersion} + provided + + + org.apache.maven + maven-api-di + ${mavenVersion} + provided + + + org.apache.maven + maven-api-model + ${mavenVersion} + provided + + + org.ow2.asm + asm + ${asmVersion} + + + + org.apache.maven + maven-core + ${mavenVersion} + test + + + org.apache.maven + maven-impl + ${mavenVersion} + test + + + org.apache.maven + maven-xml + ${mavenVersion} + test + + + com.google.inject + guice + ${guiceVersion} + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + ${mavenPluginTestingHarnessVersion} + test + + + org.mockito + mockito-core + ${mockitoVersion} + test + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${javaVersion} + + + + com.diffplug.spotless + spotless-maven-plugin + + + + src/**/*.java + + + + + **/pom.xml + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + unit/** + + + + + + + + + + run-its + + + + + org.apache.maven.plugins + maven-invoker-plugin + + + integration-test + + true + src/it + ${project.build.directory}/it + + */pom.xml + extras/*/pom.xml + multirelease-patterns/*/pom.xml + + + + setup*/pom.xml + + verify + ${project.build.directory}/local-repo + src/it/settings.xml + ${maven.it.failure.ignore} + true + + clean + test-compile + + + + + + + + + + +