Re: Missing artifact org.apache.maven.plugins:maven-jetty-plugin

2008-04-15 Thread Trenton D. Adams
Just for others that may be confused.  Brian showed me how to do this on
IRC...

In my settings.xml, I put
  
org.mortbay.jetty
  


On Tue, Apr 8, 2008 at 4:52 PM, Brier, Frederick (IHG Temp) <
[EMAIL PROTECTED]> wrote:

> Thank you.  I made a silly mistake.
>
> -Original Message-
> From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 08, 2008 5:57 PM
> To: Maven Users List
> Subject: Re: Missing artifact
> org.apache.maven.plugins:maven-jetty-plugin
>
> This is not an official plugin, so it has a different groupId than the
> normal official plugins. Therefor you have to specify the groupId to be
> able to use it:
>   org.mortbay.jetty:maven-jetty-plugin
>
> Brier, Frederick (IHG Temp) wrote:
> > I was attempting to use AppFuse.  Created a project from an archetype
> > and then tried "mvn jetty:run-war".  I got a BUILD ERROR - "The plugin
> > 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no
> valid
> > version could be found".  So I checked.  Sure enough, the plugin is
> > missing from the repository.  How do we request that it be fixed?  I
> > double checked this with two different archetypes on two different
> > machines to make sure it was not a problem with AppFuse.  I actually
> > built a project with this archetype this weekend.  Thank you for any
> > help.
> >
> >
> >
> > Fred
> >
> >
>
>
> --
> Dennis Lundberg
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


RE: Missing artifact org.apache.maven.plugins:maven-jetty-plugin

2008-04-08 Thread Brier, Frederick (IHG Temp)
Thank you.  I made a silly mistake.

-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 08, 2008 5:57 PM
To: Maven Users List
Subject: Re: Missing artifact
org.apache.maven.plugins:maven-jetty-plugin

This is not an official plugin, so it has a different groupId than the 
normal official plugins. Therefor you have to specify the groupId to be 
able to use it:
   org.mortbay.jetty:maven-jetty-plugin

Brier, Frederick (IHG Temp) wrote:
> I was attempting to use AppFuse.  Created a project from an archetype
> and then tried "mvn jetty:run-war".  I got a BUILD ERROR - "The plugin
> 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no
valid
> version could be found".  So I checked.  Sure enough, the plugin is
> missing from the repository.  How do we request that it be fixed?  I
> double checked this with two different archetypes on two different
> machines to make sure it was not a problem with AppFuse.  I actually
> built a project with this archetype this weekend.  Thank you for any
> help.
> 
>  
> 
> Fred
> 
> 


-- 
Dennis Lundberg

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


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



Re: Missing artifact org.apache.maven.plugins:maven-jetty-plugin

2008-04-08 Thread Dennis Lundberg
This is not an official plugin, so it has a different groupId than the 
normal official plugins. Therefor you have to specify the groupId to be 
able to use it:

  org.mortbay.jetty:maven-jetty-plugin

Brier, Frederick (IHG Temp) wrote:

I was attempting to use AppFuse.  Created a project from an archetype
and then tried "mvn jetty:run-war".  I got a BUILD ERROR - "The plugin
'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid
version could be found".  So I checked.  Sure enough, the plugin is
missing from the repository.  How do we request that it be fixed?  I
double checked this with two different archetypes on two different
machines to make sure it was not a problem with AppFuse.  I actually
built a project with this archetype this weekend.  Thank you for any
help.

 


Fred





--
Dennis Lundberg

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



Re: Missing artifact org.apache.maven.plugins:maven-jetty-plugin

2008-04-08 Thread Michael

Brier, Frederick (IHG Temp) wrote:

I was attempting to use AppFuse.  Created a project from an archetype
and then tried "mvn jetty:run-war".  I got a BUILD ERROR - "The plugin
'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid
version could be found".  So I checked.  Sure enough, the plugin is
missing from the repository.  How do we request that it be fixed?  I
double checked this with two different archetypes on two different
machines to make sure it was not a problem with AppFuse.  I actually
built a project with this archetype this weekend.  Thank you for any
help.


you have declare the jetty plugin in your / tag!


--
 OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org

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



Missing artifact org.apache.maven.plugins:maven-jetty-plugin

2008-04-08 Thread Brier, Frederick (IHG Temp)
I was attempting to use AppFuse.  Created a project from an archetype
and then tried "mvn jetty:run-war".  I got a BUILD ERROR - "The plugin
'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid
version could be found".  So I checked.  Sure enough, the plugin is
missing from the repository.  How do we request that it be fixed?  I
double checked this with two different archetypes on two different
machines to make sure it was not a problem with AppFuse.  I actually
built a project with this archetype this weekend.  Thank you for any
help.

 

Fred