I'm having problems in using jetty, I've declared it in the pom:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty6-plugin</artifactId>
<version>1.0</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<contextPath>/jspArt</contextPath>
</configuration>
</plugin>
and have added the montbay repo to settings.xml
however the plugin that it searches is
org.apache.maven.plugins:maven-jetty6-plugin, what might be the problem?
I use maven 2.0.1
Thanks
C:\Documents and Settings\Username\maven-projects\jspart\jspArtWeb>mvn
-U jetty6:run
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty6'.
[INFO] org.apache.maven.plugins: checking for updates from cargo m2
release repository
[INFO] org.apache.maven.plugins: checking for updates from mortbay-repo
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from cargo m2 release
repository
[INFO] org.codehaus.mojo: checking for updates from mortbay-repo
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-jetty6-plugin: checking
for updates from cargo m2 release repository
[INFO] artifact org.apache.maven.plugins:maven-jetty6-plugin: checking
for updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-jetty6-plugin: checking
for updates from central
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jetty6-plugin' does
not exist or no valid version could be found
[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Tue Jan 10 16:51:15 CET 2006
[INFO] Final Memory: 1M/2M
[INFO]
----------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]