newbie error with archetype:create

2006-06-07 Thread Joe Hudson
Hello, I tried running the archetype:create target (I recently downloaded and installed maven2 and am going through the docs: http://maven.apache.org/guides/getting-started/index.html) and I am running into the following error. Could anybody help me please? Thanks. Joe Hudson mvn -X -e

Re: newbie error with archetype:create

2006-06-07 Thread Maria Odea Ching
Hi Joe, Try removing the maven-profile jar files (including its corresponding pom metadata files) from your local repo and then execute mvn archetype... again. It seemed that the pom was corrupted when it was downloaded from the central repo. Thanks, Odea Joe Hudson wrote: Hello, I tried

Re: newbie error with archetype:create

2006-06-07 Thread Alexandre Poitras
It happens often when you download a bunch of stuff on ibiblio since it is quite a busy site. Just run it again and everything should work. On 6/7/06, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Joe, Try removing the maven-profile jar files (including its corresponding pom metadata files)