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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to