Eclipse JRebel Maven插件+;日食+;中间件

Eclipse JRebel Maven插件+;日食+;中间件,eclipse,maven,weblogic12c,jrebel,Eclipse,Maven,Weblogic12c,Jrebel,我正在安装JRebelMaven插件+Eclipse+Weblogic,并将此代码段添加到我的父pom.xml中 <plugin> <groupId>org.zeroturnaround</groupId> <artifactId>jrebel-maven-plugin</artifactId> <version>1.1.6</version> <executions> <

我正在安装JRebelMaven插件+Eclipse+Weblogic,并将此代码段添加到我的父pom.xml中

<plugin>
  <groupId>org.zeroturnaround</groupId>
  <artifactId>jrebel-maven-plugin</artifactId>
  <version>1.1.6</version>
  <executions>
    <execution>
      <id>generate-rebel-xml</id>
      <phase>process-resources</phase>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
</plugin>

看起来像是损坏的本地存储库,从stacktrace中可以看出,Maven Central已被尝试,前缀为。是否可以删除文件夹
~/.m2/repository/org/ZeroTurnound
,然后再次运行?结果相同:-(请查看下载的POM和元数据,看看它是否正确。您能否在
构建
存储库
等方面共享完整的POM.xml。仅供参考,除central之外的所有其他存储库都没有该插件。您能否确认您正在使用Maven 3.0+?
[ERROR] No plugin found for prefix 'jrebel' in the current project and in the plugin groups [com.oracle.weblogic, com.github.searls, com.cj.jshintmojo, com.github.phasebash, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\cabanilles\.m2\repository), 
intranetRepository (https://intranet/nexus/content/groups/public/), repository-apache-org (https://repository.apache.org/content/groups/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException