Я разрабатываю плагин maven
<modelVersion>4.0.0</modelVersion>
<groupId>com.breedish.cfit</groupId>
<artifactId>maven-cfitautomator-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>cfitautomator</name>
Но как мне запустить его из консоли?если я запускаю com.breedish.cfit: maven-cfitautomator-plugin: 1.0-SNAPSHOT: run-goal, он всегда говорит:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot execute mojo: run-goal. It requires a project with an existing pom.xml, but the build is not using one.