You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/07/09 21:07:06 UTC

[jira] [Commented] (WW-4326) Bill of Materials POM

    [ https://issues.apache.org/jira/browse/WW-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14056616#comment-14056616 ] 

ASF subversion and git services commented on WW-4326:
-----------------------------------------------------

Commit 2da93000d76eb5230884d828959f09cb90ef6e8f in struts's branch refs/heads/develop from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=2da9300 ]

WW-4326 Defines bom to simplify version management


> Bill of Materials POM
> ---------------------
>
>                 Key: WW-4326
>                 URL: https://issues.apache.org/jira/browse/WW-4326
>             Project: Struts 2
>          Issue Type: New Feature
>            Reporter: Paul Benedict
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.18
>
>         Attachments: WW-4326.patch
>
>
> This is a new Maven project that produces a POM that sets all of Struts libraries and plugins to the same version. The consuming developer just has to modify their POM like this to simplify their dependency management:
> {code}
> <dependency>
>   <groupId>org.apache.struts</groupId>
>   <artifactId>struts2-bom</artifactId>
>   <version>2.X.X</version>
>   <type>pom</type>
>   <scope>import</scope>
> </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)