Hi Jim,
Thanks for your reply.

What's the feature of the repository?
It seems that the repository isn't compatible with Maven specification.
Generally, artifact and pom file are in same directory, but the repository
is not.

a cup of Java, cheers!
Sha Jiang


Jim Bethancourt-2 wrote:
> 
> You can also check out the Maven repository on java.net
> https://maven-repository.dev.java.net/ is the webpage.
> 
> Add the following to your POM
> <repository>
>   <id>java.net</id>
>   <url>https://maven-repository.dev.java.net/nonav/repository</url>
>   <layout>legacy</layout>
> </repository>
> 
> Cheers,
> Jim
> 
> On 11/14/06, jiangshachina <[EMAIL PROTECTED]> wrote:
>>
>> Dear Wayne,
>> Thanks very much!
>>
>> a cup of Java, cheers!
>> Sha Jiang
>>
>>
>> Wayne Fay wrote:
>> >
>> > You can use the Geronimo-provided J2EE jars for now, while waiting for
>> > the Sun JavaEE jars to be published under an open source license etc:
>> >
>> > http://www.ibiblio.org/pub/packages/maven2/geronimo-spec/
>> > http://www.ibiblio.org/pub/packages/maven2/geronimo/
>> >
>> > The Glassfish jars are slowly making their way into Maven repos too so
>> > you could use those instead of Geronimo if you prefer, assuming the
>> > jars are available from both sources.
>> >
>> > Wayne
>> >
>> > On 11/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>> >> If you look in more detail:
>> >> http://www.ibiblio.org/pub/packages/maven2/javax/j2ee/j2ee/1.4/
>> >>
>> >> You'll see that no binaries are available for javax.j2ee, but only
>> >> poms. This is due to the licensing of the J2EE 1.4 jars. So you can
>> >> use these poms but must download and manually install the jars.
>> >>
>> >> Eventually we will get JavaEE jars which are available under a license
>> >> (CDDL or GPL) which allows redistribution. At that time, the files
>> >> will be hosted and available via Maven.
>> >>
>> >> Wayne
>> >>
>> >> On 11/13/06, jiangshachina <[EMAIL PROTECTED]> wrote:
>> >> >
>> >> > It seems that j2ee.jar(javax.j2ee) is at central repository, but
>> >> > javaee.jar(JavaEE 5.0).
>> >> > javaee.jar would be added to the repository in the future, or no
>> >> forever?
>> >> >
>> >> > a cup of Java, cheers!
>> >> > Sha Jiang
>> >> >
>> >> >
>> >> > jiangshachina wrote:
>> >> > >
>> >> > > Hi Brett,
>> >> > > It means that group springframework is deprecated, too.
>> >> > > Oh, I may make a serious mistake, if without your help.
>> >> > > Thanks very much!
>> >> > >
>> >> > > a cup of Java, cheers!
>> >> > > Sha Jiang
>> >> > >
>> >> > >
>> >> > > Brett Porter wrote:
>> >> > >>
>> >> > >> On 14/11/06, jiangshachina <[EMAIL PROTECTED]> wrote:
>> >> > >>> They have same artifactsId, but the artifacts in springframework
>> >> are
>> >> > >>> newer.
>> >> > >>> It means the group spring is deprecated?
>> >> > >>
>> >> > >> Some newer versions get moved to a new group ID. We are generally
>> >> > >> trying to consolidate them over time, and migrate old ones.
>> >> > >>
>> >> > >>>
>> >> > >>> There are many similar cases in central repository, how can I
>> deal
>> >> with
>> >> > >>> the
>> >> > >>> matter?
>> >> > >>
>> >> > >> Find the one with the version you are using.
>> >> > >>
>> >> > >>> May have a convention for names of the groups?
>> >> > >>
>> >> > >> The convention is reverse-domain. So you will probably find all
>> the
>> >> > >> newest releases in org.springframework group ID (directory
>> >> > >> org/springframework/).
>> >> > >>
>> >> > >> - Brett
>> >> > >>
>> >> > >>
>> >> ---------------------------------------------------------------------
>> >> > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> > >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >> > >>
>> >> > >>
>> >> > >>
>> >> > >
>> >> > >
>> >> >
>> >> > --
>> >> > View this message in context:
>> >> >
>> >>
>> http://www.nabble.com/http%3A--www.ibiblio.org-maven2-vs.-http%3A--repo1.maven.org-maven2--tf2627036s177.html#a7331953
>> >> > Sent from the Maven - Users mailing list archive at Nabble.com.
>> >> >
>> >> >
>> >> >
>> ---------------------------------------------------------------------
>> >> > 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]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/http%3A--www.ibiblio.org-maven2-vs.-http%3A--repo1.maven.org-maven2--tf2627036s177.html#a7349962
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/http%3A--www.ibiblio.org-maven2-vs.-http%3A--repo1.maven.org-maven2--tf2627036s177.html#a7371563
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to