2010/12/7 fhomasp <thomas.peet...@realdolmen.com>:
> I think I'm going to exclude the release modules from the module list, and
> include them in a seperate profile like this:
>
> <profiles>
>        <profile>
>            <id>release</id>
>            <modules>
>                <module>app1</module>
>                <module>app2</module>
>                <module>app3</module>
>                <module>app1-release</module>
>                <module>app2-release</module>
>                <module>app3-release</module>
>            </modules>
>        </profile>
>    </profiles>

If the problem is the upload to the remote repository, simply skip
deployment in those modules:
http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#skip

Antonio

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

Reply via email to