Re: Creating maven project issue

2007-08-02 Thread Nick Stolwijk
It depends on what the error is, but if the structure below is your whole pom file, it isn't valid XML, it's missing a closing tag for and the last tag should be . So some more information may be necessary. Hth, Nick Stolwijk Dmitry wrote: Creating maven project using >mvn archetype:create

Creating maven project issue

2007-08-01 Thread Dmitry
Creating maven project using >mvn archetype:create - DgropuId=com.project.interfaces\ -DartifactId=my-proj got exception. What can be wrong with this command? 4.0.0 com.project.interfaces my-proj jar 1.0-SNAPSHOT My Archetype http://www.ejinz.com junit junit 3.8.1 test than