분류 전체보기377 Maven Skipping Tests Skipping Tests To skip running the tests for a particular project, set the skipTests property to true. [...] org.apache.maven.plugins maven-surefire-plugin 2.19.1 true [...] You can also skip the tests via the command line by executing the following command: mvn install -DskipTests If you absolutely must, you can also use the maven.test.skip property to skip compiling the tests. maven.test.skip .. 2016. 5. 26. Nifi Custom Processor 만들기 먼저 만들 곳으로 이동해서 cd /Users/jobyeonghui/apps/nifi/custom_processor [~/apps/nifi/custom_processor]$ mvn archetype:generate [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-archetype-.. 2016. 5. 25. Maven 관련 오류 IntelliJ IDEA 에서 Maven 관련되어 오류 해결 방안 적어본다. 1. -Dmaven.multiModuleProjectDirectory system property is not set 3.3.x 에서 발생하는 것으로 최신 버전의 inelliJ IDEA 를 설치하면 된다고는 하지만 3.2.X 를 설치해도 된다. 2. Maven .m2/settings.xml not exists 특별히 설정한 것이 없다면 압축 푼 maven 디렉토리에 가면 conf/settings.xml를 .m2/에 복사한다. 2016. 5. 24. Hortonwork ambari admin password reset Ambari 를 사용하다가 서비스 변경을 위해서는 admin 으로 로그인해야 하는데 비밀번호를 잊어버려 접속을 못한다면. Root 계정으로 로그인하고 아래와 같이 ambary-admin-password-reset 를 사용하여 재입력하도록 한다. [root@sandbox home]# ambari-admin-password-reset Please set the password for admin: Please retype the password for admin: The admin password has been set. Restarting ambari-server to make the password change effective... Using python /usr/bin/python2 Restarting.. 2016. 5. 20. 이전 1 ··· 58 59 60 61 62 63 64 ··· 95 다음