mirror of https://github.com/apache/archiva.git
move selenium to a pluginMngt in top pom
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dda2677b2a
commit
7bc6a20f89
|
@ -126,7 +126,6 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>selenium-maven-plugin</artifactId>
|
||||
<version>${seleniumPluginVersion}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
|
|
|
@ -126,7 +126,6 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>selenium-maven-plugin</artifactId>
|
||||
<version>${seleniumPluginVersion}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
|
|
|
@ -103,6 +103,11 @@
|
|||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>selenium-maven-plugin</artifactId>
|
||||
<version>${seleniumPluginVersion}</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue