2114e980af
Fixed bad XML
vmassol
2005-05-28 07:53:05 +00:00
f6a0fdfdae
Use <j:expr>${... instead of ${... in order to prevent empty new lines being printed
vmassol
2005-05-28 07:49:09 +00:00
cbea5e9e54
MPCLOVER-40: Fixed the <code>clover:test-single</code> goal which was wrongly calling the <code>clover:swing-report-internal</code> (should have been <code>clover:swing-report</code>). Thanks to Kristopher Brown.
vmassol
2005-05-27 16:35:03 +00:00
bd02429642
Fixed missing </p> tag
vmassol
2005-05-21 18:12:05 +00:00
4e177daa2d
PR: MPXDOC-128 Submitted by: Vincent Siveton Reviewed by: Brett Porter, Arnaud Heritier Internationalization support for xdoc. Applied with changes
brett
2005-05-21 15:10:41 +00:00
489cf92482
MPCLOVER-37: <code>maven.test.failure.ignore</code> is now correctly reset when <code>clover:off</code> is called. Thanks to Carlos Sanchez.
vmassol
2005-05-21 15:02:21 +00:00
9439feb9d9
ignore target dir
vmassol
2005-05-21 14:48:32 +00:00
e9155c7833
MPCLOVER-32: Fully disable Clover in <code>clover:off</code> so that the Clover compiler adapter delegates straight to the default compiler.
vmassol
2005-05-21 14:46:36 +00:00
c036d70a05
ignore target dir
vmassol
2005-05-21 11:09:16 +00:00
3144c23f3f
Removed the <code>maven.clover.jar</code> property that was used to override the default Clover jar. This property was not working (it requires Ant 1.6) and is no needed anymore as Cenqua has cleanly separated the Clover jar from the Clover license. You only need to point <code>maven.clover.license.path</code> to your license file.
vmassol
2005-05-21 11:08:50 +00:00
8ebeed204e
Finished applying MPDASHBOARD-22 (replaces NaN with N/A for totals that are not numbers)
vmassol
2005-05-18 08:09:55 +00:00
67c00be2b9
PR: MPCHANGELOG-63 Submitted By: David Jackman Reviewed By: Brett Porter Add the ability to show several sets of changes Add ability to log based on absolute date or tag
brett
2005-05-18 07:37:34 +00:00
6c8f445657
Added maven.javadoc.failonerror property
carlos
2005-05-17 23:56:32 +00:00
48ef4fdf4b
PR: MPFAQ-17, MPFAQ-18 Submitted by: Jeff Jensen Reviewed by: Brett Porter Improve documentation, and add an XSD for the FAQ format.
brett
2005-05-15 07:36:59 +00:00
584a4cd81a
Added target to ignore file list
vmassol
2005-05-11 20:06:33 +00:00
bd2ad9b150
addition of new ignore files
vmassol
2005-05-11 16:31:48 +00:00
98d793400e
- Added a quick usage guide in the documentation. - Fixed issue where <code>clover:report</code> was not calling <code>clover:on</code> leading to an error when generating the reports. - Ensure that <code>clover:init</code>, <code>clover:on</code> and <code>clover:off</code> can only be called once. For example calling <code>clover:on</code> twice in a row will execute it only once. - The <code>clover:*-report</code> goals do not call <code>clover:test</code> anymore. They only generates Clover reports. This is now aligned with the <code>clover:report</code> behavior. To run the full thing, execute the <code>clover</code> goal or add the Clover report to your project's POM. - Added a <code>maven.clover.multiproject</code> property that should be set to true in your master project (if you're using a multiproject setup). Setting it to true will make the <code>clover</code> goal and the <code>maven-clover-plugin</code> report in your POM execute on all subprojects (they'll call the new <code>clover:multiproject</code> goal). - New <code>clover:multiproject</code> goal to run Clover on a multiproject setup. - New <code>clover:merge</code> goal that creates a new Clover database by merging several other databases specified using the <code>maven.clover.merge.databases</code> property (which defaults to <code>**/clover_coverage.db</code>).
vmassol
2005-05-11 16:28:26 +00:00
b6d3b9eebc
Fixed issue with Clover task and type definitions not using an explicit classpath which apparently breaks under Maven 1.1.
vmassol
2005-05-10 18:47:23 +00:00
6d18c2cfde
PR: MPCRUISECONTROL-23 Submitted by: Philip Dodds Reviewed by: Brett Porter Add a Jabber publisher Publish only on success configuration Improve documentation
brett
2005-05-05 00:34:50 +00:00
46fc8ffdf0
clean up dependencies
brett
2005-05-01 15:09:53 +00:00
d4f8c8f560
Upgraded to checkstyle 4.0beta1
carlos
2005-04-28 00:32:27 +00:00
4999698a43
fixed paths which were probably only working on windows...
vmassol
2005-04-25 22:14:47 +00:00
b26ab460a0
Fixed copyright year for modified files
vmassol
2005-04-25 13:21:16 +00:00
a58b77fef7
MPASPECTJ-19: Add support for <code>iajc</code>'s <code>messageHolderClass</code> attribute and added <code>maven.dependency.classpath</code> to the <code>iajc</code>'s taskdef so that custom message holder classes will be found at execution time.
vmassol
2005-04-25 13:20:17 +00:00
401e410586
fix bug when any of the deployment operations fail, the others are not executed.
brett
2005-04-22 22:42:37 +00:00
0b42c5480c
More ignore files
vmassol
2005-04-22 19:18:05 +00:00
a578ec3c6f
MPCLOVER-35: Always generate Clover reports even when there is no coverage data. One of the reason is that Clover generates metrics other than coverage percentage, like LOC and NCLOC which are useful in themselves.
vmassol
2005-04-22 19:15:46 +00:00
1cf551d437
MPDASHBOARD-22: Added aggregator totals to the HTML report.
vmassol
2005-04-22 12:50:52 +00:00
9aa9991571
fix group IDs
brett
2005-04-20 17:04:51 +00:00
7b25127196
MPCLOVER-36: Upgraded to Clover 1.3.6
vmassol
2005-04-15 21:33:36 +00:00
593aba86d5
- use a released version of wagon, for the most part - use the alpha-3 API so the SHA-1 checksum works - add SHA-1 checksum deployment
brett
2005-04-12 06:45:45 +00:00
17635080ea
Move servers to people.apache.org With the new ASF infrastructure we can't deploy the site and artifacts on maven.apache.org and www.apache.org
aheritier
2005-04-10 13:42:55 +00:00
1545b3d92e
"doc for" is not useful for the main site
aheritier
2005-04-10 13:41:41 +00:00
1e922773a6
Fix XML error
aheritier
2005-04-10 13:27:58 +00:00
a77d6fb322
Move servers to people.apache.org With the new ASF infrastructure we can't deploy the site and artifacts on maven.apache.org and www.apache.org
aheritier
2005-04-09 18:12:59 +00:00
896ed8bc9e
Fix extension for external site.
evenisse
2005-04-05 13:03:50 +00:00
5386f83f07
MPCLOVER-31: Added PDF report generation
vmassol
2005-04-04 17:32:23 +00:00
ae97aec17b
Default values for <code>maven.dashboard.basedir</code>, <code>maven.dashboard.includes</code>, <code>maven.dashboard.excludes</code> and <code>maven.dashboard.ignoreFailures</code> are copied from the equivalent Multiproject properties. This should reduce the number of properties you have to set to get going as you need now only set the Multiproject properties.
vmassol
2005-04-04 09:26:59 +00:00
dbbb9aa09b
Renamed test projects to more meaningful names. Had some issue with subclipse, sorry for the numerous commits... :-(
vmassol
2005-04-04 08:48:27 +00:00
be5d5e1923
Renamed test projects to more meaningful names
vmassol
2005-04-04 08:40:42 +00:00
a5ec65e1ce
Renamed test projects to more meaningful names
vmassol
2005-04-04 08:39:54 +00:00
252c778556
Renamed test projects to more meaningful names
vmassol
2005-04-04 08:38:36 +00:00
37daed89fa
refactoring: improved variable name
vmassol
2005-04-03 08:35:07 +00:00
24fced0eb6
MPANTLR-7: Update to ANTLR 2.7.5
vmassol
2005-04-02 14:06:34 +00:00
713f50a963
ignore target dir
vmassol
2005-04-02 13:19:34 +00:00
66dcf3c72b
Expand on what the plugin does
epugh
2005-03-17 18:08:58 +00:00
5e4b3fd5f2
MPDASHBOARD-17: Prevent failure in <code><junitpassrate.jelly/code> due to a division by zero when there is a unit test source directory defined but no tests are executed.
vmassol
2005-03-13 17:10:08 +00:00
70602fb776
Fine tune how to override the cruisecontrol.jsl when putting the logic in a plugin.
epugh
2005-03-11 03:31:14 +00:00
b560d68305
Remove old CVS ignore files
epugh
2005-03-11 03:29:11 +00:00