Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2376

Fix deployment macros

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • jbossws-native-3.0.4, jbossws-metro-3.0.4, jbossws-cxf-3.0.4
    • None

      Currently we use the following form of include in patternsets:

      <patternset id="jbossws.client.patternset">
      <include name="**/FastInfoset.jar"/>
      ...
      </patternset>

      This approach is error prone. We should include more specific artifacts,
      e.g.:

      <patternset id="jbossws.client.patternset">
      <include name="**/maven/group/id//FastInfoset.jar"/>
      ...
      </patternset>

      This applies mainly to JBossAS thirdparty directory (where stack specific macro is reused).

              ropalka Richard Opalka
              ropalka Richard Opalka
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: