You can setup an in-house repository. I setup mine using apache. Then
download the jars from sun and store them in your inhouse repo.
Then add this to your pom.xml
...
<repositories>
<repository>
<id>library</id>
<name>library</name>
<url>http://mywebserver/maven</url>
</repository>
....
Cheers,
AK
-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED]
Sent: Thursday, 23 February 2006 11:13 AM
To: Maven Users List
Subject: [m2] Hoping some project hosts the ejb 2.0 spec jar in repo (??)
Obviously I can download the Sun official EJB 2.0 interface jars myself and
install them into my local repo etc. But I'd prefer to find something in
ibiblio that can satisfy this requirement with a simple <dependency>
statement so my coworkers and our continuous integration server etc can get
this with no hassles.
Geronimo would work but they are targeting J2EE 1.4 which means EJB 2.1.
I need J2EE 1.3 for EJB 2.0.
Thanks for any suggestions. If I can't find something, I'm going to have to
start the Geronimo1.3 project or something and host the J2EE
1.3 interfaces myself... Need to look into the legal details first, not sure
how Geronimo got permission. ;-)
(Sun would make things a lot easier if they'd just eliminate the Web
click-thru license on these interfaces...)
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]