File tree 2 files changed +23
-1
lines changed
flink-filesystems/flink-mapr-fs
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,26 @@ under the License.
41
41
</repository >
42
42
</repositories >
43
43
44
+ <profiles >
45
+ <profile >
46
+ <id >unsafe-mapr-repo</id >
47
+ <activation >
48
+ <property >
49
+ <name >unsafe-mapr-repo</name >
50
+ </property >
51
+ </activation >
52
+ <repositories >
53
+ <!-- MapR -->
54
+ <repository >
55
+ <id >mapr-releases</id >
56
+ <url >http://repository.mapr.com/maven/</url >
57
+ <snapshots ><enabled >false</enabled ></snapshots >
58
+ <releases ><enabled >true</enabled ></releases >
59
+ </repository >
60
+ </repositories >
61
+ </profile >
62
+ </profiles >
63
+
44
64
<dependencies >
45
65
46
66
<dependency >
Original file line number Diff line number Diff line change @@ -59,8 +59,10 @@ MVN_TEST_MODULES=$(get_test_modules_for_stage ${TEST})
59
59
#
60
60
# -nsu option forbids downloading snapshot artifacts. The only snapshot artifacts we depend are from
61
61
# Flink, which however should all be built locally. see FLINK-7230
62
+ #
63
+ # We use -Punsafe-mapr-repo since the https version fails on Travis for some reason.
62
64
MVN_LOGGING_OPTIONS=" -Dlog.dir=${ARTIFACTS_DIR} -Dlog4j.configuration=file://$LOG4J_PROPERTIES -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
63
- MVN_COMMON_OPTIONS=" -nsu -Dflink.forkCount=2 -Dflink.forkCountTestPackage=2 -Dfast -B -Pskip-webui-build $MVN_LOGGING_OPTIONS "
65
+ MVN_COMMON_OPTIONS=" -nsu -Dflink.forkCount=2 -Dflink.forkCountTestPackage=2 -Dfast -B -Pskip-webui-build -Punsafe-mapr-repo $MVN_LOGGING_OPTIONS "
64
66
MVN_COMPILE_OPTIONS=" -DskipTests"
65
67
MVN_TEST_OPTIONS=" $MVN_LOGGING_OPTIONS -Dflink.tests.with-openssl"
66
68
You can’t perform that action at this time.
0 commit comments