0

maven ZK EE repository

asked 2011-05-16 08:40:35 +0800

piebe gravatar image piebe
15 1 2

Using the instruction in

http://books.zkoss.org/wiki/ZK%20Installation%20Guide/Setting%20up%20IDE/Maven/Use%20ZK%20Maven%20Repository

I am trying to access the ZK EE maven repository, however the repository does not seem to be there:

https://maven.zkoss.org/repo/zk/ee

Is this still a valid link?

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2011-05-16 14:19:25 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

You need a password for the commercial ee version.

You can get the ee trial version from maven repository too.

   . . .
	<repositories>
		<repository>
			<id>zk repository</id>
			<url>http://mavensync.zkoss.org/maven2</url>
		</repository>
		<repository>
			<id>zk ee evaluation repository</id>
			<url>http://mavensync.zkoss.org/zk/ee-eval/</url>
		</repository>
	</repositories>
. . .

best
Stephan

link publish delete flag offensive edit

answered 2011-05-17 02:48:51 +0800

piebe gravatar image piebe
15 1 2

Ok problem solved, it seems the server was down or otherwise unavailable yesterday. Today I have no problem reaching the server...

link publish delete flag offensive edit

answered 2011-06-11 12:12:01 +0800

RyanWu gravatar image RyanWu
533 2
about.me/flyworld

if the server was down or sometimes response very slow, please let us know, we will fix them asap.

link publish delete flag offensive edit

answered 2012-06-13 12:51:27 +0800

mkommer gravatar image mkommer
111

How to configure "Zk Maven repository" on Netbeans 6.9.1 ?

We have a EE license, but i don"t succeed to configure the repository in Maven repository browser even for CE repository.....

Here the settings i used to add the repositiory :
Repo id : Zk CE
Repo Name : Zk CE
Remote URL : http://mavensync.zkoss.org/maven2
Remote Index URL : http://mavensync.zkoss.org/maven2 (or http://mavensync.zkoss.org/maven2/.index)

Same thing for EE repository :
Repo id : Zk EE
Repo Name : Zk EE
Remote URL : https://maven.zkoss.org/repo/zk/ee
Remote Index URL : https://maven.zkoss.org/repo/zk/ee (or https://maven.zkoss.org/repo/zk/ee/.index)

I even tried to create the settings.xml in .m2 directory, but nothing changed.

Any idea ?
Thanks

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-05-16 08:40:35 +0800

Seen: 2,583 times

Last updated: Jun 13 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More