jira-importer

Results 811 comments of jira-importer

**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented The cause of this problem is related to incremental compiling. If you set ```xml false ``` it will work also with 3.5.1 but nevertheless it is...

**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented BTW: The previous version of [maven-compiler-plugin](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven.plugins%22%20AND%20a%3A%22maven-compiler-plugin%22) is `3.5` and not `3.5.0`

**[Oliver Drotbohm](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oliver.gierke)** commented Just ran into this again trying to upgrade to 3.6. :(

**[Andreas Gudian](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=agudian)** commented Sorry for the long silence, I'll look into it in the next couple of days or so.

**[Andreas Gudian](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=agudian)** commented I just played around a bit. and changing the build-section of the pom in the example to this helps (removing the apt-maven-plugin): ```xml org.apache.maven.plugins maven-compiler-plugin 3.5.1 ${java.version}...

**[Oliver Drotbohm](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oliver.gierke)** commented I don't think it is. It's absolutely weird that all of a sudden there's now a magic path that is not included into compilation where it actually...

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented If we do this, it should be unconditional.