Re: Archetype:create broken?

2008-07-28 Thread David Roussel
dkernekins wrote: > > And now Celebrate... now to push it to shared repository (Artifactory) so > the rest of "my world" works again. > -- dke > p.s. note that the POM says it should be > org.apache.velocity:velocity:pom:1.5 but that I had to put it into my > local repository as if it was veloc

Re: Archetype:create broken?

2008-06-26 Thread nodje
IMHO the solution lies in controlling what gets into repo1. In my view, it's causing probably 50% of the pain anti-maven people complain about, if not more. -nodje dkernekins wrote: > > I have just run into *exactly* the same and did the same thing - tried new > lifecycle; tried deprecated; cl

Re: Archetype:create broken?

2008-06-26 Thread dkernekins
You have all probably solved this by now, but here is a link to the solution for the next poor soul that is trying to get people started with maven and the simplest thing dies. That this is not fixed in the common repos, I just do not understand why it is taking so long. Here is what I followed:

Re: Archetype:create broken?

2008-06-26 Thread dkernekins
I have just run into *exactly* the same and did the same thing - tried new lifecycle; tried deprecated; cleared Artifactory cache, renamed and rebuild the entire local repository what a pain-in-the-U-Know-What. There is a thread at: http://www.nabble.com/Archetype-generate-error-tt16963766.ht

Re: Archetype:create broken?

2008-05-29 Thread jwcarman
I'm having the same troubles. An archetype that we have used before doesn't work anymore! What's going on? nodje wrote: > > What's with the archetype:create? > > I suddenly get this error when trying to create a new project: > > mvn archetype:create -DgroupId=com.company.commons -DartifactI

Re: Archetype:create broken?

2008-05-28 Thread nodje
mvn archetype:generate produce the same error. Could it have something to do with the velocity-1.5.pom that it doesn't find? nodje wrote: > > Sorry didn't pay attention to that. > But the result is exactly the same with generate anyway. > Looks like you don't have the problem, so it's probably

Re: Archetype:create broken?

2008-05-28 Thread nodje
Sorry didn't pay attention to that. But the result is exactly the same with generate anyway. Looks like you don't have the problem, so it's probably a local config problem. How could that possibly happen? Marc SCHNEIDER-5 wrote: > > Hi, > > And what about using mvn archetype:generate instead

Re: Archetype:create broken?

2008-05-28 Thread Marc Schneider
Hi, And what about using mvn archetype:generate instead of create ? create goal is deprecated as far as I know. Marc. nodje a écrit : What's with the archetype:create? I suddenly get this error when trying to create a new project: mvn archetype:create -DgroupId=com.company.commons -Dartifact

Archetype:create broken?

2008-05-27 Thread nodje
What's with the archetype:create? I suddenly get this error when trying to create a new project: mvn archetype:create -DgroupId=com.company.commons -DartifactId=xml [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ---