ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

maven ZK EE repository

piebe
16 May 2011 08:40:35 GMT
16 May 2011 08:40:35 GMT

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?

terrytornadoTop Contributor
16 May 2011 14:19:25 GMT
16 May 2011 14:19:25 GMT

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

piebe
17 May 2011 02:48:51 GMT
17 May 2011 02:48:51 GMT

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

RyanWu
11 Jun 2011 12:12:01 GMT
11 Jun 2011 12:12:01 GMT

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