[
https://issues.jboss.org/browse/WFLY-10157?page=com.atlassian.jira.plugin...
]
Lin Gao closed WFLY-10157.
--------------------------
Resolution: Incomplete Description
Thanks for the explanation.
I will close it because as a RFE, the requirement is not clear yet.
Specifying version to one component may not be appropriate, streams of components may be
better.
It needs some discussions to make the requirement clear to create a RFE.
version of the modules defined in wildfly core cannot be overrided in
wildfly full build
----------------------------------------------------------------------------------------
Key: WFLY-10157
URL:
https://issues.jboss.org/browse/WFLY-10157
Project: WildFly
Issue Type: Bug
Components: Build System
Environment: latest WildFly master (commit id:
0565fe6a47a121f5d25e4810572a2d6f277420bc)
latest WildFly core master (commit id: 2cb7088250ddad42999702841c5d3f224f185219)
Reporter: Lin Gao
I suppose it is a bug but not for sure.
After WFLY-9911 is resolved, I think we are able to override version of modules defined
in wildfly-core at maven build time too.
Like:
{code:java}
mvn clean install -Dversion.org.wildfly.core=5.0.0.Alpha3-SNAPSHOT
-Dversion.io.undertow=2.0.2.Final
{code}
should produce module: io.undertow.core:2.0.2.Final instead of
io.undertow.core:2.0.3.Final which is defined in the wildfly-core.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)