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

davidb pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git

commit b65c15f439dbaabcf459e791164c486566f18e3a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sat May 2 10:03:15 2020 +0200

    Skip javadoc generation
---
 pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b8b9c2c..dd9873a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git</developerConnection>
         
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-factory-feature.git</url>
-    <tag>org.apache.sling.installer.factory.feature-0.2.0</tag>
-  </scm>
+    </scm>
 
     <build>
         <plugins>
@@ -47,9 +46,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
-                    <excludePackageNames>
-                        org.apache.sling.installer.factory.impl
-                    </excludePackageNames>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>

Reply via email to