summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-01-09 21:47:03 +0000
committerOlivier Lamy <olamy@apache.org>2012-01-09 21:47:03 +0000
commit1a91ac364da1042adc177804d915ab6c7a88e3c7 (patch)
tree535519c416419d9050c02a3cdd9d512c42f36973 /pom.xml
parent37a16032486065304a3f94a81ba7f23cfcc4ad45 (diff)
downloadarchiva-1a91ac364da1042adc177804d915ab6c7a88e3c7.tar.gz
archiva-1a91ac364da1042adc177804d915ab6c7a88e3c7.zip
pom cleanup
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1229373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml36
1 files changed, 12 insertions, 24 deletions
diff --git a/pom.xml b/pom.xml
index 5eed96705..be9983d7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1735,32 +1735,20 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
+ <!-- for selenium snapshots -->
+ <pluginRepository>
+ <id>codehaus.snapshots</id>
+ <url>https://nexus.codehaus.org/content/repositories/snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
</pluginRepositories>
</profile>
- <!--
- jrebel tests doesn't work very well : too investigate
- <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>
- -->
+
<profile>
<!-- olamy profile to test tomcat plugin dev -->
<id>tdev</id>