We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594158e commit c573287Copy full SHA for c573287
travis/after_success.sh
@@ -42,7 +42,7 @@ if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-3" ] && [ "$TRAVIS_PULL_REQUEST" == "
42
./mvnw clean test jacoco:report coveralls:report -q --settings ./travis/settings.xml
43
echo -e "Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER}"
44
45
- ./mvnw sonar:sonar
+ ./mvnw sonar:sonar -Dsonar.projectKey=mybatis_mybatis-3
46
47
# Deploy to site
48
# Cannot currently run site this way
0 commit comments