The servlet api available in ibiblio is implemented by Tomcat, under apache licence, so it can be redistributed. The right groupId (using latest conventions) is javax.servlet
On 10/10/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > Check out: > > http://www.ibiblio.org/maven2/javax/servlet/servlet-api/2.3/ > and > http://www.ibiblio.org/maven2/javax/servlet/servlet-api/2.4/ > > Sure looks like .jars to me. > > I was just drafting up a post re: a similar topic: > > Several of the projects in ibiblio refer to the servlet api (2.3 and > 2.4). It's stored in ibiblio as javax.servlet (I guess this doesn't > have the same licensing issues), yet others refer to it under servletapi > and another under servlet-api. What's up with this? It's stored in > ibiblio with this same groupid and artifact: > > http://www.ibiblio.org/maven2/servletapi/servlet-api/2.4/ > > and > > http://www.ibiblio.org/maven2/servletapi/servletapi/2.4/ > http://www.ibiblio.org/maven2/servletapi/servletapi/2.3/ > > Brian > > > > Arik Kfir wrote: > > umm..not sure actually > > > > According to previous postings in this list, and the policy+license of Sun, > > I think they shouldn't. Perhaps someone could correct me on this? > > > > On 10/10/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > > > >> I'm curious why the javax.servlet 2.3 and 2.4 jars are both out there. > >> Is it because they're API only? > >> > >> Brian > >> > >> > >> > >> Arik Kfir wrote: > >> > >>> No you shouldn't ;-) > >>> The reason it is not there is because of licensing issues... > >>> > >>> Please read the following link: > >>> http://maven.apache.org/reference/standard-sun-jar-names.html > >>> > >>> > >>> On 10/10/05, Dave Brondsema <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>>> Thanks! Sounds like I should create an issue for adding the MyFaces api > >>>> jar. > >>>> > >>>> Yann Le Du wrote: > >>>> > >>>> > >>>>> SUN JARs are not in IBiblio because of license issues. > >>>>> > >>>>> You must : > >>>>> 1. Download yourself the jar > >>>>> 2. Install it with : > >>>>> m2 install:install-file -Dfile=/path/to/jsf-api.jar -DartifactId= > >>>>> > >>>>> > >>>> javax.faces > >>>> > >>>> > >>>>> -DgroupId=jsf-api -Dversion=1.1 > >>>>> > >>>>> For more info, please see : > >>>>> http://maven.apache.org/reference/standard-sun-jar-names.html > >>>>> > >>>>> > >>>>> > >> http://maven.apache.org/maven2/plugins/maven-install-plugin/install-file-mojo.html > >> > >>>>> Regards, > >>>>> Yann > >>>>> > >>>>> --- Dave Brondsema <[EMAIL PROTECTED]> a écrit : > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>> The repository has a jsf-api pom but no jar at > >>>>>> http://www.ibiblio.org/maven2/javax/faces/jsf-api/1.1/ > >>>>>> > >>>>>> I guess I am supposed to specify whether to use the api jar provided > >>>>>> > >> by > >> > >>>>>> Sun's RI or by MyFaces. How do I do that? > >>>>>> > >>>>>> -- > >>>>>> Dave Brondsema > >>>>>> Software Developer > >>>>>> Cornerstone University > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >> ___________________________________________________________________________ > >> > >>>>> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! > >>>>> > >>>>> > >>>> Messenger > >>>> > >>>> > >>>>> Téléchargez cette version sur http://fr.messenger.yahoo.com > >>>>> > >>>>> --------------------------------------------------------------------- > >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>>> > >>>>> > >>>>> > >>>> -- > >>>> Dave Brondsema > >>>> Software Developer > >>>> Cornerstone University > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>> > >> --------------------------------------------------------------------- > >> 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]
