Uninstall package using maven / vault plugin - 500 error | Community
Skip to main content
October 16, 2015
Solved

Uninstall package using maven / vault plugin - 500 error

  • October 16, 2015
  • 1 reply
  • 1090 views

I have the plugin configured as below : 

<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<version>0.0.20</version>
<configuration>
<failOnError>true</failOnError>
<name>core-app</name>
<targetURL>http://localhost:4502/crx/packmgr/service.jsp</targetURL>
</configuration>
</plugin>

when i try to uninstall using: mvn content-package:uninstall

I get :
[INFO] --- content-package-maven-plugin:0.0.20:uninstall (default-cli) @ core ---
[ERROR] Request failed: java.lang.IllegalArgumentException: Several packages with name 'core-app' exist. Please specify group. (500)

How can I specify a group for this configuration? It is NOT specified in the documetnation above. Any pointers, appreciated.

Best,
Sivaram

 

Refer: http://dev.day.com/docs/en/cq/current/core/how_to/how_to_use_the_vlttool/vlt-mavenplugin.html

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

I have passed this thread to the AEM doc team who will respond. They will help you. In the mean time -- look at this older AEM community thread -- it may help:

http://forums.adobe.com/message/4796914

1 reply

smacdonald2008
smacdonald2008Accepted solution
October 16, 2015

I have passed this thread to the AEM doc team who will respond. They will help you. In the mean time -- look at this older AEM community thread -- it may help:

http://forums.adobe.com/message/4796914