You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Wilson Lima Neto <wi...@digizap.com.br> on 2006/02/28 21:04:16 UTC

Creating initial folder hierarchy

Hello, I'm trying to use Maven2 i've read the Getting Started Sction, 
and a bit of the documentation. My doubt is how do i create a custom 
folder hierarquy. First i'm using

 mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app

Then I try to edit the pom.xml.


Probabbly this is not the right way to do it, neither using   mvn 
archetype:create and so does not editing the pom.xml. I didnt find it 
clear in the Getting Started Sction, this is why i'm writting here.

Thanks
Wilson

-- 
Esta mensagem foi verificada pelo sistema de anti-virus e
 acredita-se estar livre de perigo.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Creating initial folder hierarchy

Posted by Brett Porter <br...@apache.org>.
Please ask on users@maven.apache.org in future. This list is about the
development of Maven.

You can include elements like this:

<build>
 <sourceDirectory>src/java</sourceDirectory>
 ...
</build>

The site has a full reference for the pom.xml file in the documentation.

- Brett

Wilson Lima Neto wrote:
> Hello, I'm trying to use Maven2 i've read the Getting Started Sction,
> and a bit of the documentation. My doubt is how do i create a custom
> folder hierarquy. First i'm using
> 
> mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
> 
> Then I try to edit the pom.xml.
> 
> 
> Probabbly this is not the right way to do it, neither using   mvn
> archetype:create and so does not editing the pom.xml. I didnt find it
> clear in the Getting Started Sction, this is why i'm writting here.
> 
> Thanks
> Wilson
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org