Remove travis plugin to enable toolchain.

Remove duplicated server entry in settings.xml
This commit is contained in:
Andreas Dangel
2017-02-24 21:32:19 +01:00
parent 97dd84a374
commit 57049e0c15
2 changed files with 0 additions and 30 deletions

View File

@ -13,11 +13,6 @@
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
<server>
<id>ossrh</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
</servers>
<mirrors/>
<proxies/>

25
pom.xml
View File

@ -1019,31 +1019,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
</modules>
</profile>
<profile>
<id>travis</id>
<activation>
<!-- https://github.com/travis-ci/travis-ci/issues/2727 -->
<!-- http://docs.travis-ci.com/user/ci-environment/#Environment-variables -->
<!-- from: https://github.com/marschall/jdeps-maven-plugin/blob/master/pom.xml -->
<property>
<name>env.TRAVIS</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-toolchains-plugin</artifactId>
<executions>
<execution>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>site</id>
<!--