[jboss-jira] [JBoss JIRA] (WFCORE-2234) Introduce srcdeps
Peter Palaga (JIRA)
issues at jboss.org
Wed Jan 25 11:14:00 EST 2017
Peter Palaga created WFCORE-2234:
------------------------------------
Summary: 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
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list