You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/01/10 13:36:27 UTC

[sling-org-apache-sling-serviceusermapper] 02/02: Removing the install profile

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 <da...@gmail.com>
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
"commits@sling.apache.org" <co...@sling.apache.org>.