You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matt Pavlovich (JIRA)" <ji...@apache.org> on 2019/05/07 23:55:00 UTC

[jira] [Comment Edited] (WICKET-6500) Publish a wicket-bom artifact GAV

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

Matt Pavlovich edited comment on WICKET-6500 at 5/7/19 11:54 PM:
-----------------------------------------------------------------

Agreed.. this is a handy way to manage the "group" of dependencies needed by wicket in a large project as well. I can take a stab at it.


was (Author: mattrpav):
Agreed.. this is a handy way to manage the "group" of dependencies needed by wicket in a large project as well

> Publish a wicket-bom artifact GAV
> ---------------------------------
>
>                 Key: WICKET-6500
>                 URL: https://issues.apache.org/jira/browse/WICKET-6500
>             Project: Wicket
>          Issue Type: Wish
>          Components: release
>    Affects Versions: 8.0.0-M8
>            Reporter: Darryl L. Miles
>            Priority: Minor
>
> There are many JARs with the entire version suite.  It would help consumers to manage elements that are released as a single versioned set to be included in a BOM.
> This is a maven pom only project, that is designed to be consumed like:
> 	<dependencyManagement>
> 		<dependencies>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-core-bom</artifactId>
> 				<version>8.0.0-M8</version>
> 				<type>pom</type>
> 				<scope>import</scope>
> 			</dependency>
> 		</dependencies>
> 	</dependencyManagement>
> Because the published bom project contains every individual GAV that is published for an entire version set inside a <dependencyManagement> .
> Then there should be a snipper in all the Quick Start guides and all example projects to use this method by default to introduce / manage version numbers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)