That doesn't seem to work: the module never gets built (even when I don't have an activation section).

Jean-Luc


Thierry Lach wrote:
I think this will work.... Define each module in a profile, then activate it
if the pom exists, something like this:

<profile>
 <id>module1-build</id>
 <activation>
   <file>
     <exists>module1/pom.xml</exists>
   </file>
 </activation>
 <modules>
   <module>module1</modules>
 </modules>
</profile>



On 3/20/07, Jean-Luc Wasmer <[EMAIL PROTECTED]> wrote:

Hi,

I would like to disable some modules if their folder is missing instead
of failing.
How can I do this?


Jean-Luc

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

Reply via email to