mvn clean package -pl cluster -am -DskipTests
[Error] Could not find the selected project in the reactor: cluster @
I was following the tutorial user guide on cluster settings of Apache IoTDB Version 0.13. When I entered "mvn clean package -pl cluster -am -DskipTests" command into IoTDB root directory, like the tutorial suggested, an error occured: [Error] Could not find the selected project in the reactor: cluster @. How should this error be handled?
How to deal this question ? Someone help please.