import 에러
- 작성자 :
- 박*우
- 작성일 :
- 2011-04-19 08:47:47
- 조회수 :
- 2,671
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
안녕하세요 전자정부표준프레임워크를 처음 이용해 보는 개발자입니다.
자료실에 올라와 있는 egovframeworksample을 다운받아 import를 시키면 각 패키지마다 에러가 생성되어 빌드가 되지 않습니다.
에러가 나는 코드는
Missing artifact~
이러한 메세지가 뜨고 Build Failed 가 뜨며 나오는 메세지는 다음과 같습니다.
You have not specified any goals or lifecycle phases for Maven to execute.
Either specify a goal or lifecycle phase on the command line
(you may want to try 'package' to get started), or configure the
<defaultGoal/> element in the build section of your project POM.
NOTE: You can also chain multiple goals/phases together, as in the following example:
mvn clean package
다른 모든 환경설정은 홈페이지의 초보자가이드를 보고 설정을 했는데 왜 에러가 나는지 알고싶습니다.
자료실에 올라와 있는 egovframeworksample을 다운받아 import를 시키면 각 패키지마다 에러가 생성되어 빌드가 되지 않습니다.
에러가 나는 코드는
Missing artifact~
이러한 메세지가 뜨고 Build Failed 가 뜨며 나오는 메세지는 다음과 같습니다.
You have not specified any goals or lifecycle phases for Maven to execute.
Either specify a goal or lifecycle phase on the command line
(you may want to try 'package' to get started), or configure the
<defaultGoal/> element in the build section of your project POM.
NOTE: You can also chain multiple goals/phases together, as in the following example:
mvn clean package
다른 모든 환경설정은 홈페이지의 초보자가이드를 보고 설정을 했는데 왜 에러가 나는지 알고싶습니다.
A
안녕하세요.. 박종우님..
우선.. 초보자 가이드 중 "mavenrepository.zip"에 대한 다운로드 및 설정이 되어 있는지 확인 부탁드립니다..
http://www.egovframe.org/wiki/doku.php?id=egovframework:dev:gettingstarted
이 부분이 설정되신 이후에도.. Missing artifact가 발생을 하시면...
발생된 Missing artifact의 정보(library)정보와 .. 가지고 계신 프로젝트의 "pom.xml"을 올려주시면 도움이 될 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
우선.. 초보자 가이드 중 "mavenrepository.zip"에 대한 다운로드 및 설정이 되어 있는지 확인 부탁드립니다..
http://www.egovframe.org/wiki/doku.php?id=egovframework:dev:gettingstarted
이 부분이 설정되신 이후에도.. Missing artifact가 발생을 하시면...
발생된 Missing artifact의 정보(library)정보와 .. 가지고 계신 프로젝트의 "pom.xml"을 올려주시면 도움이 될 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.