You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gr...@Countrywide.Com on 2006/11/02 22:38:32 UTC

Plugin to do http POST?

We've got a custom web form used internally to deploy web applications to 
our qa server. I'd like to automate the resulting http POST within Maven. 
Is anyone aware of any plugins that can do this? I've checked the main 
maven site and codehaus without any obvious choices.
Greg Vaughn
greg_vaughn@countrywide.com
======================================================================
Confidentiality Notice: The information contained in and transmitted with this communication is strictly confidential, is intended only for the use of the intended recipient, and is the property of Countrywide Financial Corporation or its affiliates and subsidiaries.  If you are not the intended recipient, you are hereby notified that any use of the information contained in or transmitted with the communication or dissemination, distribution, or copying of this communication is strictly prohibited by law.  If you have received this communication in error, please immediately return this communication to the sender and delete the original message and any copy of it in your possession.
======================================================================

Re: Plugin to do http POST?

Posted by Gr...@Countrywide.Com.
I had considered writing my own plugin (I've used commons-httpclient 
before), but in the name of expediency I'm going to go with Wayne's 
suggestion for now (I had googled for ant tasks and found that same 
library when your email arrived :-)

-Greg

"Srepfler Srgjan" <sr...@lnksystem.com> wrote on 11/02/2006 
05:11:28 PM:

> Wayne Fay wrote:
> > I don't personally know of any M2 plugins which could do this.
> >
> > It seems like you should be able to use the HTTP Post Ant task from
> > Antelope [1] to do it along with Maven Antrunner plugin.
> >
> > [1] http://antelope.tigris.org/nonav/docs/manual/bk03ch17.html
> >
> > Wayne
> >
> > On 11/2/06, Greg_Vaughn@countrywide.com <Gr...@countrywide.com> 
> > wrote:
> >> We've got a custom web form used internally to deploy web 
> >> applications to
> >> our qa server. I'd like to automate the resulting http POST within 
> >> Maven.
> >> Is anyone aware of any plugins that can do this? I've checked the 
main
> >> maven site and codehaus without any obvious choices.
> >> Greg Vaughn
> >> greg_vaughn@countrywide.com
> >
> Perhaps you could write a small plugin that's based on the 
> commons-httpclient library.
> Read this blog entry 
> *http://weblogs.java.net/blog/joshy/archive/2006/11/a_quick_intro_t.html
> Srgjan

======================================================================
Confidentiality Notice: The information contained in and transmitted with this communication is strictly confidential, is intended only for the use of the intended recipient, and is the property of Countrywide Financial Corporation or its affiliates and subsidiaries.  If you are not the intended recipient, you are hereby notified that any use of the information contained in or transmitted with the communication or dissemination, distribution, or copying of this communication is strictly prohibited by law.  If you have received this communication in error, please immediately return this communication to the sender and delete the original message and any copy of it in your possession.
======================================================================

Re: Plugin to do http POST?

Posted by Srepfler Srgjan <sr...@lnksystem.com>.
Wayne Fay wrote:
> I don't personally know of any M2 plugins which could do this.
>
> It seems like you should be able to use the HTTP Post Ant task from
> Antelope [1] to do it along with Maven Antrunner plugin.
>
> [1] http://antelope.tigris.org/nonav/docs/manual/bk03ch17.html
>
> Wayne
>
> On 11/2/06, Greg_Vaughn@countrywide.com <Gr...@countrywide.com> 
> wrote:
>> We've got a custom web form used internally to deploy web 
>> applications to
>> our qa server. I'd like to automate the resulting http POST within 
>> Maven.
>> Is anyone aware of any plugins that can do this? I've checked the main
>> maven site and codehaus without any obvious choices.
>> Greg Vaughn
>> greg_vaughn@countrywide.com
>> ======================================================================
>> Confidentiality Notice: The information contained in and transmitted 
>> with
>> this communication is strictly confidential, is intended only for the 
>> use of
>> the intended recipient, and is the property of Countrywide Financial
>> Corporation or its affiliates and subsidiaries.  If you are not the 
>> intended
>> recipient, you are hereby notified that any use of the information 
>> contained
>> in or transmitted with the communication or dissemination, 
>> distribution, or
>> copying of this communication is strictly prohibited by law.  If you 
>> have
>> received this communication in error, please immediately return this
>> communication to the sender and delete the original message and any 
>> copy of
>> it in your possession.
>> ======================================================================
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
Perhaps you could write a small plugin that's based on the 
commons-httpclient library.
Read this blog entry 
*http://weblogs.java.net/blog/joshy/archive/2006/11/a_quick_intro_t.html
Srgjan
*

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


Re: Plugin to do http POST?

Posted by Wayne Fay <wa...@gmail.com>.
I don't personally know of any M2 plugins which could do this.

It seems like you should be able to use the HTTP Post Ant task from
Antelope [1] to do it along with Maven Antrunner plugin.

[1] http://antelope.tigris.org/nonav/docs/manual/bk03ch17.html

Wayne

On 11/2/06, Greg_Vaughn@countrywide.com <Gr...@countrywide.com> wrote:
> We've got a custom web form used internally to deploy web applications to
> our qa server. I'd like to automate the resulting http POST within Maven.
> Is anyone aware of any plugins that can do this? I've checked the main
> maven site and codehaus without any obvious choices.
> Greg Vaughn
> greg_vaughn@countrywide.com
> ======================================================================
> Confidentiality Notice: The information contained in and transmitted with
> this communication is strictly confidential, is intended only for the use of
> the intended recipient, and is the property of Countrywide Financial
> Corporation or its affiliates and subsidiaries.  If you are not the intended
> recipient, you are hereby notified that any use of the information contained
> in or transmitted with the communication or dissemination, distribution, or
> copying of this communication is strictly prohibited by law.  If you have
> received this communication in error, please immediately return this
> communication to the sender and delete the original message and any copy of
> it in your possession.
> ======================================================================
>
>

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