We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7470723 commit 2b1a862Copy full SHA for 2b1a862
2 files changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: java
2
jdk: oraclejdk8
3
-script: mvn clean package
+script: mvn -B clean package
4
deploy:
5
provider: releases
6
skip_cleanup: true
pom.xml
@@ -75,7 +75,7 @@
75
<!-- Download IDEA sources which are required to build the plugin-->
76
<!-- For local testing, I included a copy target below and comment our the "get" -->
77
<echo message="Downloading ${idea.ic.source} to ${project.build.directory}"/>
78
- <get src="http://download.jetbrains.com/idea/${idea.ic.source}"
+ <get src="http://download-cf.jetbrains.com/idea/${idea.ic.source}"
79
dest="${project.build.directory}"
80
verbose="false"
81
usetimestamp="true"/>
0 commit comments