-
Enhancement
-
Resolution: Done
-
Major
-
jbossws-cxf-7.0.0.Final
-
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.
- is related to
-
JBWS-4402 Maven build is extremely memory demanding with JDK11
- Resolved