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

2008-01-10 Thread Beelen, M. - SPLXL
] Sent: Wednesday, January 09, 2008 7:31 PM To: users@maven.apache.org Subject: in POM.XML how to set groupID , artifactID with my corosponding directory structure Hello, My java project directory structure is as follows Test2 Service Src Com

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

2008-01-09 Thread Wayne Fay
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

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

2008-01-09 Thread abdul halim
Hello, My java project directory structure is as follows Test2 Service Src Com Ek3 Test Addition.java Could anyone please tell m