aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>