You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Reema Taneja (JIRA)" <ji...@apache.org> on 2019/04/23 10:03:00 UTC

[jira] [Resolved] (NETBEANS-2450) javac compiler option --enable-preview doesn't take effect for maven projects

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

Reema Taneja resolved NETBEANS-2450.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 12.0

Merged
https://github.com/apache/incubator-netbeans/pull/1173


> javac compiler option --enable-preview doesn't take effect for maven projects
> -----------------------------------------------------------------------------
>
>                 Key: NETBEANS-2450
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2450
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Reema Taneja
>            Assignee: Reema Taneja
>            Priority: Major
>             Fix For: 12.0
>
>
> pom.xml entry: 
> <build>
>         <plugins>
>             <plugin>
>                 <artifactId>maven-compiler-plugin</artifactId>
>                 <version>3.8.0</version>
>                 <configuration>
>                     <compilerArgs>
>                         <arg>--enable-preview</arg>
>                     </compilerArgs>
>                 </configuration>
>             </plugin>
>         </plugins>
>     </build>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists