You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nadias <na...@cisco.com> on 2008/02/02 01:21:03 UTC

Deploying Plugin to Other sites

Hello,

How can a plugin that was compiled and built at one site be deployed to
other sites?

Thanks.
-- 
View this message in context: http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p15237040.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploying Plugin to Other sites

Posted by nadias <na...@cisco.com>.
I've checked out and built the maven-stage-plugin but now received the
following error 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]
------------------------------------------------------------------------



Brian E Fox wrote:
> 
> You'll have to check it out from the sandbox and build it. It does work
> pretty well though, we use it for the maven releases.
> 
> -----Original Message-----
> From: nadias [mailto:nadias@cisco.com] 
> Sent: Friday, February 01, 2008 9:12 PM
> To: users@maven.apache.org
> Subject: RE: Deploying Plugin to Other sites
> 
> 
> How can I get this plugin?  It says it hasnt' been release yet.
> 
> THanks.
> 
> 
> Brian E Fox wrote:
>> 
>> If you aren't actually changing the g:a:v info, then you could use the
>> stage plugin to move it.
>> 
>> -----Original Message-----
>> From: nadias [mailto:nadias@cisco.com] 
>> Sent: Friday, February 01, 2008 7:38 PM
>> To: users@maven.apache.org
>> Subject: RE: Deploying Plugin to Other sites
>> 
>> 
>> 
>> What about deploying to a central repository instead of having to
>> recompile
>> from source from a remote site?
>> 
>> 
>> Brian E Fox wrote:
>>> 
>>> Change the distributionManagment urls and redeploy
>>> 
>>> 
>>> -----Original Message-----
>>> From: nadias [mailto:nadias@] 
>>> Sent: Friday, February 01, 2008 7:21 PM
>>> To: users@maven.apache.org
>>> Subject: Deploying Plugin to Other sites
>>> 
>>> 
>>> Hello,
>>> 
>>> How can a plugin that was compiled and built at one site be deployed
>> to
>>> other sites?
>>> 
>>> Thanks.
>>> -- 
>>> View this message in context:
>>>
>>
> http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
>>> 37040.html
>>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
>> 37978.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
> 38830.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p15277809.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploying Plugin to Other sites

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
You'll have to check it out from the sandbox and build it. It does work
pretty well though, we use it for the maven releases.

-----Original Message-----
From: nadias [mailto:nadias@cisco.com] 
Sent: Friday, February 01, 2008 9:12 PM
To: users@maven.apache.org
Subject: RE: Deploying Plugin to Other sites


How can I get this plugin?  It says it hasnt' been release yet.

THanks.


Brian E Fox wrote:
> 
> If you aren't actually changing the g:a:v info, then you could use the
> stage plugin to move it.
> 
> -----Original Message-----
> From: nadias [mailto:nadias@cisco.com] 
> Sent: Friday, February 01, 2008 7:38 PM
> To: users@maven.apache.org
> Subject: RE: Deploying Plugin to Other sites
> 
> 
> 
> What about deploying to a central repository instead of having to
> recompile
> from source from a remote site?
> 
> 
> Brian E Fox wrote:
>> 
>> Change the distributionManagment urls and redeploy
>> 
>> 
>> -----Original Message-----
>> From: nadias [mailto:nadias@] 
>> Sent: Friday, February 01, 2008 7:21 PM
>> To: users@maven.apache.org
>> Subject: Deploying Plugin to Other sites
>> 
>> 
>> Hello,
>> 
>> How can a plugin that was compiled and built at one site be deployed
> to
>> other sites?
>> 
>> Thanks.
>> -- 
>> View this message in context:
>>
>
http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
>> 37040.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context:
>
http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
> 37978.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
38830.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploying Plugin to Other sites

Posted by nadias <na...@cisco.com>.
How can I get this plugin?  It says it hasnt' been release yet.

THanks.


Brian E Fox wrote:
> 
> If you aren't actually changing the g:a:v info, then you could use the
> stage plugin to move it.
> 
> -----Original Message-----
> From: nadias [mailto:nadias@cisco.com] 
> Sent: Friday, February 01, 2008 7:38 PM
> To: users@maven.apache.org
> Subject: RE: Deploying Plugin to Other sites
> 
> 
> 
> What about deploying to a central repository instead of having to
> recompile
> from source from a remote site?
> 
> 
> Brian E Fox wrote:
>> 
>> Change the distributionManagment urls and redeploy
>> 
>> 
>> -----Original Message-----
>> From: nadias [mailto:nadias@] 
>> Sent: Friday, February 01, 2008 7:21 PM
>> To: users@maven.apache.org
>> Subject: Deploying Plugin to Other sites
>> 
>> 
>> Hello,
>> 
>> How can a plugin that was compiled and built at one site be deployed
> to
>> other sites?
>> 
>> Thanks.
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
>> 37040.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
> 37978.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p15238830.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploying Plugin to Other sites

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
If you aren't actually changing the g:a:v info, then you could use the
stage plugin to move it.

-----Original Message-----
From: nadias [mailto:nadias@cisco.com] 
Sent: Friday, February 01, 2008 7:38 PM
To: users@maven.apache.org
Subject: RE: Deploying Plugin to Other sites



What about deploying to a central repository instead of having to
recompile
from source from a remote site?


Brian E Fox wrote:
> 
> Change the distributionManagment urls and redeploy
> 
> 
> -----Original Message-----
> From: nadias [mailto:nadias@] 
> Sent: Friday, February 01, 2008 7:21 PM
> To: users@maven.apache.org
> Subject: Deploying Plugin to Other sites
> 
> 
> Hello,
> 
> How can a plugin that was compiled and built at one site be deployed
to
> other sites?
> 
> Thanks.
> -- 
> View this message in context:
>
http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
> 37040.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
37978.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploying Plugin to Other sites

Posted by nadias <na...@cisco.com>.

What about deploying to a central repository instead of having to recompile
from source from a remote site?


Brian E Fox wrote:
> 
> Change the distributionManagment urls and redeploy
> 
> 
> -----Original Message-----
> From: nadias [mailto:nadias@] 
> Sent: Friday, February 01, 2008 7:21 PM
> To: users@maven.apache.org
> Subject: Deploying Plugin to Other sites
> 
> 
> Hello,
> 
> How can a plugin that was compiled and built at one site be deployed to
> other sites?
> 
> Thanks.
> -- 
> View this message in context:
> http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
> 37040.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p15237978.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Deploying Plugin to Other sites

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Change the distributionManagment urls and redeploy


-----Original Message-----
From: nadias [mailto:nadias@cisco.com] 
Sent: Friday, February 01, 2008 7:21 PM
To: users@maven.apache.org
Subject: Deploying Plugin to Other sites


Hello,

How can a plugin that was compiled and built at one site be deployed to
other sites?

Thanks.
-- 
View this message in context:
http://www.nabble.com/Deploying-Plugin-to-Other-sites-tp15237040s177p152
37040.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org