You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Darryl L. Miles (JIRA)" <ji...@apache.org> on 2017/11/21 23:09:00 UTC

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

Darryl L. Miles created WICKET-6500:
---------------------------------------

             Summary: 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
(v6.4.14#64029)