diff options
author | Olivier Lamy <olamy@apache.org> | 2011-09-01 16:41:50 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-09-01 16:41:50 +0000 |
commit | 9be7bece75896d38a4c690a3d057acd0020f21fb (patch) | |
tree | f26401684420179b169a6ee84bc1a9a8900e6cc9 /pom.xml | |
parent | 55f94e09f69a6e2ca5f55cbca86e6101bf03b501 (diff) | |
download | archiva-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.xml | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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> |