[ 
https://jira.codehaus.org/browse/MECLIPSE-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MECLIPSE-506.
-----------------------------------

    Resolution: Won't Fix

Please refer to 
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
 if you're wondering why this issue was closed out.

> Property of parent project not resolved
> ---------------------------------------
>
>                 Key: MECLIPSE-506
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-506
>             Project: Maven Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5.1
>         Environment: Maven version: 2.0.9
> Java version: 1.6.0_07
> OS name: "linux" version: "2.6.24-22-generic" arch: "i386" Family: "unix"
>            Reporter: Benjamin Voigt
>
> We have a corporate pom in our company which set various properties, on of 
> them is the source and target for the compiler plugin. It does this by 
> defining a property "project.build.jdk" which is then referenced in the 
> configuration section of the compiler plugin (under 
> build/pluginManagement/plugins/). Our default value for this property is 
> "1.5".
> Now there's a single module project which inherits from this corporate pom. 
> At compilation, the project.build.jdk ist properly resolved to 1.5, but when 
> eclipse:eclipse is called, the following is put into the 
> .settings/org.eclipse.jdt.core.prefs :
> org.eclipse.jdt.core.compiler.codegen.targetPlatform=${project.build.jdk}
> eclipse.preferences.version=1
> org.eclipse.jdt.core.compiler.source=${project.build.jdk}
> org.eclipse.jdt.core.compiler.compliance=${project.build.jdk}
> It seems that this property (an maybe others) aren't resolved.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to