Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-735

Ignore warnings for generated source directories

    XMLWordPrintableJSON

Details

    Description

      Eclipse has added the ability to ignore warnings for specific source directories (see Bug 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:

      <classpathentry including="**/*.java" kind="src" path="target/generated-sources">
        <attributes>
          <attribute name="ignore_optional_problems" value="true"/>
        </attributes>
      </classpathentry>
      

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            jgustie Jeremy Gustie
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: