Skip to content
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

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

Open
nicolabertazzo opened this issue Jul 29, 2019 · 0 comments
Labels

Comments

@nicolabertazzo
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant