You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/03/24 12:10:12 UTC

[jira] Moved: (MRESOURCES-85) command line cannot overwrite pom properties

     [ http://jira.codehaus.org/browse/MRESOURCES-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann moved MNG-3546 to MRESOURCES-85:
--------------------------------------------------

    Affects Version/s:     (was: 2.0.9)
                       2.2
        Fix Version/s:     (was: 2.1.x)
                       2.3
          Component/s:     (was: Command Line)
           Complexity:   (was: Intermediate)
                  Key: MRESOURCES-85  (was: MNG-3546)
              Project: Maven 2.x Resources Plugin  (was: Maven 2)

> command line cannot overwrite pom properties
> --------------------------------------------
>
>                 Key: MRESOURCES-85
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-85
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Thomas Diesler
>             Fix For: 2.3
>
>
> 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

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