mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-01 03:19:18 +02:00
added jrebel profile
This commit is contained in:
29
pom.xml
29
pom.xml
@@ -188,7 +188,7 @@
|
||||
-federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
|
||||
-hdf project.name "${project.name}"
|
||||
-d ${project.build.directory}/apidocs
|
||||
</additionalparam>
|
||||
</additionalparam>
|
||||
<useStandardDocletOptions>false</useStandardDocletOptions>
|
||||
<!--
|
||||
| Apple's JVM sometimes requires more memory
|
||||
@@ -347,6 +347,33 @@
|
||||
</build>
|
||||
|
||||
</profile>
|
||||
|
||||
|
||||
<profile>
|
||||
<id>jrebel</id>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.zeroturnaround</groupId>
|
||||
<artifactId>jrebel-maven-plugin</artifactId>
|
||||
<version>1.0.7</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate-rebel-xml</id>
|
||||
<phase>process-resources</phase>
|
||||
<goals>
|
||||
<goal>generate</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user