Try mvn -cpu to force an update of your plugins. If that doesn't work, try mvn -X to enable debug mode and see if there's more information provided as to why it won't find and use the plugin.
Finally, if that doesn't work, I'd dig into the M2 cache/repo on your local machine and delete the plugins/maven-resources-plugin folder and then try mvn -cpu again to update the plugins. Before deleting, take note of what versions are available in the folder and the timestamps on the files. (It might be that a recent release of the resources plugin has introduced a bug/regression.) If it still doesn't work, then I'd file a bug in JIRA with complete information on what you've done and perhaps specify an older plugin version in your pom with [1.1.1] style versioning to lock Maven to that version. At that point, your builds should proceed normally as they are using the older plugin version. Wayne On 1/9/07, JavierL <[EMAIL PROTECTED]> wrote:
Wayne Fay wrote: > > JTA cannot be provided via Maven due to its licensing. You will have > to download it from Sun and install it manually via mvn > install:install-file. > > It might be available from JBoss, Glassfish, Harmony, or Geronimo > under different licensing but you'll need to research this yourself. > > Wayne > > On 1/9/07, JavierL <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> Since today I'm receiving an error message like this: >> >> --------- >> 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no >> valid >> version could be found >> ------ >> >> when I try to do a mvn compile. >> >> Could please somebody tell me why this problem and how could I solve it ? >> >> I've searched over the net withou success... >> >> >> Also, I've a project that requires jta.1.0.1b.jar. I've been looking in >> repos and found just pom files, no jars... I wonder if somebody knows >> where >> could I found this jar... >> > > Thanks for your reply. I'll search more to get it. Nevertheless, I couldn't use maven because the error I described in my mail... Any idea ? Thanks in advance J -- View this message in context: http://www.nabble.com/plugin-not-found-error-and-jta-tf2947414s177.html#a8243186 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]