You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by dream2732 <dr...@gmail.com> on 2005/05/01 07:11:45 UTC

Goal "deploy" does not exist in this project.

Hi,
       I am trying to deploy my first portlet to pluto--I used ant to
war all necessary files and named it "first.war" -  succeeded; then at
the command line i typed in " maven deploy
-Ddeploy=<WAR-DIR>/first.war " (without quotes), right after it showed
me the maven logo (the stuff you see as you typed in command "maven
-v", once again, without the quotes), the error message "Goal deploy
does not exist in this project " showed up to indicate that was the
reason BUILD FAILED. Can anyone please tell me whether or not it is
the problem with my war file ( though it seems OK to me because ANT
didn't complain), or there is something else that makes maven fail to
deploy my porlet ?

       Thanks in advance.

-Darren

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


Re: Goal "deploy" does not exist in this project.

Posted by Brett Porter <br...@gmail.com>.
I had a brief look at the site, and it is quite confusing.

It is definitely something defined in their build files - but I am not
sure where you are meant to run it from. You would get more help from
their list.

If you are using Ant otherwise, I'd suggest that you could try the
same ant scripts that they say they have in their source distribution
for doing this.

What they really should do is to provide a pluto plugin for Maven that
will do the deploy of a WAR file...

Cheers,
Brett

On 5/1/05, dream2732 <dr...@gmail.com> wrote:
> Brett,
> 
>          The "maven deploy" command can be found at -
> http://portals.apache.org/pluto/install.html, scroll to the section
> "Installing Portlets". I followed the exact instructions to install
> pluto source distribution and get the pluto driver to work.
> 
>         Your guess could be right, but how can I tell it is indeed
> something established in pluto build file ?
> 
>         Thanks.
> 
> 
> On 5/1/05, Brett Porter <br...@gmail.com> wrote:
> > could you explain where you got the instructions to run "maven deploy"
> > from? There is no such goal in Maven.
> >
> > I'm guessing this is something established in the pluto build files -
> > in which case you may have much more luck asking there.
> >
> > Cheers,
> > Brett
> >
> > On 5/1/05, dream2732 <dr...@gmail.com> wrote:
> > > Hi,
> > >        I am trying to deploy my first portlet to pluto--I used ant to
> > > war all necessary files and named it "first.war" -  succeeded; then at
> > > the command line i typed in " maven deploy
> > > -Ddeploy=<WAR-DIR>/first.war " (without quotes), right after it showed
> > > me the maven logo (the stuff you see as you typed in command "maven
> > > -v", once again, without the quotes), the error message "Goal deploy
> > > does not exist in this project " showed up to indicate that was the
> > > reason BUILD FAILED. Can anyone please tell me whether or not it is
> > > the problem with my war file ( though it seems OK to me because ANT
> > > didn't complain), or there is something else that makes maven fail to
> > > deploy my porlet ?
> > >
> > >        Thanks in advance.
> > >
> > > -Darren
> > >
> > > ---------------------------------------------------------------------
> > > 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
> 
>

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


Re: Goal "deploy" does not exist in this project.

Posted by dream2732 <dr...@gmail.com>.
Brett,

         The "maven deploy" command can be found at -
http://portals.apache.org/pluto/install.html, scroll to the section
"Installing Portlets". I followed the exact instructions to install
pluto source distribution and get the pluto driver to work.

        Your guess could be right, but how can I tell it is indeed
something established in pluto build file ?
 
        Thanks.


On 5/1/05, Brett Porter <br...@gmail.com> wrote:
> could you explain where you got the instructions to run "maven deploy"
> from? There is no such goal in Maven.
> 
> I'm guessing this is something established in the pluto build files -
> in which case you may have much more luck asking there.
> 
> Cheers,
> Brett
> 
> On 5/1/05, dream2732 <dr...@gmail.com> wrote:
> > Hi,
> >        I am trying to deploy my first portlet to pluto--I used ant to
> > war all necessary files and named it "first.war" -  succeeded; then at
> > the command line i typed in " maven deploy
> > -Ddeploy=<WAR-DIR>/first.war " (without quotes), right after it showed
> > me the maven logo (the stuff you see as you typed in command "maven
> > -v", once again, without the quotes), the error message "Goal deploy
> > does not exist in this project " showed up to indicate that was the
> > reason BUILD FAILED. Can anyone please tell me whether or not it is
> > the problem with my war file ( though it seems OK to me because ANT
> > didn't complain), or there is something else that makes maven fail to
> > deploy my porlet ?
> >
> >        Thanks in advance.
> >
> > -Darren
> >
> > ---------------------------------------------------------------------
> > 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: Goal "deploy" does not exist in this project.

Posted by Brett Porter <br...@gmail.com>.
could you explain where you got the instructions to run "maven deploy"
from? There is no such goal in Maven.

I'm guessing this is something established in the pluto build files -
in which case you may have much more luck asking there.

Cheers,
Brett

On 5/1/05, dream2732 <dr...@gmail.com> wrote:
> Hi,
>        I am trying to deploy my first portlet to pluto--I used ant to
> war all necessary files and named it "first.war" -  succeeded; then at
> the command line i typed in " maven deploy
> -Ddeploy=<WAR-DIR>/first.war " (without quotes), right after it showed
> me the maven logo (the stuff you see as you typed in command "maven
> -v", once again, without the quotes), the error message "Goal deploy
> does not exist in this project " showed up to indicate that was the
> reason BUILD FAILED. Can anyone please tell me whether or not it is
> the problem with my war file ( though it seems OK to me because ANT
> didn't complain), or there is something else that makes maven fail to
> deploy my porlet ?
> 
>        Thanks in advance.
> 
> -Darren
> 
> ---------------------------------------------------------------------
> 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