<pluginManagement> <plugins> <plugin> <groupId>org.zeroturnaround</groupId> <artifactId>jrebel-maven-plugin</artifactId> <version>1.1.5</version> <executions> <execution> <id>generate-rebel-xml</id> <phase>generate-resources</phase> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.zeroturnaround</groupId> <artifactId>jrebel-maven-plugin</artifactId> </plugin> </plugins>
VM Optionspring
-noverify -agentpath:D:\jrebel\lib\jrebel64.dll -Drebel.spring_plugin=true -Drebel.cxf_plugin=true -Drebel.hibernate_validator_plugin=true -Drebel.springws_plugin=true -Drebel.mybatis_plugin=true -Xms512m -Xmx1024m -Xss5m -server -XX:PermSize=64m -XX:MaxPermSize=256m