Details
Description
Attaching a patch that allows you to:
- put/find a server as an artifact in a maven repository
- use this artifact as the source for an Installer
Use configuration like this where you would normally specify a ZipUrlInstaller (you'll need to install the jboss artifact locally)
<artifactInstaller>
<groupId>jboss</groupId>
<artifactId>jboss</artifactId>
<version>4.0.4.GA</version>
<type>tar.gz</type>
</artifactInstaller>
Is there a chance for this to make it into the official distribution?
I would also very much like to have it.