i created, manually, this tree inside the docroot of my internal repository.

commons-collections
`-- commons-collections
`-- 2.1
|-- commons-collections-2.1.jar
|-- commons-collections-2.1.jar.md5
`-- commons-collections-2.1.pom

in such a way if i use a browser to get the url
http://192.168.25.217:8089/pub/maven/commons-collections/commons-collections/2.1/commons-collections-2.1.pomall
work.

my project has a dependency to, guess what, commons-collections-2.1. but
when mvn compile this id the output:

Downloading:
http://192.168.25.217:8089/pub/maven/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
186b downloaded
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
commons-collections/commons-collections/2.1/commons-collections-2.1.pom -
IGNORING
[WARNING] POM for: 'commons-collections:commons-collections:pom:2.1' does
not appear to be valid. Its will be ignored for artifact resolution.

why? i know it's a warning but i don't like.

tnx,
Luca


On 10/27/05, luca rasconi <[EMAIL PROTECTED]> wrote:
>
> im using m2 (subject modified :-) ).
> well,
> i've myjarfile-1.0.jar and i've a http://myhost/myreposytory i would use
> as my internal repository. i understand that every artifact should have a
> proper structure of directory and file, something like this:
> myjarfile/myjarfile/1.0/ with the file myjarfile.pom and the
> myjarfile-1.0.jar.
>
> So im asking if there's a way, starting from a jar file, to produce such a
> proper structure of directory anf file.
>
> tnx,
> Luca
>
>
>
> On 10/27/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> >
> > It depends.
> > With m2 there's the maven repository plugin.
> > With m1 you can create a bundle and use the repository:upload-bundle
> > goal or you can do it manually (ftp, ...)
> >
> > Arnaud
> >
> >
> > > -----Message d'origine-----
> > > De : Luca Gmail [mailto:[EMAIL PROTECTED]
> > > Envoyé : mercredi 26 octobre 2005 10:09
> > > À : [email protected]
> > > Objet : create an entry into internal repository
> > >
> > > Hi all,
> > >
> > > I've some jar file and should upload to internal repository.
> > >
> > > Should I create the"bundle" manually?
> > >
> > >
> > >
> > > Tnx,
> > >
> > > Luca
> > >
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to