You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wayne Fay <wa...@gmail.com> on 2008/01/09 21:07:55 UTC

Re: in POM.XML how to set groupID , artifactID with my corosponding directory structure

You can choose whatever groupId and artifactId you wish for your own
project pom.xml file.

Having said that, your file structure does not match Maven's required
structure, so you will either need to customize the pom.xml or adjust
your project layout (my suggestion).

Maven likes projects to look like:
(root)/src/main/java/com/ek3/...

Wayne

On 1/9/08, abdul halim <mh...@uwo.ca> wrote:
> Hello,
>
> My java project directory structure is as follows
>
> Test2
>
> Service
>
>           Src
>
>                    Com
>
>                             Ek3
>
>                                       Test
>
>                                                Addition.java
>
>
>
> Could anyone please tell me how can I set  groupid and artifactid  in
> pom.xml either in super pom.xml and normal pom.xml
>
>
>
>
>
> Thanks
>
> Ah
>
>
>
>
>
>

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