Does maven-deploy-plugin also use Wagon internally, but file:/ can be used?



Dennis Lundberg-2 wrote:
> 
> I'm not sure that the file: protocol is supported. The plugin uses Maven 
> Wagon internally, and it makes scp calls to the target wagon.
> 
> nadias wrote:
>> I used:
>> mvn stage:copy -Dversion=1.0-SNAPSHOT
>> -Dsource="file:/path/to/local/repo/plugin"
>> -Dtarget="file:/path/to/remote/repo/plugin2"
>> 
>> 
>> 
>> Dennis Lundberg-2 wrote:
>>> What command line parameters did you use? We need more context to be 
>>> able to help you...
>>>
>>> nadias wrote:
>>>> I'm getting the following error when trying to use the
>>>> maven-stage-plugin
>>>> (mvn stage:copy) and not sure what to make of it.  Any help would be
>>>> appreciated:
>>>>
>>>> .
>>>> .
>>>> .
>>>> [INFO] Unpacking zip file on the target machine.
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] FATAL ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] org.apache.maven.wagon.providers.file.FileWagon
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Trace
>>>> java.lang.ClassCastException:
>>>> org.apache.maven.wagon.providers.file.FileWagon
>>>>         at
>>>> org.apache.maven.plugins.stage.DefaultRepositoryCopier.copy(DefaultRepositoryCopier.java:252)
>>>>         at
>>>> org.apache.maven.plugins.stage.CopyRepositoryMojo.execute(CopyRepositoryMojo.java:93)
>>>>         at
>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
>>>>         at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>>>>         at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
>>>>         at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
>>>>         at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
>>>>         at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:224)
>>>>         at
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>>>>         at
>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
>>>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
>>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>         at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>         at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>>>         at
>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>>         at
>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 6 seconds
>>>> [INFO] Finished at: Mon Feb 04 12:34:29 PST 2008
>>>> [INFO] Final Memory: 2M/6M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>
>>> -- 
>>> Dennis Lundberg
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>> 
> 
> 
> -- 
> Dennis Lundberg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-Using-Maven-Stage-Plugin-tp15278854s177p15281344.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to