Hello Abdul,

Perhaps you could start by reading the Maven Getting Started Guide about
how to create project.
http://maven.apache.org/guides/getting-started/index.html#How_do_I_make_
my_first_Maven_project 

Following that guidelines it will automatically create the proper
project directory structure for you.
It is best to organise your project like the Standard directory layout.
http://maven.apache.org/guides/introduction/introduction-to-the-standard
-directory-layout.html


You can choose your groupId and artifactId yourself. Keep in mind that
you do not want to choose them same as anybody else. There for the same
rules should be applied to maven-modules as to java packages.
In your case I would choose something like:
groupId=ca.uwo.mhalin2.test
artifactId=service


Hope this helps.

With kind regards,
  Marco 

-----Original Message-----
From: abdul halim [mailto:[EMAIL PROTECTED] 
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

                             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

 

 

**********************************************************************
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to