[jbossws-issues] [JBoss JIRA] Created: (JBWS-2376) Fix deployment macros

Richard Opalka (JIRA) jira-events at lists.jboss.org
Wed Oct 29 09:43:31 EDT 2008


Fix deployment macros
---------------------

                 Key: JBWS-2376
                 URL: https://jira.jboss.org/jira/browse/JBWS-2376
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-metro, jbossws-native
    Affects Versions: jbossws-cxf-3.0.4, jbossws-metro-3.0.4, jbossws-native-3.0.4
            Reporter: Richard Opalka
            Assignee: Richard Opalka
             Fix For: jbossws-native-3.0.5, jbossws-metro-3.0.5,  jbossws-cxf-3.0.5


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).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list