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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17001214#comment-17001214 ] 

Arend v. Reinersdorff commented on MNG-5903:
--------------------------------------------

Hi [~elharo],

I'm a little surprised to see you mark this issue as "closed - fixed" so suddenly after four years. Has this really been implemented?

If so, where can I learn more about the implemented solution? Thanks.

> 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)