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