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:01:00 UTC

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

Reema Taneja created NETBEANS-2450:
--------------------------------------

             Summary: 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


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