Hi All,
I tried to setup a maven project and refered the help docs.
I have successfully compiled and jar files are available in the target folder. But it is not getting installed to the CQ instance.
In the maven logs i could see "D://Workspace/target/my-bundle-SNAPSHOT-1.0-Jar is not an OSGI bundle, not uploading" .
I am not sure what could be the error.
Can someone please help me on this!!
Thanks,
Jai
Solved! Go to Solution.
Views
Replies
Total Likes
What happens when you run the maven command mvn clean install -Pautoinstallbundle inside the bundle folder?
smacdonald2008 wrote...
Why not use mvn clean install and install the bundle manually as described in the article.
My requirement is i need to run a maven command that will install the bundle and content packages. I am sure there is a way to achieve this and I have already done this referring to this link in the past.
As Opkar said there might be some misconfig in my project's pom files. I am trying to figure out that.
Why not use mvn clean install and install the bundle manually as described in the article.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies