Last modified by Vincent Massol on 2024/04/08 16:22

From version 71.1
edited by Ecaterina Moraru (Valica)
on 2013/01/09 10:36
Change comment: Rollback to version 67.1
To version 72.1
edited by Thomas Mortagne
on 2013/03/20 11:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.evalica
1 +xwiki:XWiki.ThomasMortagne
Content
... ... @@ -127,7 +127,6 @@
127 127  * ##dev##: only build wysiwyg for English/Firefox. Very useful to speed up the build of XWiki Platform
128 128  
129 129  More "exotic" ones:
130 -* ##clover##: A profile to use when [[generating Test Coverage reports>>Testing#HTestCoverage]] with [[Clover>>http://www.atlassian.com/software/clover/overview]]. This profile skips execution of Checkstyle, CLIRR and Enforcer plugin checks to speed up the coverage generation and because of potential conflicts between tools.
131 131  * ##release##: Used by the Maven Release plugin when releasing XWiki. It generates Javadoc and Source artifacts. It also checks that the Java version used is JDK6, that the Javadoc exists and it signs artifacts using GPG (this is a good practice and a [[requirement for being able to upload some of our artifacts to the Maven Central Repository>>http://maven.apache.org/guides/mini/guide-central-repository-upload.html]]).
132 132  * ##m2e##: For [[m2eclipse>>http://www.eclipse.org/m2e/]] users. It sets the Eclipse output directory to ##target-eclipse## (instead of ##target##) to prevent race conditions between Maven within Eclipse and Maven on the command line.
133 133  * ##unix##, ##mac##, ##windows##: These profiles are automatically activated depending on the OS the build is running on. These profiles are useful for the Installers and for functional tests to decide how to start XWiki.
... ... @@ -135,7 +135,7 @@
135 135  * ##gwt-test-manual##: allow running GWT unit tests manually
136 136  * ##debug##: [[weave debug aspects for profiling>>Profiling]] and remove JS minification.
137 137  * ##standalone##: Builds the Rendering Standalone artifact. Note that this profile is activated automatically when performing a release.
138 -* ##quality##: Runs quality checks that take a long time to execute (e.g. checks Clover TPC thresholds)
137 +* ##quality##: Runs quality checks that take a long time to execute (e.g. checks Jacoco TPC thresholds)
139 139  
140 140  For example, if you use to include legacy modules and run all integration and functional tests and use Jetty/HSQLDB, you would use:
141 141  

Get Connected