diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-01 14:21:34 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-01 14:21:34 +0000 |
commit | af62171f9f39896f2dfacaa20278792222478298 (patch) | |
tree | 24384adcb7191270a0769dc5c425eebeb7ed5798 /pom.xml | |
parent | 5ff3b3085610487761198a71ecd72ba6b5db20b9 (diff) | |
download | archiva-af62171f9f39896f2dfacaa20278792222478298.tar.gz archiva-af62171f9f39896f2dfacaa20278792222478298.zip |
include osgi fields for advanced search action
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1685,6 +1685,19 @@ </snapshots> </repository> </repositories> + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <name>Apache Snapshots</name> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> </profile> <!-- jrebel tests doesn't work very well : too investigate @@ -1710,5 +1723,26 @@ </build> </profile> --> + <profile> + <!-- olamy profile to test tomcat plugin dev --> + <id>tdev</id> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.tomcat.maven</groupId> + <artifactId>tomcat6-maven-plugin</artifactId> + <version>2.0-SNAPSHOT</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.tomcat.maven</groupId> + <artifactId>tomcat6-maven-plugin</artifactId> + </plugin> + </plugins> + </build> + </profile> </profiles> </project> |