You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Richard Allen <ri...@gtri.gatech.edu> on 2005/11/01 19:14:10 UTC

Third party JAR version naming conventions

I'm new to Maven and I'm trying to convert an existing build process 
that uses Ant to Maven 2.

I've started creating a POM where I have to add third party SUN JARs as 
dependencies, one of them being JAI.

JAI version 1.1.2_01 includes three JARs. Is there a way to install JAI 
into my repository such that I only have to reference JAI as a 
dependency instead of referencing each JAR as a separate dependency? And 
what is the version naming convention that I should use within the POM 
<version> tag for JAI? Should it read <version>1.1.2_01</version> ?

Thanks,
Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Third party JAR version naming conventions

Posted by Carlos Sanchez <ca...@apache.org>.
If they call it 1.1.2_01 the version is 1.1.2_01

On 11/2/05, Richard Allen <ri...@gtri.gatech.edu> wrote:
> Thanks. I read the coping with sun jars guide, but I don't know what the
> proper naming convention for versions is. I didn't think it was what Sun
> is using, which is 1.1.2_01. For now I'm using 1.1.2.1.
>
>
> Carlos Sanchez wrote:
>
> >http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
> >
> >I'm preparing a naming conventions doc that will be available at
> >http://maven.apache.org/guides/mini/guide-naming-conventions.html
> >
> >On 11/1/05, Richard Allen <ri...@gtri.gatech.edu> wrote:
> >
> >
> >>I'm new to Maven and I'm trying to convert an existing build process
> >>that uses Ant to Maven 2.
> >>
> >>I've started creating a POM where I have to add third party SUN JARs as
> >>dependencies, one of them being JAI.
> >>
> >>JAI version 1.1.2_01 includes three JARs. Is there a way to install JAI
> >>into my repository such that I only have to reference JAI as a
> >>dependency instead of referencing each JAR as a separate dependency? And
> >>what is the version naming convention that I should use within the POM
> >><version> tag for JAI? Should it read <version>1.1.2_01</version> ?
> >>
> >>Thanks,
> >>Richard
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >>
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Third party JAR version naming conventions

Posted by Richard Allen <ri...@gtri.gatech.edu>.
Thanks. I read the coping with sun jars guide, but I don't know what the 
proper naming convention for versions is. I didn't think it was what Sun 
is using, which is 1.1.2_01. For now I'm using 1.1.2.1.


Carlos Sanchez wrote:

>http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
>
>I'm preparing a naming conventions doc that will be available at
>http://maven.apache.org/guides/mini/guide-naming-conventions.html
>
>On 11/1/05, Richard Allen <ri...@gtri.gatech.edu> wrote:
>  
>
>>I'm new to Maven and I'm trying to convert an existing build process
>>that uses Ant to Maven 2.
>>
>>I've started creating a POM where I have to add third party SUN JARs as
>>dependencies, one of them being JAI.
>>
>>JAI version 1.1.2_01 includes three JARs. Is there a way to install JAI
>>into my repository such that I only have to reference JAI as a
>>dependency instead of referencing each JAR as a separate dependency? And
>>what is the version naming convention that I should use within the POM
>><version> tag for JAI? Should it read <version>1.1.2_01</version> ?
>>
>>Thanks,
>>Richard
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Third party JAR version naming conventions

Posted by Carlos Sanchez <ca...@apache.org>.
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

I'm preparing a naming conventions doc that will be available at
http://maven.apache.org/guides/mini/guide-naming-conventions.html

On 11/1/05, Richard Allen <ri...@gtri.gatech.edu> wrote:
> I'm new to Maven and I'm trying to convert an existing build process
> that uses Ant to Maven 2.
>
> I've started creating a POM where I have to add third party SUN JARs as
> dependencies, one of them being JAI.
>
> JAI version 1.1.2_01 includes three JARs. Is there a way to install JAI
> into my repository such that I only have to reference JAI as a
> dependency instead of referencing each JAR as a separate dependency? And
> what is the version naming convention that I should use within the POM
> <version> tag for JAI? Should it read <version>1.1.2_01</version> ?
>
> Thanks,
> Richard
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org