This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 04e8326 remove obsolete taglet + rat fix
new b5a8a47 Merge pull request #99 from ebarboni/rat
04e8326 is described below
commit 04e8326df7ffa6329a077c45446a9ec1b2d7ac58
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jun 2 11:59:30 2023 +0200
remove obsolete taglet + rat fix
---
nb-repository-plugin/pom.xml | 13 +------------
nb-shared/pom.xml | 11 -----------
nbm-maven-plugin/pom.xml | 39 +++++++++++++--------------------------
3 files changed, 14 insertions(+), 49 deletions(-)
diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml
index 9139d1b..f7e3092 100644
--- a/nb-repository-plugin/pom.xml
+++ b/nb-repository-plugin/pom.xml
@@ -251,18 +251,7 @@ under the License.
<link>http://maven.apache.org/ref/${maven.version}/maven-plugin-api/apidocs/</link>
<link>https://maven.apache.org/shared/maven-reporting-api/apidocs/</link>
<link>http://maven.apache.org/ref/${maven.version}/maven-settings/apidocs/</link>
- </links>
- <tagletArtifacts>
- <tagletArtifact>
- <groupId>org.apache.maven.plugin-tools</groupId>
- <artifactId>maven-plugin-tools-javadoc</artifactId>
- </tagletArtifact>
- <tagletArtifact>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-javadoc</artifactId>
- <version>1.6</version>
- </tagletArtifact>
- </tagletArtifacts>
+ </links>
</configuration>
</plugin>
<plugin>
diff --git a/nb-shared/pom.xml b/nb-shared/pom.xml
index 416a9b4..250d376 100644
--- a/nb-shared/pom.xml
+++ b/nb-shared/pom.xml
@@ -154,17 +154,6 @@ under the License.
<link>https://maven.apache.org/shared/maven-reporting-api/apidocs/</link>
<link>http://maven.apache.org/ref/${maven.version}/maven-settings/apidocs/</link>
</links>
- <tagletArtifacts>
- <tagletArtifact>
- <groupId>org.apache.maven.plugin-tools</groupId>
- <artifactId>maven-plugin-tools-javadoc</artifactId>
- </tagletArtifact>
- <tagletArtifact>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-javadoc</artifactId>
- <version>1.5.5</version>
- </tagletArtifact>
- </tagletArtifacts>
</configuration>
</plugin>
<plugin>
diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml
index 2243b3b..4b9e0bb 100644
--- a/nbm-maven-plugin/pom.xml
+++ b/nbm-maven-plugin/pom.xml
@@ -294,6 +294,17 @@ under the License.
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- manifest for testing purpose -->
+ <exclude>**/*.mf</exclude>
+ <exclude>**/*.MF</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -342,19 +353,7 @@ under the License.
<!-- unreachable site
<link>http://maven.apache.org/ref/${mojo.javadoc.mavenVersion}/maven-project/apidocs/</link>-->
<!-- unreachable site
<link>http://maven.apache.org/ref/${mojo.javadoc.mavenVersion}/maven-reporting/maven-reporting-api/apidocs/</link>-->
<link>https://maven.apache.org/ref/${maven.version}/maven-settings/apidocs/</link>
- </links>
- <tagletArtifacts>
- <tagletArtifact>
- <groupId>org.apache.maven.plugin-tools</groupId>
- <artifactId>maven-plugin-tools-javadoc</artifactId>
- <version>3.4</version>
- </tagletArtifact>
- <tagletArtifact>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-javadoc</artifactId>
- <version>1.6</version>
- </tagletArtifact>
- </tagletArtifacts>
+ </links>
</configuration>
<reportSets>
<reportSet>
@@ -388,17 +387,7 @@ under the License.
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>3.0.0</version>
- </plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/*.mf</exclude>
- <exclude>**/*.MF</exclude>
- </excludes>
- </configuration>
- </plugin>
+ </plugin>
</plugins>
</reporting>
@@ -448,7 +437,6 @@ under the License.
<profile>
<id>run-its</id>
<build>
-
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
@@ -483,7 +471,6 @@ under the License.
</executions>
</plugin>
</plugins>
-
</build>
</profile>
</profiles>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists