Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

inst and rm commands using maven / vault plugin - 500 error

Avatar

Level 4

When I run the build using bamboo plan and try to deploy I can see below error in bamboo log : 

 

<crx version="1.4.9" user="admin" workspace="crx.default">
<request>
<param name="cmd" value="inst"/>
<param name="name" value="project-website"/>
</request>
<response>
<data>
</data>
<status code="500">java.lang.IllegalArgumentException: Several packages with name 'project-website' exist. Please specify group.</status>
</response>
</crx>

 

Any way to specify group?

2 Replies

Avatar

Community Advisor

Is this project already deployed?

Change the version and try to deploy

Avatar

Community Advisor

Is there some option in Bamboo to force deploy?