Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <profiles>
  2. <profile>
  3. <id>jrebel</id>
  4.  
  5. <build>
  6.         <plugins>
  7.             <plugin>
  8.                 <groupId>org.zeroturnaround</groupId>
  9.                 <artifactId>jrebel-maven-plugin</artifactId>
  10.                 <version>1.1.5</version>
  11.                 <executions>
  12.                     <execution>
  13.                         <id>generate-rebel-xml</id>
  14.                         <phase>process-resources</phase>
  15.                         <goals>
  16.                             <goal>generate</goal>
  17.                         </goals>
  18.                     </execution>
  19.                 </executions>
  20.             </plugin>
  21.         </plugins>
  22.     </build>
  23.  
  24. </profile>
  25. </profiles>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement