You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/05/22 14:27:12 UTC

[netbeans-html4j] branch master updated: One configuration of the Maven plugin shall be enough

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new a5c9df2  One configuration of the Maven plugin shall be enough
a5c9df2 is described below

commit a5c9df20e73f29117716ba378ff91939f1b403af
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Sat May 22 16:26:52 2021 +0200

    One configuration of the Maven plugin shall be enough
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 34f6af9..337c2f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,15 +299,6 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                 </configuration>
               </plugin>
               <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9</version>
-                <configuration>
-                    <subpackages>${publicPackages}</subpackages>
-                    <skip>false</skip>
-                </configuration>
-              </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>2.4.0</version>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists