Skip to content

Commit

Permalink
Fixed repos and coverall.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsticks committed Apr 9, 2015
1 parent cdfa8f6 commit 332b95b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
<distributionManagement>
<repository>
<id>bintray-release</id>
<name>oss-jfrog-artifactory-snapshots</name>
<name>oss-jfrog-artifactory-release</name>
<url>https://oss.jfrog.org/artifactory/oss-release-local</url>
</repository>
<snapshotRepository>
<id>bintray-snapshot</id>
<name>oss-jfrog-artifactory-snapshots</name>
<name>oss-jfrog-artifactory-snapshot</name>
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
Expand Down Expand Up @@ -381,15 +381,23 @@
</build>
</profile>
<profile>
<id>release-createDocs</id>
<id>travis</id>
<activation>
<property>
<name>createDocs</name>
<name>env.TRAVIS</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 332b95b

Please sign in to comment.