This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push: new e16d2cf KYLIN-3882: kylin master build failed for pom issues e16d2cf is described below commit e16d2cfae1615fa18306ff378487627858afe8fa Author: Liu Shaohui <liushao...@xiaomi.com> AuthorDate: Mon Mar 18 11:45:05 2019 +0800 KYLIN-3882: kylin master build failed for pom issues --- .gitignore | 1 + pom.xml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca70408..007b201 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ tomcat/ webapp/app/kylin-servlet.xml webapp/app/web.xml dependency-reduced-pom.xml +webapp/package-lock.json diff --git a/pom.xml b/pom.xml index 4ef0edc..d745519 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,8 @@ <properties> <!-- General Properties --> <javaVersion>1.8</javaVersion> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <maven-model.version>3.3.9</maven-model.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -1040,7 +1042,7 @@ </repository> <repository> - <id>nexus</id> + <id>kyligence</id> <name>Kyligence Repository</name> <url>http://repository.kyligence.io:8081/repository/maven-public/ </url>