javacodegeeks / jcg-andygene-web

Automatically exported from code.google.com/p/jcg-andygene-web
8 stars 3 forks source link

Installation Problem #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mvn install

What is the expected output? What do you see instead?
The archtype is not installed

java.lang.ClassNotFoundException: org.apache.commons.lang.StringUtils

Original issue reported on code.google.com by ccha...@gmail.com on 5 Mar 2011 at 5:00

Attachments:

GoogleCodeExporter commented 9 years ago
It's working now with:

- Remove the directory commons-lang from .m2/repository
- To your project root folder type mvn clean install

Thanks to Panagiotis Paterakis

Original comment by ccha...@gmail.com on 5 Mar 2011 at 9:32