Oh wow, so the license acceptance etc is built into the
Maven-retrieve-dependencies bit? So from the cli, I type "mvn clean
package" and it asks "Do you agree with Sun EJB license... (Y/N)" and
when you hit Y, it pulls it down just like any other dependency?

That's a great idea!
Wayne


On 2/22/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> There will be one where you can accept the license before downloading
> the dependency. I think they are planning it for 2.1.
>
> On 2/22/06, Anthony Kong <[EMAIL PROTECTED]> wrote:
> > My guess is there will not be a global maven repo solution for sun's jars...
> >
> >
> > You may take a look at this document here:
> > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
> >
> > Cheers,
> > AK
> >
> > -----Original Message-----
> > From: Wayne Fay [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, 23 February 2006 11:55 AM
> > To: Maven Users List
> > Subject: Re: [m2] Hoping some project hosts the ejb 2.0 spec jar in repo
> > (??)
> >
> > Oh, that would work just fine, too. ;-)
> >
> > Was just hoping for a global Maven repo solution.
> >
> > Wayne
> >
> >
> > On 2/22/06, Anthony Kong <[EMAIL PROTECTED]> wrote:
> > > 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]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > 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]
> >
> >
>
>
> --
> Alexandre Poitras
> Québec, Canada
>
> ---------------------------------------------------------------------
> 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]

Reply via email to