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]

Reply via email to