maven build script 에 profile을 사용해야할 필요가 있다면 다음 argument를 입력한다.
mvn -P profile 이름 goal이름
가령 예를 들어서 cuda profile을 enable 하여 eclipse 포팅하는 목적을 가지고 있다고 하자.
그럼 mvn -P cuda eclipse:eclispe가 된다.
maven build script 에 profile을 사용해야할 필요가 있다면 다음 argument를 입력한다.
mvn -P profile 이름 goal이름
가령 예를 들어서 cuda profile을 enable 하여 eclipse 포팅하는 목적을 가지고 있다고 하자.
그럼 mvn -P cuda eclipse:eclispe가 된다.
댓글