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
While running mvn eu.stamp-project:pitmp-maven-plugin:descartes with the tag, the pitmp is trying to run every module in the project.
but mentioning the targetModules as in the below command line it's working as intended and picking only the mentioned modules in the command line. mvn "-DtargetModules=module-name" eu.stamp-project:pitmp-maven-plugin:descartes
The text was updated successfully, but these errors were encountered:
Characteristic
Issue Type: bug
Reproducibility: always
Severity: major
Tool/Service/Component: 1.3.7
Execution Environment: mac
Reporter: Ashis, [email protected]
Description
The above is my plugin config.
While running
mvn eu.stamp-project:pitmp-maven-plugin:descartes
with the tag, the pitmp is trying to run every module in the project.but mentioning the targetModules as in the below command line it's working as intended and picking only the mentioned modules in the command line.
mvn "-DtargetModules=module-name" eu.stamp-project:pitmp-maven-plugin:descartes
The text was updated successfully, but these errors were encountered: