Skip to content

Commit 2b1a862

Browse files
committed
Fixed IntelliJ download URL and try if -B in maven silences the INFO messages.
1 parent 7470723 commit 2b1a862

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk: oraclejdk8
3-
script: mvn clean package
3+
script: mvn -B clean package
44
deploy:
55
provider: releases
66
skip_cleanup: true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<!-- Download IDEA sources which are required to build the plugin-->
7676
<!-- For local testing, I included a copy target below and comment our the "get" -->
7777
<echo message="Downloading ${idea.ic.source} to ${project.build.directory}"/>
78-
<get src="http://download.jetbrains.com/idea/${idea.ic.source}"
78+
<get src="http://download-cf.jetbrains.com/idea/${idea.ic.source}"
7979
dest="${project.build.directory}"
8080
verbose="false"
8181
usetimestamp="true"/>

0 commit comments

Comments
 (0)