assertj-assertions-generator-maven-plugin icon indicating copy to clipboard operation
assertj-assertions-generator-maven-plugin copied to clipboard

Plugin fails if there is a space in project directory path

Open lhannest opened this issue 2 years ago • 0 comments

  1. Try modifying the path of a project using this plugin like "path/to/project/directory with space in the name/project"
  2. Set <quiet>false</quiet> in the AssertJ plugin
  3. Rebuild mvn clean install -DskipTests=true
  4. Nothing gets generated, in the output it shows that no target classes have been found

lhannest avatar Nov 28 '22 16:11 lhannest