You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to execute dspot in all the module of a Multimodule Maven project.
I configure the parent pom.xml and execute dspot on it.
If i use dspot 2.0.0 or 2.1.0 it works.
If i use dspot 2.1.1 it fails with these error:
[ERROR] Failed to execute goal eu.stamp-project:dspot-maven:2.1.1:amplify-unit-tests (default-cli) on project parent: Execution default-cli of goal eu.stamp-project:dspot-maven:2.1.2-SNAPSHOT:amplify-unit-tests failed: eu.stamp_project.utils.options.check.InputErrorException: Error in the provided input. Please check your properties file and your command-line options. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
nicolabertazzo
changed the title
Can't run dspot-maven version 2.1.1 on Maven Multimodule project
Can't run dspot-maven version 2.1.0 on Maven Multimodule project
Jul 11, 2019
nicolabertazzo
changed the title
Can't run dspot-maven version 2.1.0 on Maven Multimodule project
Can't run dspot-maven version 2.1.1 on Maven Multimodule project
Jul 11, 2019
Characteristics
Description
My goal is to execute dspot in all the module of a Multimodule Maven project.
I configure the parent pom.xml and execute dspot on it.
If i use dspot 2.0.0 or 2.1.0 it works.
If i use dspot 2.1.1 it fails with these error:
[ERROR] Failed to execute goal eu.stamp-project:dspot-maven:2.1.1:amplify-unit-tests (default-cli) on project parent: Execution default-cli of goal eu.stamp-project:dspot-maven:2.1.2-SNAPSHOT:amplify-unit-tests failed: eu.stamp_project.utils.options.check.InputErrorException: Error in the provided input. Please check your properties file and your command-line options. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Steps to reproduce
cd joram mvn clean eu.stamp-project:dspot-maven:amplify-unit-tests
if you change dspot version to 2.0.0 or 2.1.0 it works (joram/pom.xml row 204).
Help on issue template
Preview to follow the link or open file .github/ISSUE_DOC.md
The text was updated successfully, but these errors were encountered: