OpenEngSB Assembly Builder Resources - Version 1.0.0 2011-12-27
The initial release of the assembly builder resources contains three maven assembly plugin descriptors; namely source, doc and manual.
Download
You can download the release manually...
...or use it directly in Apache Maven...
<dependency>
<groupId>org.openengsb</groupId>
<artifactId>openengsb-assembly-builder-resources</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
</dependency>
The KEYS used to sign the release can be found here.
Release Notes
New Feature
* OPENENGSB-2485 - Add assembly descriptor for building a source distribution
* OPENENGSB-2486 - Add assembly descriptor for building a doc distribution
* OPENENGSB-2487 - Add assembly descriptor for building a manual distribution
Task
* OPENENGSB-2481 - Release assembly-builder-resources 1.0.0
* OPENENGSB-2484 - Create initial project
Known Issues
Non by now.