We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb5d7e commit bd9f725Copy full SHA for bd9f725
.travis.yml
@@ -44,7 +44,7 @@ script:
44
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent test
45
- echo "Run Integration Tests"
46
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pintegration -DdbUser="${DB_UT3_USER}" -DdbPass="${DB_UT3_PASS}" -DdbUrl="jdbc:oracle:thin:@${DB_URL}"
47
- - mvn sonar:sonar
+ - mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
48
49
before_deploy:
50
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
0 commit comments