You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
460 B
6 lines
460 B
$env:JAVA_HOME = 'C:\Users\Administrator\.jdks\corretto-17.0.13'
|
|
$mvn = 'D:\IntelliJ IDEA 2025.1.3\plugins\maven\lib\maven3\bin\mvn.cmd'
|
|
& $mvn -s e:\code\crm-backend-matt\settings.xml -pl crm-rule,crm-opportunity -am test `
|
|
'-Dtest=OpportunitySchemeCardTemplateServiceImplTest,OpportunitySchemeCardServiceImplTest' `
|
|
'-Dsurefire.failIfNoSpecifiedTests=false' 2>&1 | Out-File -Encoding utf8 e:\code\crm-backend-matt\tmp\t7test.log
|
|
"EXIT=$LASTEXITCODE"
|
|
|