]
Peter Palaga commented on WFCORE-2234:
--------------------------------------
bq. This needs a discussion on wildfly-dev.
Initialized :)
Introduce srcdeps
-----------------
Key: WFCORE-2234
URL:
https://issues.jboss.org/browse/WFCORE-2234
Project: WildFly Core
Issue Type: Task
Reporter: Peter Palaga
Assignee: Peter Palaga
Srcdeps is a tool to build Maven dependencies from their sources. With srcdeps,
wildfly-core can depend on a specific commit of, e.g., undertow:
{code}
<version.io.undertow>1.4.8.Final-SRC-revision-aabbccd</version.io.undertow>
{code}
where {{aabbccd}} is the git commit id to build when any undertow artifact is requested
during the build of wildfly-core.
The main advantage of srcdeps is that changes in components can be integrated and tested
in wildfly-core immediately after they are committed to a public component branch. There
is no need to wait for the component release.
[1]
https://github.com/srcdeps/srcdeps-maven#srcdeps-maven