Declare used dependency on org.apache.maven.reporting:maven-reporting… by elharo · Pull Request #215 · apache/maven-pmd-plugin
Navigation Menu
{{ message }}
apache / maven-pmd-plugin Public
- Notifications You must be signed in to change notification settings
- Fork 52
Conversation
elharo
requested a review
from slawekjaranowski
elharo
marked this pull request as ready for review
slachiewicz approved these changes Jun 5, 2025
pom.xml
Outdated
Show resolved
Hide resolved
pom.xml
Outdated
pom.xml Outdated
Comment on lines +140 to +145
| <dependency> | ||
| <groupId>org.apache.maven.reporting</groupId> | ||
| <artifactId>maven-reporting-api</artifactId> | ||
| <version>4.0.0</version> | ||
| <scope>compile</scope> | ||
| </dependency> |
Copy link Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe near to maven-reporting-impl ...
compile scope is default
Copy link Copy Markdown
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
slawekjaranowski approved these changes Jun 5, 2025
slawekjaranowski approved these changes Jun 5, 2025
pzygielo reviewed Jun 5, 2025
| <dependency> | ||
| <groupId>org.apache.maven.reporting</groupId> | ||
| <artifactId>maven-reporting-api</artifactId> | ||
| <version>4.0.0</version> |
This comment was marked as outdated.
This comment was marked as outdated.
elharo
deleted the
reporting
branch
github-actions
bot
assigned
elharo
github-actions
bot
added
the
maintenance
label
github-actions
bot
added this to the
3.26.1 milestone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment