Actually I just figured I needed to run this:
mvn deploy:deploy-file -DgroupId=<group-id> \
        -DartifactId=<artifact-id> \
        -Dversion=<version> \
        -Dpackaging=<type-of-packaging> \
        -Dfile=<path-to-file> \
        -DrepositoryId=<id-to-map-on-server-section-of-settings.xml> \
        -Durl=<url-of-the-repositor-to-deploy>

Thanks,
Pierre

On 3/22/06, Mang Jun Lau <[EMAIL PROTECTED]> wrote:
> What kind of errors do you get?
>
> Have you read this page yet?
> http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html
>
>
> _Mang Lau
>
>
>
>
>
> "Pierre Monestie" <[EMAIL PROTECTED]>
> 03/22/2006 04:55 PM
> Please respond to
> "Maven Users List" <[email protected]>
>
>
> To
> [email protected]
> cc
>
> Subject
> running a internal repositories
>
>
>
>
>
>
> Hi,
> I'm a bit confused as far as setting up an internal repository:
> So far I just copied what was in my local cache onto it and that
> worked. However what is the correct methods to install new jars onto
> it. More precisely I want to install libraries that are not in the
> maven central and for which I just have a jar. Maven will always
> complain if I don't have a pom associated with it. I tried maven
> install:install-file without success.
> Thanks,
> Pierre
>
> ---------------------------------------------------------------------
> 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