[jbosstools-issues] [JBoss JIRA] (JBIDE-17281) parent/pom.xml build/plugins should reference plugins defined build/pluginManagement

Denis Golovin (JIRA) issues at jboss.org
Thu May 22 19:08:56 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969929#comment-12969929 ] 

Denis Golovin commented on JBIDE-17281:
---------------------------------------

When there is enough time I am going to show on parent/pom.xml and jbosstools-base how it would look like. For now moving it to Beta3 so it won't forgotten.

The idea is using plugins where they are supposed to be used:
1. jacoco and tycho-surefire are for tests/pom.xml
2. repository-utils for site/pom.xml files
3. plugin-source for tests/pom.xml and plugins/pom.xml
4. After I moved all build/plugins to build/pluginManagement  and 1,2,3 where applied for base submodules, I removed all plugins from build/plugins except tycho. Build still worked. I looked into effective pom tab in eclipse and all what I put in pluginManagement were presented in effective pom inside build/plugins.





> parent/pom.xml build/plugins should reference plugins defined build/pluginManagement
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-17281
>                 URL: https://issues.jboss.org/browse/JBIDE-17281
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: build
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>            Priority: Optional
>             Fix For: 4.2.0.Beta3
>
>
> The Idea is to move all what we have in build/plugins to build/pluginManagement and leave only plugins with groupId and artifactid in build/plugins.  It would let to do further clean up and dcluttering in jbosstools modules like:
> - remove <version>${tychoVersion}</version>
> - move jacoco plugin to tests/pom.xml
> - move update site manipulations to site/pom.xml 
> - etc



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list