I will try and update the docs this week (at the moment they refer to
the old build plugin).
There is actually not that much too it, this commit
https://github.com/stuartwdouglas/wildfly-core/commit/782f1e384dd6256e64f...
adds a module to build a console feature pack to wildfly-core, you
basically just need to do the same thing in the console project (note
that there is a minor bug at the moment where the content directory is
required, even if there is no additional content, hence the .gitkeep file).
If you then want to install that feature pack into a server you just add
it to the server-provisioning.xml file for the relevant build.
Stuart
Heiko Braun wrote:
On 02 Sep 2014, at 06:18, Stuart Douglas <stuart.w.douglas(a)gmail.com
<mailto:stuart.w.douglas@gmail.com>> wrote:
> - The console project - This would mean that the feature pack would
> then be versioned using the same scheme as the console, every time the
> console was released the feature pack should be ready immediately.
>
>
> For what it is worth I think that it would make the most sense for
> this to live in the console project, as this gives us the maximum
> flexibility.
+1
I fully agree.
Can you point to some docs how create and provide a feature pack? We can
then take care to delivery it part of the next release.
Heiko