pitmp-maven-plugin icon indicating copy to clipboard operation
pitmp-maven-plugin copied to clipboard

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

Open nicolabertazzo opened this issue 5 years ago • 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:

  • git clone https://github.com/STAMP-project/pitmp-maven-plugin.git

checkout commit version:

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

install pitmp

  • mvn clean install

clone dnoo cd ..

  • git clone https://github.com/STAMP-project/dnoo.git
  • cd dnoo

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

nicolabertazzo avatar Jul 29 '19 09:07 nicolabertazzo