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-735) Ignore warnings for generated source directories

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

Robert Scholte closed MECLIPSE-735.
-----------------------------------
    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. 


> Ignore warnings for generated source directories
> ------------------------------------------------
>
>                 Key: MECLIPSE-735
>                 URL: https://issues.apache.org/jira/browse/MECLIPSE-735
>             Project: Maven Eclipse Plugin (RETIRED)
>          Issue Type: New Feature
>          Components: Core : Dependencies resolution and build path (.classpath)
>            Reporter: Jeremy Gustie
>            Assignee: Robert Scholte
>
> Eclipse has added the ability to ignore warnings for specific source directories (see [Bug 220928|https://bugs.eclipse.org/bugs/show_bug.cgi?id=220928]), it would be nice if source folders located under the build directory automatically got an {{ignore_optional_problems}} attribute set to {{true}} so generated code does not produce warnings:
> {code}
> <classpathentry including="**/*.java" kind="src" path="target/generated-sources">
>   <attributes>
>     <attribute name="ignore_optional_problems" value="true"/>
>   </attributes>
> </classpathentry>
> {code}



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