[
https://issues.apache.org/jira/browse/IOTDB-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
EJTTianyu closed IOTDB-469.
---------------------------
Fix Version/s: 0.10.0-SNAPSHOT
Resolution: Fixed
fixed
> iotdb-session compile error when using '-Dmaven.test.skip=true' command
> -----------------------------------------------------------------------
>
> Key: IOTDB-469
> URL: https://issues.apache.org/jira/browse/IOTDB-469
> Project: Apache IoTDB
> Issue Type: Bug
> Reporter: EJTTianyu
> Priority: Major
> Fix For: 0.10.0-SNAPSHOT
>
>
> In the master branch of the current version(0.10.0-snapshot), under
> ${IOTDB_HOME} folder.
> When compiling with maven, following command,
> {code:java}
> mvn clean package/install -Dmaven.test.skip=true {code}
>
> could cause "dependencies not resolved" error in iotdb-session module.
> While the following command works fine.
> {code:java}
> mvn clean package/install -DskipTests
> {code}
> Reference site for possible cause:
> [https://www.cnblogs.com/wangcp-2014/p/6211439.html]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)