[ https://issues.apache.org/jira/browse/MINVOKER-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958251#comment-17958251 ]
Olivier Lamy commented on MINVOKER-12: -------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-invoker-plugin#316|https://github.com/apache/maven-invoker-plugin/issues/316]. > Interpolate it pom but with a different token ${..} -> @...@ > ------------------------------------------------------------ > > Key: MINVOKER-12 > URL: https://issues.apache.org/jira/browse/MINVOKER-12 > Project: Maven Invoker Plugin (Moved to GitHub Issues) > Issue Type: New Feature > Affects Versions: 1.0 > Reporter: Olivier Lamy > Assignee: Olivier Lamy > Priority: Major > Fix For: 1.1 > > > 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 @...@. > This new token is nedeed because we can't interpolate the pom with ${ }. -- This message was sent by Atlassian Jira (v8.20.10#820010)