File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 9797 <distributionManagement >
9898 <repository >
9999 <id >bintray-release</id >
100- <name >oss-jfrog-artifactory-snapshots </name >
100+ <name >oss-jfrog-artifactory-release </name >
101101 <url >https://oss.jfrog.org/artifactory/oss-release-local</url >
102102 </repository >
103103 <snapshotRepository >
104104 <id >bintray-snapshot</id >
105- <name >oss-jfrog-artifactory-snapshots </name >
105+ <name >oss-jfrog-artifactory-snapshot </name >
106106 <url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
107107 </snapshotRepository >
108108 </distributionManagement >
381381 </build >
382382 </profile >
383383 <profile >
384- <id >release-createDocs </id >
384+ <id >travis </id >
385385 <activation >
386386 <property >
387- <name >createDocs </name >
387+ <name >env.TRAVIS </name >
388388 <value >true</value >
389389 </property >
390390 </activation >
391391 <build >
392392 <plugins >
393+ <plugin >
394+ <groupId >org.jacoco</groupId >
395+ <artifactId >jacoco-maven-plugin</artifactId >
396+ </plugin >
397+ <plugin >
398+ <groupId >org.eluder.coveralls</groupId >
399+ <artifactId >coveralls-maven-plugin</artifactId >
400+ </plugin >
393401 <plugin >
394402 <groupId >org.apache.maven.plugins</groupId >
395403 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments