Skip to content

Commit bd9f725

Browse files
committed
Added maven sonar.projectKey property
1 parent bcb5d7e commit bd9f725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ script:
4444
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent test
4545
- echo "Run Integration Tests"
4646
- 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
47+
- mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
4848

4949
before_deploy:
5050
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import

0 commit comments

Comments
 (0)