Re: Layered Archetypes?

2007-09-03 Thread Andrew Leer
Say does anybody have an explanation of what pre blockquote !-- Allows archetype:create to be called on an existing project. -- allowPartialtrue/allowPartial /blockquote /pre does in the archetype.xml file? I read that it has something to do with running two archetypes

Layered Archetypes?

2007-08-30 Thread Andrew Leer
I am certain that I have misinterpreted the meaning of this piece of documentation: Guide to Creating Archetypes - (http://maven.apache.org/guides/mini/guide-creating-archetypes.html) | - 2. Create the archetype descriptor An optional allowPartialtrue/allowPartial tag makes it

Re: Layered Archetypes?

2007-08-30 Thread Raphaël Piéroni
Hi, I am not sure to well understand what you meant. Here comes what i have understood, plesae correct me if i am wrong: - you did mvn archetype:create -DarchetypeArtifactId=java6archetype -DartifactId=TestLayer - you obtained the TestLayer folder in the directory you executed the mvn comand -

Re: Layered Archetypes?

2007-08-30 Thread Andrew Leer
Raphaël, Thank you for your reply, that outlined list your created of the steps is exactly what I did, and a good bit more accurate than what I typed in my last email, What i am not sure to understand is what you expected to have instead of what you got.

Re: Layered Archetypes?

2007-08-30 Thread Andrew Leer
Yeah its definitely Friday, I know that feeling...but I do not think you are dumb, if you don't understand what I am saying, I am just not communicating clearly enough: The resulting pom.xml file I get after running mvn archetype:create using the two aforementioned archetypes I mentioned above,

Re: Layered Archetypes?

2007-08-30 Thread Wayne Fay
Another possibility is that the documentation is merely incorrect (or forward-looking ie at some point this is what will be possible) or your interpretation of what layered archetype means is incorrect. I'm not sure what the correct answer is here, because I like constructing my pom.xml files