This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git
The following commit(s) were added to refs/heads/master by this push:
new 4eb261d Cleanups after parent 46 merged
4eb261d is described below
commit 4eb261d93fbb2227ebac5898d98658f7b65dc0eb
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 11 10:04:01 2026 +0100
Cleanups after parent 46 merged
---
maven-jxr-plugin/pom.xml | 14 --------------
pom.xml | 1 -
2 files changed, 15 deletions(-)
diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 34f9278..5426246 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -216,15 +216,6 @@ under the License.
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
-
<profiles>
<profile>
<id>reporting</id>
@@ -244,7 +235,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.9.1</version>
<configuration>
<writeJunitReport>true</writeJunitReport>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
@@ -258,10 +248,6 @@ under the License.
<goal>site</goal>
</goals>
<settingsFile>src/it/settings.xml</settingsFile>
- <properties>
-
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
-
<maven.compiler.target>${maven.compiler.target}</maven.compiler.target>
- </properties>
</configuration>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index cf2bda6..b2f2ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,6 @@ under the License.
<javadocPluginVersion>${version.maven-javadoc-plugin}</javadocPluginVersion>
<maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
<project.build.outputTimestamp>2024-10-22T14:57:49Z</project.build.outputTimestamp>
- <version.palantirJavaFormat>2.81.0</version.palantirJavaFormat>
</properties>
<dependencyManagement>