Error coming when try run maven command | Community
Skip to main content
Level 3
October 16, 2015
Solved

Error coming when try run maven command

  • October 16, 2015
  • 1 reply
  • 580 views

Hi,

When I try to run maven command mvm clean install -P full, error coming

I am not able to sort it out.

I am using jdk1.7.51

apachae 3.0.3

and AEM 6.0

I have set all the environment variables also

It will be greatly helpful for me if anyone help me, in setting up the maven and building AEM projects through maven.\

Please find the attachment for the error

Thank you 

BestRegards,

Vijaya

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 Mshaji

Please check whether you have the following defined in pom.xml

<packaging>bundle</packaging> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>x.x.x</version><extensions>true</extensions></plugin> </plugins>    

Also right click on the project in eclipse and do Update project.

1 reply

MshajiCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

Please check whether you have the following defined in pom.xml

<packaging>bundle</packaging> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>x.x.x</version><extensions>true</extensions></plugin> </plugins>    

Also right click on the project in eclipse and do Update project.