Jrebel Maven插件

Jrebel Maven插件

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

mvn -Pjrebel clean package

http://manuals.zeroturnaround.com/jrebel/standalone/maven.html#maven-rebel-xml

猜你喜欢

转载自liqipan.iteye.com/blog/2212147