jira-importer
jira-importer
**[Daniel Widdis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dbwiddis)** commented Happy 7th Birthday, bug! You're really growing up, incrementally!
**[Mat Jaggard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mjaggard)** commented Is this bug just here as an advert for Gradle?
**[Rob Walker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=walkerr)** commented Have to concur with you [Mat Jaggard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mjaggard) - definitely making me want to convert the project I am on to Gradle (it's the only project at present...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented This is really terrible. Im forced to clean before every compile, otherwise the annotation processor bulks at the existence of ${project.build.directory}/generated-sources/annotations/ If I add -Dmaven.compiler.useIncrementalCompilation=false it simply fails...
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented please provide test projects this is working in the majority of the case especially with the fix for package-info files (https://issues.apache.org/jira/browse/MCOMPILER-205) please note as explained in other...
**[Jerome Lelasseux](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jjazzboss)** commented Had exactly the same problem with 3.10.0. Removing all my package-info files did not change anything. But switching OFF `useIncrementalCompilation` did the trick. If you need a...
**[Jörg Hohwiller](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hohwille)** commented [Jerome Lelasseux](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jjazzboss) and others setting useIncrementalCompilation to false. Please study the documentation when you do things like this: https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#useIncrementalCompilation I rather think there is a bug in...
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented [Jörg Hohwiller](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hohwille), the description for `useIncrementalCompilation` is helpful, thank you. [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte), [Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy): The option name is totally misleading and ought to be changed ASAP. How...
**[Martin Desruisseaux](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=desruisseaux)** commented I'm in the process of a major refactoring of the Maven compiler plugin for Maven 4 (this topic has been discussed on Maven developer mailing list). It...
**[Pedro Javier Martos Velasco](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER304898)** commented I guess the main idea was to avoid recompiling unrelated modules in a multi-module arrangement in response to changes in another module. That being said,...