-
Notifications
You must be signed in to change notification settings - Fork 4
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
profile added #13
base: master
Are you sure you want to change the base?
profile added #13
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.
Looks great, thank you! Just a few comments regarding empty lines, if you could adjust those it would be perfect and I can approve.
pom.xml
Outdated
</execution> | ||
</executions> | ||
</plugin> | ||
|
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.
Could you format this so that there is only one empty line between different plugins? Just for consistency
pom.xml
Outdated
</plugins> | ||
</build> | ||
</profile> | ||
|
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 other profiles don't have an empty line between them, we should keep it the same way here
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.
@lmarniazman
Empty lines removed.Thnaks
</reporting> | ||
|
||
<profiles> | ||
<!-- JaCoCo for test coverage --> |
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.
@hohwille Was this how you meant to include the jacoco-report
profile into maven-parent? I thought this was a good way of doing it. After this PR is merged, we can also delete the profile from the pom.xml of sonar-devon4j-plugin.
@@ -343,9 +343,6 @@ | |||
<warName>${project.artifactId}</warName> | |||
</configuration> | |||
</plugin> | |||
|
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.
I meant that tags on the second level should have one line between them, tags on every other level should not. So if you coud add one empty line between 345-346 that would be great
@@ -423,7 +420,6 @@ | |||
</plugin> | |||
</plugins> | |||
</reporting> | |||
|
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.
See review comment above, one empty line here between </reporting>
and <profiles>
would be perfect.
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.
Thanks @lmarniazman . All comments are fixed.
You could really help me by writing a description what is changed by the PR and why in 1-3 sentences. Was this PR done because of devonfw/devon4j#300? |
As @lmarniazman suggestion,Was this how you meant to include the jacoco-report profile into maven-parent. we thought this was a good way of doing it. After this PR is merged, we can also delete the profile from the pom.xml of sonar-devon4j-plugin. |
I incorporated the indendation fixes into master. |
No description provided.