ShrinkWrap Descriptors

ShrinkWrap Descriptors Shrinkwrap

ShrinkWrap subproject for creating Archive Descriptors

What is ShrinkWrap Descriptors?

The Shrinkwrap Descriptor project provides an uniformed fluent API for creating and modifying Java EE deployment descriptors on the fly. Starting from the very early JEE 1.3 to the brand new Java EE 7 version, the descriptor project includes almost all official deployment descriptors. Several vendor specific deployment descriptors, mostly JBoss related, are covered as well.

Type

Shrinkwrap

Source repository

VCS
git
Host
github.com
Organization
shrinkwrap
Web URL
descriptors
Clone URL
descriptors.git

10 commits since the last release.

Last commit to the master branch:

Add LICENSE Apache License 2.0
Authored by Aslak Knutsen, committed on 2016-03-09

Build dependency management artifact

Add the following stanza to the <dependencies> element within the <dependencyManagement> element in your pom.xml:

<dependency>
  <groupId>org.jboss.shrinkwrap.descriptors</groupId>
  <artifactId>shrinkwrap-descriptors-bom</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

Build dependency chain artifact

Add the appropriate stanza to the <dependencies> element in your pom.xml:

ShrinkWrap Descriptors Dependency Chain

<dependency>
  <groupId>org.jboss.shrinkwrap.descriptors</groupId>
  <artifactId>shrinkwrap-descriptors-depchain</artifactId>
  <type>pom</type>
  <scope>test</scope>
</dependency>

Latest published artifacts

  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee-prototype:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-misc:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-ant:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-bom:pom:2.0.0 pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain:pom:2.0.0 pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee-prototype:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-misc:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-test:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-test-util:jar:2.0.0 jar javadoc pom
  • org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-metadata-parser-test:jar:2.0.0 jar javadoc pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
27 2.0.0 view blog   view tag 2017-05-05 Alex Soto
26 2.0.0-alpha-9 view blog   view tag 2016-03-16 Andrew Lee Rubinger
25 2.0.0-alpha-8 view blog   view tag 2015-09-29 Aslak Knutsen
24 2.0.0-alpha-7 view blog   view tag 2015-02-11 Aslak Knutsen
23 2.0.0-alpha-6 view blog   view tag 2014-04-05 Andrew Lee Rubinger
22 2.0.0-alpha-5 view blog   view tag 2013-03-29 Andrew Lee Rubinger
21 2.0.0-alpha-4 view blog   view tag 2012-08-06 Andrew Lee Rubinger
  • JUnit – 4.8.1
20 2.0.0-alpha-3 view blog   view tag 2012-05-10 Andrew Lee Rubinger
  • JUnit – 4.8.1
19 2.0.0-alpha-2 view blog   view tag 2012-04-06 Andrew Lee Rubinger
  • JUnit – 4.8.1
18 2.0.0-alpha-1 view blog   view tag 2012-03-27 Andrew Lee Rubinger
  • JUnit – 4.8.1
17 1.2.0-alpha-2 view blog   view tag 2011-12-21 Andrew Lee Rubinger
  • JUnit – 4.8.1
16 1.2.0-alpha-1 view blog   view tag 2011-09-08 Andrew Lee Rubinger
  • JUnit – 4.8.1
15 1.1.0-beta-1 view blog   view tag 2011-09-08 Andrew Lee Rubinger
  • JUnit – 4.8.1
14 1.1.0-alpha-5 view blog   view tag 2011-09-06 Andrew Lee Rubinger
  • JUnit – 4.8.1
13 1.1.0-alpha-4 view blog   view tag 2011-09-01 Andrew Lee Rubinger
  • JUnit – 4.8.1
12 1.1.0-alpha-3 view blog   view tag 2011-08-27 Andrew Lee Rubinger
  • JUnit – 4.8.1
11 1.1.0-alpha-2 view blog   view tag 2011-07-26 Andrew Lee Rubinger
  • JUnit – 4.8.1
10 1.1.0-alpha-1 view blog   view tag 2011-07-16 Andrew Lee Rubinger
  • JUnit – 4.8.1
9 1.0.0-beta-1 view blog   view tag 2011-05-17 Andrew Lee Rubinger
  • JUnit – 4.8.1
8 0.1.7 view blog   view tag 2011-05-02 Andrew Lee Rubinger
  • JUnit – 4.8.1
7 0.1.6 view blog   view tag 2011-03-31 Lincoln Baxter, III
  • JUnit – 4.8.1
6 0.1.5 view blog   view tag 2011-03-31 Andrew Lee Rubinger
  • JUnit – 4.8.1
5 0.1.4 view blog   view tag 2011-03-18 Andrew Lee Rubinger
  • JUnit – 4.8.1
4 0.1.3 view blog   view tag 2011-03-16 Andrew Lee Rubinger
  • JUnit – 4.8.1
3 0.1.2 view blog   view tag 2011-02-28 Andrew Lee Rubinger
  • JUnit – 4.8.1
2 0.1.1 view blog   view tag 2011-02-25 Andrew Lee Rubinger
  • JUnit – 4.8.1
1 0.1.0 view blog   view tag 2011-02-16 Andrew Lee Rubinger
  • JUnit – 4.8.1
Andrew Lee Rubinger Andrew Lee Rubinger
Andy Gibson Andy Gibson
Aslak Knutsen Aslak Knutsen
Dan Allen Dan Allen
Lincoln Baxter, III Lincoln Baxter, III
George Gastaldi George Gastaldi
Tommy Tynjä Tommy Tynjä
Davide D'alto Davide D'alto
Ken Gullaksen Ken Gullaksen
Bartosz Majsak Bartosz Majsak
Ralf Battenfeld Ralf Battenfeld
Michal Huniewicz Michal Huniewicz
Ken Finnigan Ken Finnigan
Craig Ringer Craig Ringer
Jeremie Lagarde Jeremie Lagarde
Michal Matloka Michal Matloka
Toby Crawley Toby Crawley
Bob Mcwhirter Bob Mcwhirter
Alex Soto Alex Soto