You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2015/12/25 12:49:51 UTC

[jira] [Closed] (MECLIPSE-753) Add support for named parameters

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

Robert Scholte closed MECLIPSE-753.
-----------------------------------
    Resolution: Won't Fix
      Assignee: Robert Scholte

The Apache Maven team has decided to retire the maven-eclipse-plugin, so this issue won't be fixed. 


> Add support for named parameters
> --------------------------------
>
>                 Key: MECLIPSE-753
>                 URL: https://issues.apache.org/jira/browse/MECLIPSE-753
>             Project: Maven Eclipse Plugin (RETIRED)
>          Issue Type: New Feature
>          Components: Core : Workspace settings
>    Affects Versions: 2.9
>            Reporter: Edgar Espina
>            Assignee: Robert Scholte
>
> With Java 8 out, compiler is able to include parameter names in class files. 
> Eclipse Java 8 Support has a new option: * Store information about method parameters (org.eclipse.jdt.core.compiler.codegen.methodParameters=generate)
> It will be great if the maven-eclipse-plugin is able to generate that option for Eclipse IDE.
> Ideally, it should read the setup of maven-compiler-plugin:
>    <plugin>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <version>${maven-compiler-plugin.version}</version>
>         <configuration>
>           <source>${java.source.version}</source>
>           <target>${java.source.version}</target>
>           <compilerArgs>
>             <arg>-parameters</arg>
>           </compilerArgs>
>         </configuration>
>       </plugin>
> Thanks in advance



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