You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:25:53 UTC

[sling-org-apache-sling-jcr-js-nodetypes] 02/05: js/nodetypes: cleanup maven-sling-plugin configuration

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-js-nodetypes.git

commit 72886b1385184bc1fee3ca03da7297f0c4869fcc
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Nov 16 15:24:05 2016 +0000

    js/nodetypes: cleanup maven-sling-plugin configuration
    
    1) the plug-in was configured to automatically install on a
       Sling server instance, which causes the build to fail if a Sling
       server is not started on port 8080, for instance on Jenkins
    2) the plug-in overrode 4 configuration properties, but the values
       were set to default, so I just removed the configuration block
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1770000 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5933c01..15b02e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,18 +91,11 @@
 				<artifactId>maven-sling-plugin</artifactId>
 				<executions>
 					<execution>
-						<id>install-bundle</id>
+						<id>validate-bundle</id>
 						<goals>
 							<goal>validate</goal>
-							<goal>install</goal>
 						</goals>
-						<configuration>
-							<mountByFS>false</mountByFS>
-							<slingUrl>http://localhost:8080/system/console</slingUrl>
-							<user>admin</user>
-							<password>admin</password>
-						</configuration>
-					</execution>
+				</execution>
 				</executions>
 			</plugin>
 			<plugin>
@@ -194,4 +187,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.