-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#224 simplify maven setup #225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SNAPSHOT version looks like an accident, otherwise OK.
@@ -429,6 +472,25 @@ | |||
<ignore></ignore> | |||
</action> | |||
</pluginExecution> | |||
<pluginExecution> | |||
<pluginExecutionFilter> | |||
<groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct (unify) XML formatting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<groupId>org.codehaus.mojo</groupId>
and so on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Can you please provide the XML formatter settings so that we can document this?
We can format the xml files later.
…own" This fixes build error in Eclipse. Once there is code in this module it can be added again.
Codecov Report
@@ Coverage Diff @@
## develop #225 +/- ##
==========================================
Coverage 78.51% 78.51%
Complexity 849 849
==========================================
Files 113 113
Lines 3021 3021
Branches 243 243
==========================================
Hits 2372 2372
Misses 590 590
Partials 59 59 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with one editorial change.
@@ -429,6 +472,25 @@ | |||
<ignore></ignore> | |||
</action> | |||
</pluginExecution> | |||
<pluginExecution> | |||
<pluginExecutionFilter> | |||
<groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<groupId>org.codehaus.mojo</groupId>
and so on.
No description provided.