Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.2
-
None
-
None
-
None
Description
With a pom like this
<properties>
<jboss.bind.address>localhost</jboss.bind.address>
</properties>
and a command line like this
mvn -Pjboss422 -Djboss.bind.address=foo clean test-compilecxf.xml
I get a filtered resource like this
<jaxws:endpoint id='TestService' address='http://localhost:8080/jaxws-cxf-descriptor'
implementor='org.jboss.test.ws.jaxws.cxf.descriptor.DescriptorEndpointImpl'>
<jaxws:invoker>
<bean class='org.jboss.wsf.stack.cxf.InvokerJSE'/>
</jaxws:invoker>
</jaxws:endpoint>
Note, the bind address is localhost
Attachments
Issue Links
- duplicates
-
MRESOURCES-39 Filtering fails for command line properties
- Closed
- relates to
-
MNG-1992 CLI -D should override properties in settings.xml
- Closed