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)

Reply via email to