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

Remove resources-plugin-filters in jbossws-cxf testsuite

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • jbossws-cxf-7.1.0.Final
    • jbossws-cxf-7.0.0.Final
    • jbossws-cxf
    • None

      jbossws-cxf testsuite uses org.jboss.ws.plugins:resources-plugin-filters to customize resource filter to add the port offset when it sees the add_int token: 

            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-resources-plugin</artifactId>
              <configuration>
                <encoding>UTF-8</encoding>
                <mavenFilteringHints>
                  <mavenFilteringHint>custom</mavenFilteringHint>
                </mavenFilteringHints>
              </configuration>
              <dependencies>
                <dependency>
                  <groupId>org.jboss.ws.plugins</groupId>
                  <artifactId>resources-plugin-filters</artifactId>
                  <version>${resources-plugin-filters.version}</version>
                </dependency>
              </dependencies>
            </plugin>

      As resources-plugin-filters is simple one and we can use the ant math to handle this instead of maintain our own project to implement this.  We can even directly set these values instead of use maven plugin to calculate these ports number. 

            rhn-engineering-ema Jim Ma
            rhn-engineering-ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: