You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/20 14:52:00 UTC

[jira] [Closed] (MNG-5903) Option in profiles to exclude modules from reactor

     [ https://issues.apache.org/jira/browse/MNG-5903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold closed MNG-5903.
--------------------------------------

> Option in profiles to exclude modules from reactor
> --------------------------------------------------
>
>                 Key: MNG-5903
>                 URL: https://issues.apache.org/jira/browse/MNG-5903
>             Project: Maven
>          Issue Type: New Feature
>            Reporter: Arend v. Reinersdorff
>            Priority: Major
>
> Sometimes it is useful to exclude modules from a reactor build.
> One reason for this can be: Don't generate Javadoc for a testing module.
> Since Maven 3.2.1 it is possible to exclude modules with command line options, eg. mvn -pl !integration-tests
> See MNG-5230 "Command line option to exclude modules from reactor". In this ticket enabling module exclusion for profiles was discussed, but apparently not implemented.
> I'm currently using the -pl command line option on our build server to exclude two projects of a multi module build from Javadoc generation. But I would much prefer to keep this logic in the pom.xml. Something like this:
> <profile>
> <id>javadoc</id>
> <modules>
> <module>!integration-tests</module>
> </modules>
> </profile>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)