Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3S
-
None
Description
The maven eclipse plugin expects that the folder name of the
project matches the artifactId, but that is not the case for Lucas.
The artifactId is "lucas" and the folder name is "Lucas".
On Unix eclipse cannot find the "lucas" project, because its named
"Lucas".
The artifactId should be changed to "Lucas" to solve this issue.