You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "cindy peng (JIRA)" <ji...@apache.org> on 2015/02/10 17:35:11 UTC

[jira] [Created] (SLING-4401) is ignored by sling:uninstall

cindy peng created SLING-4401:
---------------------------------

             Summary: <slingUrl> is ignored by sling:uninstall 
                 Key: SLING-4401
                 URL: https://issues.apache.org/jira/browse/SLING-4401
             Project: Sling
          Issue Type: Bug
    Affects Versions: Maven Sling Plugin 2.1.0
            Reporter: cindy peng


I defined <slingUrl> according to the documentation for uninstall, but it is being ignored and http://localhost:8080 is always used.

<execution>
   <id>uninstall-bundle</id>
       <goals>
           <goal>uninstall</goal>
        </goals>
        <configuration>
             <slingUrl>http://${aem.host}:${aem.port}/system/console</slingUrl>
             <user>${aem.username}</user>
              <password>${aem.password}</password>                                    
               <usePut>false</usePut>
        </configuration
</execution>

I have pass in -Dsling.url to make it work.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)