Skip to content

Commit

Permalink
* Set again the version of the selenium maven plugin to a fixed versi…
Browse files Browse the repository at this point in the history
…on. Seems like it was lost on the recent distribution-tests changes (see revision 4048).

* Removed unnecessary profile

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk@4118 f329d543-caf0-0310-9063-dda96c69346f
  • Loading branch information
vmassol committed Aug 7, 2007
1 parent c26cc88 commit a01bbb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 5 additions & 13 deletions distribution-test/pom.xml
Expand Up @@ -9,16 +9,8 @@
<name>XWiki Products - Enterprise - Functional Tests</name>
<packaging>pom</packaging>
<description>XWiki Products - Enterprise - Functional Tests</description>
<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>xmlrpc-tests</module>
<module>selenium-tests</module>
</modules>
</profile>
</profiles>
</project>
<modules>
<module>xmlrpc-tests</module>
<module>selenium-tests</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion distribution-test/selenium-tests/pom.xml
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<version>1.0-beta-2-SNAPSHOT</version>
<version>1.0-beta-2-20070702.000657-13-dev</version>
<executions>
<execution>
<id>start-selenium</id>
Expand Down

0 comments on commit a01bbb9

Please sign in to comment.