This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceusermapper.git
commit 3a53f77055ad8aa3b4b0ce1870272f6e534e3905 Author: Dan Klco <[email protected]> AuthorDate: Wed Jan 10 05:36:15 2018 -0800 Removing the install profile --- pom.xml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/pom.xml b/pom.xml index c69423d..a2cece3 100644 --- a/pom.xml +++ b/pom.xml @@ -135,27 +135,4 @@ </dependency> </dependencies> - <profiles> - <profile> - <id>autoInstallBundle</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.sling</groupId> - <artifactId>maven-sling-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <id>install-bundle</id> - <goals> - <goal>install</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
