Hi,

I’m having this error with 3.8.1 that does not happen with 3.8.0

$ /usr/local/Cellar/maven/3.6.0/bin/mvn clean compile

[INFO] Reactor Summary for mcp 1.0-SNAPSHOT:
[INFO]
[INFO] mcp ................................................ SUCCESS [  0.173 s]
[INFO] module2 ............................................ SUCCESS [  0.935 s]
[INFO] module1 ............................................ FAILURE [  0.018 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.306 s
[INFO] Finished at: 2019-03-29T15:15:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project module1: Fatal error compiling: basedir 
/Users/fsousa/Projects/temp/mcp/module1/target/generated-sources/annotations 
does not exist -> [Help 1]

Sample project in https://github.com/natros/mcp <https://github.com/natros/mcp>

.
├── module1
│   ├── pom.xml
│   └── src
│       └── main
│           └── java
├── module2
│   ├── pom.xml
│   └── src
│       └── main
│           └── java
│               └── com
│                   └── natros
│                       └── mcp
│                           └── Foo.java
└── pom.xml

$ git clone g...@github.com:natros/mcp.git

/usr/local/Cellar/maven/3.6.0/bin/mvn --version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
2018-10-24T19:41:47+01:00)
Maven home: /usr/local/Cellar/maven/3.6.0/libexec
Java version: 11.0.2, vendor: AdoptOpenJDK, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.2+9/Contents/Home
Default locale: en_PT, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.4", arch: "x86_64", family: "mac"

Thanks,
Filipe Sousa

> On 29 Mar 2019, at 07:36, Francois Papon <francois.pa...@openobject.fr> wrote:
> 
> +1 (non-binding)
> 
> Thanks!
> 
> regards,
> 
> François Papon
> fpa...@apache.org
> 
> Le 28/03/2019 à 01:17, Karl Heinz Marbaise a écrit :
>> Hi,
>> 
>> We solved 5 issues:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12343484
>> 
>> 
>> There are still a couple of issues left in JIRA:
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCOMPILER%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC
>> 
>> 
>> Staging repo:
>> https://repository.apache.org/service/local/repositories/maven-1494/
>> 
>> https://repository.apache.org/service/local/repositories/maven-1494/content/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1-source-release.zip
>> 
>> 
>> Source release checksum(s):
>> [NAME-OF]-source-release.zip sha512:
>> 034004c2376445d43db8b550eec1327c8b3b1cf020f9ca0f36bfb9d28eca6a3bd0f132d8181db21120f4f8791eff12a51e8e4eac3d6a6cf771851ba8ba8f2553
>> 
>> 
>> [NAME-OF]-source-release.zip sha1:
>> ddbd39a8704d1e60165a2eae79cb0cf3925d0b2b
>> 
>> 
>> Staging site:
>> https://maven.apache.org/plugins-archives/maven-compiler-plugin-LATEST/
>> 
>> Guide to testing staged releases:
>> https://maven.apache.org/guides/development/guide-testing-releases.html
>> 
>> Vote open for at least 72 hours.
>> 
>> [ ] +1
>> [ ] +0
>> [ ] -1
>> 
>> 
>> Kind regards
>> Karl Heinz Marbaise
>> 
>> 
>> https://repository.apache.org/service/local/repositories/maven-1494/content/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1-source-release.zip
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 

Reply via email to