rmannibucau opened a new issue, #13227:
URL: https://github.com/apache/maven/issues/13227
### Affected version
4.0.0-rc7
### Bug description
for
> mvn clean install -T1C -b concurrent
I get:
```
INFO] --- clean:3.5.0:clean (default-clean) @ extensions ---
[ERROR] Error while cleaning project local repository
java.nio.file.NoSuchFileException:
/opt/rmannibucau/dev/Github/xxxxx/.mvn/target/project-local-repo/xxxxxxx
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:108)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:113)
at
sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:272)
at
sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105)
at java.nio.file.Files.delete(Files.java:1056)
at
org.apache.maven.ReactorReader.cleanProjectLocalRepository(ReactorReader.java:434)
at org.apache.maven.ReactorReader.processEvent(ReactorReader.java:376)
at
org.apache.maven.ReactorReader$ReactorReaderSpy.onEvent(ReactorReader.java:602)
at
org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:84)
at
org.apache.maven.eventspy.internal.EventSpyExecutionListener.mojoStarted(EventSpyExecutionListener.java:108)
at
org.apache.maven.logging.LoggingExecutionListener.mojoStarted(LoggingExecutionListener.java:126)
at
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:81)
at
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:41)
```
and it is also weirdish to not have tests running this command (tests should
always be ran before publishing anything, even locally)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]