I'd suggest not putting them in your local repo by hand, but use:
m2 install:install-file
-Dfile=<path-to-file>
-DgroupId=<group-id>
-DartifactId=<artifact-id>
-Dversion=<version>
-Dpackaging=<packaging>
(all in one line of course)
Where: <path-to-file> the path to the file to load
<group-id> the group that the file should be registered under
<artifact-id> the artifact name for the file
<version> the version of the file
<packaging> the packaging of the file e.g. jar
See http://maven.apache.org/maven2/general.html#importing-jars for info.
On 10/18/05, Lukas Theussl <[EMAIL PROTECTED]> wrote:
> You have to download these jars yourself (due to license issues) and put
> them in your local repo by hand:
>
> http://maven.apache.org/reference/standard-sun-jar-names.html
>
> -Lukas
>
>
> Xavier Toth wrote:
> > I'm sorry if this has already been addressed but my dependencies for things
> > like activation and mail fail to download the jars because they aren't in
> > the repositiory. Where are others getting these type of jars?
> >
>
> ---------------------------------------------------------------------
> 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]