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 82089451290c34b1d071f9a2935917c0ea5aadce Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Apr 29 13:43:25 2020 +0200 Remove skip configuration for baseline plugin --- pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 091b889..d2f1bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,6 @@ <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.1.0</tag> </scm> <build> @@ -48,17 +47,10 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <excludePackageNames> - org.apache.sling.installer.factory.feature.model.impl + org.apache.sling.installer.factory.impl </excludePackageNames> </configuration> </plugin> - <plugin> - <groupId>biz.aQute.bnd</groupId> - <artifactId>bnd-baseline-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build>
