에서 받는다는 플러그인을 실행하려면 내가 받는다는 플러그인어떻게 콘솔
<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를 실행하는 경우 : 받는다는 - cfitautomator - 플러그인 : 1.0 - 스냅 샷 :
[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.
잘못된 디렉토리에서 mvn 명령을 실행하고있는 것 같습니다. pom 파일과 같은 디렉토리에 있는지 확인하고 거기에서 실행하십시오. – DaveRlz