STAMP-project/pitmp-maven-plugin

fullMutationMatrix parameter error executing pitmp-maven-plugin 1.3.8-SNAPSHOT on Multimodule project

nicolabertazzo opened this issue · 0 comments

Characteristics

  • Issue Type: bug
  • Reproducibility: always
  • Severity: major
  • Tool/Service/Component:pitmp-maven-plugin, 1.3.8-SNAPSHOT (commit 5cc372c)
  • Execution Environment: Ubuntu
  • Reporter: @nicolabertazzo

Description

Error reported when I executed pitmp 1.3.8-SNAPSHOT on multimodule project.

[ERROR] Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.3.8-SNAPSHOT:run (default-cli) on project dnoo: Unable to parse configuration of mojo eu.stamp-project:pitmp-maven-plugin:1.3.8-SNAPSHOT:run for parameter fullMutationMatrix: Cannot find 'fullMutationMatrix' in class org.pitest.maven.PmpMojo -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal eu.stamp-project:pitmp-maven-plugin:1.3.8-SNAPSHOT:run (default-cli) on project dnoo: Unable to parse configuration of mojo eu.stamp-project:pitmp-maven-plugin:1.3.8-SNAPSHOT:run for parameter fullMutationMatrix: Cannot find 'fullMutationMatrix' in class org.pitest.maven.PmpMojo

Steps to reproduce

clone pitmp project:

checkout commit version:

  • cd pitmp-maven-plugin
  • git checkout 5cc372c

install pitmp

  • mvn clean install

clone dnoo
cd ..

modify pom

  • In file pom.xml.pitmp modify row 38 from
    1.3.5
    to
    1.3.8-SNAPSHOT
    execute pitmp on this command:

  • .\run_pitmp.sh

Other files and URLs

Relationships

Help on issue template

Preview to follow the link or open file .github/ISSUE_DOC.md