Interpolate it pom but with a different token ${..} -> @...@
------------------------------------------------------------

                 Key: MINVOKER-12
                 URL: http://jira.codehaus.org/browse/MINVOKER-12
             Project: Maven 2.x Invoker Plugin
          Issue Type: New Feature
    Affects Versions: 1.0
            Reporter: Olivier Lamy
            Assignee: John Casey


Currently when invoker plugin execute the build, the current developpement is 
not use whereas it has been installed in the it local-repo.
Here an extract from logs :
{noformat} 
[INFO] ------------------------------------------------------------------------
[INFO] Building mwar_129 Maven Webapp
[INFO]    task-segment: [clean, 
org.apache.maven.plugins:maven-war-plugin:2.1-alpha-2-SNAPSHOT:war]
[INFO] ------------------------------------------------------------------------
 
 
[INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates
from central
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom
4K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.jar
57K downloaded
{noformat} 
To be sure of the version, we have to force the current tested plugin version 
in the it pom.
But this is not very dynamic :D, the solution is to provide interpolation of 
the its pom but with an other token @[EMAIL PROTECTED]
This new token is nedeed because we can't interpolate the pom with ${ }.

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

        

Reply via email to