mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
Share archetype - Fix test task in script
Fix the test task in the scripts to remove the unrequired pl parameter.
This commit is contained in:
parent
706a6c2ccd
commit
c6fbb76a39
@ -82,7 +82,7 @@ EXIT /B 0
|
||||
docker-compose -f "%COMPOSE_FILE_PATH%" logs -f
|
||||
EXIT /B 0
|
||||
:test
|
||||
call mvn verify -pl
|
||||
call mvn verify
|
||||
EXIT /B 0
|
||||
:purge
|
||||
docker volume rm ${rootArtifactId}-acs-volume
|
||||
|
@ -41,7 +41,7 @@ tail() {
|
||||
}
|
||||
|
||||
test() {
|
||||
mvn verify -pl
|
||||
mvn verify
|
||||
}
|
||||
|
||||
case "${symbol_dollar}1" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user