Hi All,
I am new
Maven. I am trying to create a sample Hibernate project by taking a help from a website.
I executed below Maven Commands.
mvn archetype:generate -DgroupId=com.example.hibernate -DartifactId=HibernateSample -DarchetypeArtifactId=maven-archetype-quickstart -Dinteractivemode=false
Above commands executed successfully.
When i tried to run below command if failed with error.
mvn eclipse:eclipse
So i executed it with -X option
mvn -X eclipse:eclipse
Upon executing above command with -X option i got to know that it is failing with "LifecycleExecutionException".
Can anyone please let me know how to i need to resolve it?
Below is the completed output of mvn -X eclipse:eclipse
***********************************************