둘러보기 생략.
 

anyframe 4.0 에서 miplatform 관련 문의

안녕하세요..
Anyframe Developers Conference 2009 행사는 정말로 준비 많이 하셔서 유익한 시간이 되었습니다.

새롭게 바뀐 Anyframe 4.0 테스트를 해보려고 메뉴얼에 있는데로
Foundation 까지는 정상적으로 테스트가 되었습니다.

이후에
mvn anyframe:install -DpluginName=miplatform 을 하고 나니

pom.xml 에 아래와 같이 에러가 나면서 실행이 안됩니다.

Multiple annotations found at this line:
- Missing artifact anyframe:anyframe.ria.mip:jar:4.0.0:compile
- No grammar constraints (DTD or XML schema) detected for the
document.
- Missing artifact miplatform:miplatform:jar:3.2:compile
- Missing artifact anyframe:anyframe.query.ria:jar:4.0.0:compile
- Missing artifact anyframe:anyframe.query.ria.mip:jar:4.0.0:compile
- Missing artifact anyframe:anyframe.springmvc.ria.mip:jar:
4.0.0:compile

어떤 추가 설정이 필요한 것인가요..?

Re] anyframe 4.0 에서 miplatform 관련 문의

등록해주신 글에 따르면 pom.xml 파일에 에러가 존재한다라는 것 같은데... 맞나요?
명령어를 실행할 때에는 어떤 에러가 발생하나요? 에러 메시지 전문을 보여 주시면 문제의 원인을 파악하는데 도움이 될 듯 합니다.
다음과 같이 -e 옵션을 추가하시고 실행시키신 후 에러 메시지를 보여 주셨으면 합니다.
mvn anyframe:install -DpluginName=miplatform -e