Author: juanpablo
Date: Mon May 20 22:42:34 2013
New Revision: 1484619
URL: http://svn.apache.org/r1484619
Log:
firefox used by default on selenium tests execution
added cobertura report generation to mvn_cheat-sheet.txt
Modified:
incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml
incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt
Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml?rev=1484619&r1=1484618&r2=1484619&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml Mon May 20
22:42:34 2013
@@ -70,8 +70,8 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>selenium-maven-plugin</artifactId>
<configuration>
- <!-- <browser>*firefox</browser> -->
- <browser>*iexplore</browser>
+ <browser>*firefox</browser>
+ <!-- <browser>*iexplore</browser> -->
<startURL>http://localhost:8080/${project.artifactId}/</startURL>
<suite>target/test-classes/selenium/TestSuite.html</suite>
<background>true</background>
@@ -140,11 +140,10 @@
<groupId>org.seleniumhq.selenium</groupId>
<!-- (un)comment based on your browser preferences for tests
execution -->
<!-- <artifactId>selenium-chrome-driver</artifactId> -->
- <artifactId>selenium-ie-driver</artifactId>
- <!-- <artifactId>selenium-firefox-driver</artifactId> -->
+ <!-- <artifactId>selenium-ie-driver</artifactId> -->
+ <artifactId>selenium-firefox-driver</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
-
</project>
\ No newline at end of file
Modified: incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt?rev=1484619&r1=1484618&r2=1484619&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt Mon May 20
22:42:34 2013
@@ -12,12 +12,12 @@ mvn tomcat7:run
Tomcat7 instance at
http://localhost:8080/JSPWiki
mvn clean deploy -Prelease -Dgpg.passphrase=<passphrase> : deploys generated
artifact to a repository
If -Dgpg.passphrase
is not given, it'll be asked
-
-mvn clean install -Pintegration-tests : Selenium tests
execution
+mvn clean install -Pintegration-tests : performs a build,
enabling Selenium tests execution
Reports specific
****************
-mvn javadoc:javadoc : creates javadocs; if graphviz binaries
(www.graphviz.org)
- are found on $PATH, the javadocs will display some UML
- class/package level diagrams
-mvn apache-rat:check : creates a RAT report
\ No newline at end of file
+mvn apache-rat:check : creates an Apache RAT report
+mvn cobertura:cobertura : generates a cobertura maven report
+mvn javadoc:javadoc : creates javadocs; if graphviz binaries
(www.graphviz.org)
+ are found on $PATH, the javadocs will display some
UML
+ class/package level diagrams
\ No newline at end of file