Question

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

Was it helpful?

Solution

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

.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top