Re: buid error

2006-07-24 Thread dcabasson


rfrancisco wrote:
> 
> Hi peeps I ried executing this comman mvn jetty:run and it gives me this 
> error
> 

Other alternative, the jetty6-maven-plugin:
http://maven.apache.org/plugins/maven-war-plugin/examples/rapid-testing-jetty6-plugin.html

Denis.
-- 
View this message in context: 
http://www.nabble.com/buid-error-tf1989923.html#a5463187
Sent from the Maven - Users forum at Nabble.com.


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



Re: buid error

2006-07-24 Thread dcabasson


rfrancisco wrote:
> 
> Hi peeps I ried executing this comman mvn jetty:run and it gives me this 
> error
> 

The correct goal seems to be jetty:run-war

As for the plugin itself, it's not yet published in ibiblio.

Have a look here:
http://mojo.codehaus.org/using-sandbox-plugins.html
To know how to use the plugins.

Denis.
-- 
View this message in context: 
http://www.nabble.com/buid-error-tf1989923.html#a5463134
Sent from the Maven - Users forum at Nabble.com.


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



buid error

2006-07-23 Thread rfrancisco
Hi peeps I ried executing this comman mvn jetty:run and it gives me this 
error


[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] 


[ERROR] BUILD ERROR
[INFO] 

[INFO] The plugin 'org.codehaus.mojo:jetty-maven-plugin' does not exist 
or no va

lid version could be found
[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: < 1 second
[INFO] Finished at: Mon Jul 24 09:46:27 PDT 2006
[INFO] Final Memory: 1M/2M
[INFO] 



Sowee kinda new in maven



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