[ 
https://issues.apache.org/jira/browse/MINVOKER-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732438#comment-14732438
 ] 

Karl Heinz Marbaise commented on MINVOKER-194:
----------------------------------------------

So i commented out the culprit lines in parent and rerun with MPIR and with 
maven 3.3.X no problem...The only question which is left. Why only with Maven 
3.3.X and not with Maven 3.2.X ?

> wrong maven.compiler.source value in pom interpolation when run with Maven 
> 3.3.x
> --------------------------------------------------------------------------------
>
>                 Key: MINVOKER-194
>                 URL: https://issues.apache.org/jira/browse/MINVOKER-194
>             Project: Maven Invoker Plugin
>          Issue Type: Bug
>    Affects Versions: 1.8, 2.0.0
>            Reporter: Hervé Boutemy
>
> when working on MPIR, I found that java-version IT failed when build run with 
> with Maven 3.3.x, but not when run with Maven 3.2.x or less
> I found that
> {code:xml}  <properties>
>     <maven.compiler.source>1.3</maven.compiler.source>
>     <maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
>   </properties>{code}
> is interpolated to
> {code:xml}  <properties>
>     <maven.compiler.source>1.3</maven.compiler.source>
>     <maven.compiler.target>1.5</maven.compiler.target>
>   </properties>{code}
> when the IT is run with Maven 3.3.x
> but when the IT project is not run through invoker, there is no such 
> interpolation value issue, so I suppose m-invoker-p has some role when used 
> in conjunction with Maven 3.3.x



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to