New requirements and some eclipse issues when using Eclipse #6
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gCubeSystem/maven-parent#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "resolve-eclipse-requirements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The branch addresses and fixes the following:
I still have the following error on eclipse:
The error was get for document-store-lib branch feature/19115 but it is the same on all projects.
I found that at row 814 there is tag in place of
As indicated here, the issue affect many other users. Moreover seems that versione range is the correct tag to use.
https://stackoverflow.com/questions/7409823/m2e-lifecycle-mapping-not-found
Using versionRange solve the issue.
I'll reject this pull request and fix the branch with this tag.
Now, it has been emerged another issue:
Commenting the following section I have no issues:
The problem is that groovy-maven-plugin is not defined in pluginManagement section.
https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin
Event this is not an error in command line the pom is not properly configured.
Can you please add push the following two commits to the branch:
@manuele.simi I did not fix the eclipse issue of gmaven plugin in the pluginManagement because I'm not sure about to properly do it.
I just disabled the error in Eclipse.
As you can see, I have accepted the pull request.