In an Eclipse project using the standard Maven layout, renaming a package in the test
source branch fails with a name conflict, if the package exists in main
.
Can Eclipse perform such a refactoring? Thank you.
The installed versions are:
This has nothing to do with maven. Within a single java project you can not have two packages with the same name, even if those packages are in different source folders.