issues
search
assertj
/
assertj-assertions-generator-maven-plugin
A maven plugin to generate assertions for your custom types
Other
28
stars
27
forks
source link
Plugin fails if there is a space in project directory path
#104
Open
lhannest
opened
1 year ago
lhannest
commented
1 year ago
Try modifying the path of a project using this plugin like "path/to/project/directory with space in the name/project"
Set
<quiet>false</quiet>
in the AssertJ plugin
Rebuild
mvn clean install -DskipTests=true
Nothing gets generated, in the output it shows that no target classes have been found
<quiet>false</quiet>
in the AssertJ pluginmvn clean install -DskipTests=true