You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "EJTTianyu (Jira)" <ji...@apache.org> on 2020/02/10 09:33:00 UTC

[jira] [Created] (IOTDB-469) iotdb-session compile error when using '-Dmaven.test.skip=true' command

EJTTianyu created IOTDB-469:
-------------------------------

             Summary: 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


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)