Skip to content

Commit 332b95b

Browse files
committed
Fixed repos and coverall.
1 parent cdfa8f6 commit 332b95b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
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>
@@ -381,15 +381,23 @@
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>

0 commit comments

Comments
 (0)