|
From: Mohammed S. <moh...@gm...> - 2007-04-24 11:07:38
|
It worked. How silly... Thanks!!! I get this warning... [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '00575efb8d333ddda6feb26066fc38b85312aff7'; remote = 'da39a3ee5e6b4b0d3255bfef956 01890afd80709' - RETRYING [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '00575efb8d333ddda6feb26066fc38b85312aff7'; remote = 'da39a3ee5e6b4b0d3255bfef956 01890afd80709' - IGNORING [INFO] Uploading repository metadata for: 'artifact com.zafinlabs.projects:zafin-project' Is this an issue? Thanks again, Regards Saleem On 4/24/07, Thorsten Heit <th...@gm...> wrote: > > Hi Saleem, > > > I tried it the way you have given it, but I get the following error. > > > > Error deploying artifact: Authentication failed: Cannot connect. > Reason: > > invalid server's version string > > > > I have attached my relevant portions of the settings.xml and the pom.xml > . > > > > pom.xml > > <distributionManagement> > > <repository> > > <id>libs-releases</id> > > <name>Releases</name> > > <url> > scp://localhost:2906/artifactory/libs-releases@repo</url> > > </repository> > > <snapshotRepository> > > <id>libs-snapshots</id> > > <name>Snapshots</name> > > <url> > scp://localhost:2906/artifactory/libs-snapshots@repo</url> > > </snapshotRepository> > > </distributionManagement> > > The URLs are wrong: You're accessing your repository via SSH instead of > HTTP. Replace "scp" by "http", and it should work (hopefully ;-)) > > > HTH > > Thorsten > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Artifactory-users mailing list > Art...@li... > https://lists.sourceforge.net/lists/listinfo/artifactory-users > -- Regards, Mohammed Saleem "Jack of all trades. Master of some." |