Hi Jörg,

For what I know, this is only :
  <module>directory<module>
and
  2) or 3) --> what is the difference ?

As an example, you can look at how the Maven team is using it :
http://svn.apache.org/viewcvs.cgi/maven/components/trunk/pom.xml?rev=332260&view=log

Hope this helps,
Yann


--- Jörg Schaible <[EMAIL PROTECTED]> a écrit :

> Hello folks,
> 
> how does the module tag work? The reference giude does not really explain
> this tag. Is the value an artifactId, a directory or can I even specify a pom
> directly? E.g.
> 
> <modules>
>       <module>artifactId<module>
>       <module>directory<module>
>       <module>../directory/artifact<module>
>       <module>directory/special.pom<module>
>       <module>http://server/directory/special.pom<module>
> </modules>
> 
> 
> 1) Looking for a POM with same groupId, but different artifactId
> 2) Looking for a pom.xml in a subdirectory of the current pom's location
> 3) Looking for a pom.xml the relative directory of the current pom's location
> 4) Looking for a POM with a special name in the directory relative directory
> of the current pom's location
> 5) Looking for a POM with a special name at the specified URL
> 
> What values are supported or supposed to work?
> 
> - Jörg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

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

Reply via email to