Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-28400

XP5: Fix align-dependencies.sh script (multiple input manifests)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None

      Currently the script assigns the two manifests in a wrong way, and only one of the manifests is in fact used.

      We need to change maven invocation from:

      mvn org.wildfly:wildfly-channel-maven-plugin:upgrade -DmanifestFile=file1 -DmanifestFile=file2 ...
      

      to such:

      mvn org.wildfly:wildfly-channel-maven-plugin:upgrade -DmanifestFile=file,file2 ...
      

      Additionally, we should make it ignore all the maven artifacts streams in the manifest (org.apache.maven:, org.apache.maven.resolver:, plexus.*), which are not intended for EAP but for provisioning tooling.

              thofman Tomas Hofman
              thofman Tomas Hofman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: