maven practice
Posted by groovy on 10월 13, 2011
3.0.3설치…
mina 프로젝트를 보던중..build 시 .3.0.x,를 요구하더군요..
달라진게 먼지 아직 보진 못했으니..
이것도 공부해야할 대상..
$ mvn -Pserial clean install # Build packages (JARs) for the core API and other extensions and install them to the local Maven repository. $ mvn -Pserial site # Generate reports (JavaDoc and JXR) $ mvn -Pserial package assembly:assembly # Generate a tarball (package goal needed to fix an assembly plugin bug) $ mvn -Pserial eclipse:eclipse # Generate Eclipse project files if you want 최초 이것만 알아도 별 문제없이 진행될듯..