Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2234

Introduce srcdeps

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • None

      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:

      <version.io.undertow>1.4.8.Final-SRC-revision-aabbccd</version.io.undertow>
      

      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

              ppalaga Peter Palaga
              ppalaga Peter Palaga
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: