[ 
https://jira.codehaus.org/browse/MINSTALL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=334376#comment-334376
 ] 

Ivan Bondarenko commented on MINSTALL-96:
-----------------------------------------

So looking more to combine.* attributes, 
<excludesTag><excludeTag>sources</excludeTag><excludeTag>tests</excludeTag></excludesTag>
 format must really fit here.
Btw by analogy with other stuff, not bad to have "include" tags as well, maybe 
one wants only deploy/install certain classifiers.

As for conditional stuff, I mean for example plugin execution 
enabling/disabling by certain 'complicated' condition. For example, if 
repository URL starts with "https" then don't exclude sources, otherwise - 
exclude, the same for domain range etc. This is a bit another story of course 
and related more to Maven itself rather than certain plugins.
                
> Skip option for install-file
> ----------------------------
>
>                 Key: MINSTALL-96
>                 URL: https://jira.codehaus.org/browse/MINSTALL-96
>             Project: Maven Install Plugin
>          Issue Type: Improvement
>          Components: install:install-file
>    Affects Versions: 2.4
>            Reporter: Tiemo Vorschütz
>         Attachments: InstallFileMojo.java.patch
>
>
> For my process it would be helpful to also introduce a skip option for 
> install:install-file to be able to disable install-file creation by setting a 
> pom property.
> This could be necessary if the build chain is designed by a parent pom and 
> should by simply modified inside the child pom.
> In my case all plugin definitions are outsourced to the parent pom file and 
> should only be set by properties by the developers to take care that 
> modifications to the build chain are inherited.
> I attached a patch to enable skipping also for install-file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to