aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-09-01 16:41:50 +0000
committerOlivier Lamy <olamy@apache.org>2011-09-01 16:41:50 +0000
commit9be7bece75896d38a4c690a3d057acd0020f21fb (patch)
treef26401684420179b169a6ee84bc1a9a8900e6cc9 /pom.xml
parent55f94e09f69a6e2ca5f55cbca86e6101bf03b501 (diff)
downloadarchiva-9be7bece75896d38a4c690a3d057acd0020f21fb.tar.gz
archiva-9be7bece75896d38a4c690a3d057acd0020f21fb.zip
fix missing value in a bean constructor
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b91d916cc..ee9ccd248 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1614,5 +1614,26 @@
</repository>
</repositories>
</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>
</project>