Removing the install profile
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>