You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Radim Kolar <hs...@sendmail.cz> on 2009/10/23 16:38:15 UTC

Is there way to specify directory for module in master pom?

I have something like this:

<modules>
  <module>XY</module>
</modules>

Is there way to tell maven that module XY is in subdirectory "XY-orig"
instead of "XY" or subdirectory name must always match module name?
-- 
View this message in context: http://www.nabble.com/Is-there-way-to-specify-directory-for-module-in-master-pom--tp26027576p26027576.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Is there way to specify directory for module in master pom?

Posted by Stephen Connolly <st...@gmail.com>.
<module>XY-orig</module>

the module name does not have to match the artifactId

2009/10/23 Radim Kolar <hs...@sendmail.cz>

>
> I have something like this:
>
> <modules>
>  <module>XY</module>
> </modules>
>
> Is there way to tell maven that module XY is in subdirectory "XY-orig"
> instead of "XY" or subdirectory name must always match module name?
> --
> View this message in context:
> http://www.nabble.com/Is-there-way-to-specify-directory-for-module-in-master-pom--tp26027576p26027576.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>