문제

While creating a zk-maven project i am getting an error .

In the catalog section after selecting ZK archetype 6.5.2 and then inserting the group id , Artifact Id ,version, package etc, it should populate "properties available from archetype" automatically.

But, in my case it does not happen.

Could anyone help me in this concern .

I have attached the screenshot here.enter image description here

ref: here is the tutorial

도움이 되었습니까?

해결책

I was getting such error because Eclipse Maven plugin was trying to find the ZK webapp archetype from my local nexus repository.

ZK archetype remote catalog is located at

http://mavensync.zkoss.org/maven2/

Add this url to

C:\Users\.m2\settings.xml

.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top