-
Notifications
You must be signed in to change notification settings - Fork 44
Import assertj-generator-maven-plugin
#298
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
base: main
Are you sure you want to change the base?
Import assertj-generator-maven-plugin
#298
Conversation
assertj-generator-maven-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.
Pull request overview
This PR successfully moves the assertj-assertions-generator-maven-plugin into the main assertj-generator repository as part of consolidating related projects. The key changes include:
- Relocation of all maven plugin code, tests, and resources from a separate repository
- Update of Mockito imports from deprecated
Matchers.anytoArgumentMatchers.any(compatible with Mockito v4) - Temporary disabling of JaCoCo coverage checks for the new module to allow the build to pass
- Update of main README link to point to the new location
Reviewed changes
Copilot reviewed 45 out of 45 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Added new maven-plugin module to the parent build |
| assertj-generator-maven-plugin/pom.xml | Maven plugin module configuration with jacoco temporarily disabled |
| assertj-generator-maven-plugin/src/main/java/**/*.java | Core maven plugin implementation files (Mojo, generator, templates, report) |
| assertj-generator-maven-plugin/src/test/java/**/*.java | Test files with updated Mockito imports and test data classes |
| assertj-generator-maven-plugin/src/test/resources/templates/**/*.txt | Custom template files for testing template override functionality |
| assertj-generator-maven-plugin/README.md | Documentation for the maven plugin |
| README.md | Updated link to point to new maven plugin location |
| CODE_OF_CONDUCT.md | Standard code of conduct file |
| eclipse/assertj-eclipse-formatter.xml | Eclipse formatter configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...j-generator-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/Templates.java
Outdated
Show resolved
Hide resolved
...nerator-maven-plugin/src/test/java/org/assertj/assertions/generator/maven/TemplatesTest.java
Outdated
Show resolved
Hide resolved
...r-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/AssertionsGenerator.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
assertj/assertj-generatorassertj-assertions-generator-maven-plugin#113