No plugin found for prefix 'smartgwt'
I have been successfully using this plugin for probably over a month. Not when I try to use it I get the error No plugin found for prefix 'smartgwt'.
Here is the output from Maven:
Is there any reason why this would have stopped working recently?
Of course its possible that I could have changed something on my end but so far I haven't been able to find any changes that would cause this.
I'm running
I've tried running this both from the command line and from Eclipse and I get the same results.
Additional note: another engineer on my team is experiencing the same problem and he didn't change anything because he was on a trip for the past several days.
I have been successfully using this plugin for probably over a month. Not when I try to use it I get the error No plugin found for prefix 'smartgwt'.
Here is the output from Maven:
Code:
INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml Downloading: http://repo.maven.apache.org/maven2/com/googlecode/smartgwt-maven-plugin/maven-metadata.xml Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (11 KB at 39.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (22 KB at 76.1 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.966s [INFO] Finished at: Fri May 03 18:29:39 PDT 2013 [INFO] Final Memory: 10M/378M [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'smartgwt' in the current project and in the plugin groups [com.googlecode.smartgwt-maven-plugin, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\Bruce\.m2\repository), central (http://repo.maven.apache.org/maven2)] -> [Help 1]
Of course its possible that I could have changed something on my end but so far I haven't been able to find any changes that would cause this.
I'm running
Code:
mvn smartgwt:install –Pisc
Additional note: another engineer on my team is experiencing the same problem and he didn't change anything because he was on a trip for the past several days.
Comment