]
James Perkins commented on WFCORE-3019:
---------------------------------------
Okay will do. As of now the {{wildfly-dist-$version.zip}} only contains the
{{bin/product.conf}} and the single product module. I was going to file a JIRA for that,
but then found this and thought maybe we should fix it all at once. The fix for that issue
is very simple and if we just want to fix that I can file a separate JIRA and do that.
The bin/product.conf and the org.jboss.as.product:wildfly-core module
should come in via an FP
----------------------------------------------------------------------------------------------
Key: WFCORE-3019
URL:
https://issues.jboss.org/browse/WFCORE-3019
Project: WildFly Core
Issue Type: Task
Components: Server
Reporter: Brian Stansberry
Assignee: James Perkins
Fix For: 4.0.0.Alpha5
For WFLY-4692 we moved the "product" stuff out of core-feature-pack and into
dist. But this means it doesn't end up in the skinny dist produced by the
"build" module. Plus it makes the "dist" a kind of FP of its own.
The stuff in dist/src/distribution should be its own FP. That one *perhaps* depends on
core-feature-pack. Then build and dist use the new FP in addition to or instead of
core-feature-pack.
So, core-feature-pack is independently usable, in other dists, but our offiical
build/dist, which has our official product module, picks up the new FP.
Whether the new "product" FP depends on core-feature-pack depends on how we
want to use it; i.e. can this bin/product.conf and module be used in some other flavor of
dist.