I am trying to use deploy:deploy-file to deploy a 3rd party jar to our
company repository. I have included the wagon extension in a POM like so
(though I don't understand why FTP doesn't "just work"):
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
</build>
Now, when I try to build (specifying the pomfile property), I get the
following:
<<<<<
[INFO] Error deploying artifact: Unsupported Protocol: 'ftp': Cannot find
wagon which supports the requested protocol: ftp
Component descriptor cannot be found in the component repository:
org.apache.maven.wagon.Wagonftp.
>>>>>
wagon-ftp is already in my local repository. Anyone have an idea what the
problem could be?
--
Daniel Siegmann
FJA-US, Inc.
512 Seventh Ave., New York, NY 10018
(212) 840-2618 ext. 139
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]