aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-10-01 14:21:34 +0000
committerOlivier Lamy <olamy@apache.org>2011-10-01 14:21:34 +0000
commitaf62171f9f39896f2dfacaa20278792222478298 (patch)
tree24384adcb7191270a0769dc5c425eebeb7ed5798 /pom.xml
parent5ff3b3085610487761198a71ecd72ba6b5db20b9 (diff)
downloadarchiva-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.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cccf2c3aa..6ef88e9d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>