Commit Graph

  • fb3ed15452 MPEAR-39: Improved how dependencies are copied into the EAR file felipeal 2005-03-11 02:54:28 +00:00
  • 3b67f08f92 Skip repo section, only for testing. epugh 2005-03-11 02:33:53 +00:00
  • 7f314f18da As part of the SVN import, all repo's were fixed up. However, this repo is meant only for testing, and needs to be CVS! Change the url to clarify that this is only for testing. epugh 2005-03-11 02:33:25 +00:00
  • cb1fe0e4aa Use released versions of jelly tags. epugh 2005-03-11 02:22:25 +00:00
  • 08ddbc881f Added new <code>assert:assertFileContains</code> tag that verifies if a file contains a specific string. vmassol 2005-03-10 16:37:10 +00:00
  • 596fb953b0 Added new <code>assert:assertFileContains</code> tag that verifies if a file contains a specific string. vmassol 2005-03-10 16:33:28 +00:00
  • e6048460ef url property for CVS is used as CVSROOT and should not have the module attached to it. epugh 2005-03-08 20:01:26 +00:00
  • e2195bcd71 Fixed incorrect version vmassol 2005-03-06 21:00:41 +00:00
  • a0a6ed3b32 Start working on version 1.8 vmassol 2005-03-05 14:46:44 +00:00
  • c749de4b4a [maven-scm-plugin] prepare release 1.7 vmassol 2005-03-05 14:37:11 +00:00
  • 949a02d36a Start working on version 1.9 vmassol 2005-03-05 14:34:10 +00:00
  • 04887c8adb [maven-scm-plugin] prepare release 1.8 vmassol 2005-03-04 15:53:12 +00:00
  • 6edcfe3236 bad tests brett 2005-03-03 01:49:27 +00:00
  • bbb17b118b clean up site brett 2005-03-02 14:01:00 +00:00
  • 3f38ed65cd remove .cvsignore brett 2005-03-02 05:06:07 +00:00
  • 95b7c50a46 use smaller logo brett 2005-03-02 04:56:26 +00:00
  • a4310facb1 site deployment props brett 2005-03-02 04:18:52 +00:00
  • f31e7ea207 Add a link to plugins page aheritier 2005-02-28 07:11:43 +00:00
  • 56cf6c2c8d Remove default values for proxy settings in generated ant script aheritier 2005-02-28 07:04:28 +00:00
  • a228a19106 Fix invalid xml. aheritier 2005-02-28 07:03:28 +00:00
  • 87543c41ca Fix invalid xml. aheritier 2005-02-27 22:10:59 +00:00
  • 3bf75dc1ac MPANT-24 : Ant script looks for dependencies in several remote repositories. aheritier 2005-02-27 21:32:53 +00:00
  • 802d384c25 order by issue number aheritier 2005-02-27 01:53:45 +00:00
  • 6af21bb24d MPANT-23: Add License file to jar META-INF. Thanks to Phil Steitz. aheritier 2005-02-27 01:52:55 +00:00
  • b8ed332915 MPANT-21 : "get-deps" target store downloads to the default local maven repository (${user.home}/.maven/repository). aheritier 2005-02-26 23:44:58 +00:00
  • 958972fc45 clean before test aheritier 2005-02-26 23:21:32 +00:00
  • 46777e5300 Ant user can set proxy settings. New property maven.ant.compatibility if you want a script compatible with ant 1.5 (actually for proxy settings). Update copyrights Update documentations aheritier 2005-02-26 23:00:28 +00:00
  • d220bf37ae Do not set proxy if maven.proxy.host is null or empty. aheritier 2005-02-26 18:50:51 +00:00
  • cdd6ae204d MPLINKCHECK-21 : java.lang.NumberFormatException if proxy port is setted to "" aheritier 2005-02-24 23:23:29 +00:00
  • 891d28c46c more ignore files vmassol 2005-02-24 12:39:38 +00:00
  • c65713089e Added support for historical reports by adding a new <code>clover:save-history</code> goal that saves a Clover history point. The history points are then used by <code>clover:report</code> to generate history reports (including a link on the Maven-generated website). vmassol 2005-02-24 12:39:06 +00:00
  • 5426f80dd0 Updated to Clover 1.3.5 and applied new license that supports generating history report (the previous one didn't support it). vmassol 2005-02-23 21:16:10 +00:00
  • 76a912da7d Added ignore dir vmassol 2005-02-23 21:15:42 +00:00
  • 645b45e789 Added ignore file vmassol 2005-02-22 16:03:44 +00:00
  • c84cae6dfb Add support for method, statement and block context filtering through the following properties: <code>maven.clover.context.block.names</code>, <code>maven.clover.context.method.names</code>, <code>maven.clover.context.method.regexps</code>, <code>maven.clover.context.statement.names</code> and <code>maven.clover.context.statement.regexps</code>. vmassol 2005-02-22 16:03:19 +00:00
  • cdf4581a8c fix malformed project.xml brett 2005-02-20 23:11:30 +00:00
  • 25c4e3f254 removed property which was used for testing michal 2005-02-20 17:33:01 +00:00
  • ccd7db286e Add a support for "hierarchical" site navigation in breadcrumbs michal 2005-02-20 17:30:03 +00:00
  • eef70d4737 Removed all dependencies on the SCM module and instead replace all occurrences with <code>${pom.artifactId}</code>. vmassol 2005-02-20 09:50:40 +00:00
  • fce13d6255 minor fix to rsync command brett 2005-02-20 01:26:23 +00:00
  • 161bee3755 Added new <code>cruisecontrol:configure-war</code> goal that generates a configured CruiseControl webapp WAR. vmassol 2005-02-19 16:32:43 +00:00
  • 7071f42f23 Use the same default value for the <code>maven.cruisecontrol.mail.buildresultsurl</code> property than the one for <code>maven.cruisecontrol.buildresults.url</code>. vmassol 2005-02-19 15:30:27 +00:00
  • a45927c4fe Modified default value of <code>maven.cruisecontrol.logs.mergedirectory</code> so that CC can aggregate JUnit test reports both for single project and multiproject setups. vmassol 2005-02-19 11:04:13 +00:00
  • 2685a5b196 Added new <code>clover:check</code> goal that verifies if the test coverage if above a threshold defined by the properties <code>maven.clover.check.target</code>, <code>maven.clover.check.packages</code> and <code>maven.clover.check.targets</code>. It fails the build if it's below. vmassol 2005-02-18 22:17:54 +00:00
  • 4abbad55ba - Compute automatically the merge directory automatically (the value of <code>maven.cruisecontrol.logs.mergedirectory</code> if not specified by the user. The computation uses the <code>maven.build.dir</code> property to guess the output directory for JUnit test results. - Added a new <code>maven.cruisecontrol.logs.pattern</code> property to specify the report files that will be merged by CC. Defaults to <code>*.xml</code>. - Added a new <code>cruisecontrol:install-local</code> goal to install the generated CC config to a target location on the same machine (it uses a file copy). In the future we could provide other installation mechanisms like ssh, scp, etc. - Changed the default build status file name to be <code>status.txt</code> which is the default value expected by the CC Webapp. - New <code>maven.cruisecontrol.work.dir</code> property that specifies what CC work directory to use for the project. Default values of <code>maven.cruisecontrol.checkout.dir</code> and <code>maven.cruisecontrol.logs.dir</code> have been modified to be relative to it. vmassol 2005-02-18 18:39:57 +00:00
  • 69ea99cae5 implement SFTP, SCPEXE wagons brett 2005-02-18 06:29:31 +00:00
  • aaab7f48aa use file wagon for install, and improve output brett 2005-02-18 02:03:09 +00:00
  • 3be18bef2e use checksum observer for MD5 brett 2005-02-18 01:42:36 +00:00
  • 0f95bf75ea Modify the default values to match CC version 2.2.1. vmassol 2005-02-17 08:18:12 +00:00
  • 291d6a3f7b ignore iml brett 2005-02-17 00:41:42 +00:00
  • c9e8e58388 Changed copyright years on the file I've modified during my previous commit vmassol 2005-02-16 17:22:42 +00:00
  • 43ff596cde MPCRUISECONTROL-19: Fix order in which the CruiseControl's <code>&lt;project&gt;</code> elements are generated. They must be in the order of the less dependent project first. vmassol 2005-02-16 16:57:43 +00:00
  • a5da0e7d1d Changed the location of the default license. It is now bundled in the plugin and the plugin no longer downloads it from your remote repository. As before if you wish to use your own license use the property. vmassol 2005-02-16 08:21:07 +00:00
  • 943619e72d work for version 1.8 is open... vmassol 2005-02-16 07:52:10 +00:00
  • bbda8c24dd fix documentation brett 2005-02-15 22:50:54 +00:00
  • e57ab85705 MPXDOC-132 : A link starting with https wasn't considered as an external link. aheritier 2005-02-14 22:07:14 +00:00
  • 632a860139 Use less diskspace by getting rid of intermediate directories earlier on vmassol 2005-02-14 21:51:17 +00:00
  • bbc29be71a Reverting change so that I can try running scm:prepare-release again vmassol 2005-02-14 21:50:16 +00:00
  • 28e478d983 [maven-scm-plugin] prepare release 1.7 vmassol 2005-02-14 21:37:15 +00:00
  • 0868441305 test vmassol 2005-02-14 21:29:50 +00:00
  • bafb136d36 MPCLOVER-21: Do not create a Clover report link when the project has no tests. vmassol 2005-02-11 17:40:41 +00:00
  • 7dd376ceee Fixed attribution... Sorry for the mistake. vmassol 2005-02-11 17:24:10 +00:00
  • ceafca8f59 MPCLOVER-22: Open Clover report page in a new window in the same manner as it's done for the Javadoc and XRef reports. Thanks to Mike Gabelmann. vmassol 2005-02-11 17:22:40 +00:00
  • 605cce19dd MPCLOVER-25: Added <code>maven.clover.includes</code> and <code>maven.clover.excludes</code> properties to specify what files to include/exclude from the Cloverification. Thanks to Michael Gaffney. vmassol 2005-02-11 17:06:48 +00:00
  • fc07ccc297 Fixed Cenqua's URL vmassol 2005-02-11 16:15:22 +00:00
  • ef17d78f52 fixed typo vmassol 2005-02-11 15:44:51 +00:00
  • 45069cf433 Added ignore files vmassol 2005-02-11 15:40:41 +00:00
  • 10b1738df2 - Reorganized the plugin tests using a multiproject approach - MPCLOVER-18: Added new <code>maven.clover.execute.during.report</code> property to control whether or not the <code>clover-report</code> goal builds Cloverify the sources and execute the tests (defaults to true). vmassol 2005-02-11 15:38:52 +00:00
  • bce1589140 MPCLOVER-29: fixed typo vmassol 2005-02-11 14:36:14 +00:00
  • 8129b3c6ca add a couple more notes brett 2005-02-11 03:16:58 +00:00
  • 7ada12b288 PR: MAVEN-1396 swap out all the old crufty code for Wagon brett 2005-02-11 03:11:57 +00:00
  • 9b6891b63c - MPCLOVER-24: Deprecated <code>maven.clover.database.dir</code> property and replaced it with a <code>maven.cover.database</code> property that contains not only the database directory but also the name of the database file. - MPCLOVER-28: <code>clover:off</clover> should now reset correctly the <code>maven.build.dest</code> property that <code>clover:on</code> modifies. Note that the reported error has been fixed even though I have not been able to reproduce the problem (and hence we don't have a test for it). - MPCLOVER-26: Upgraded Clover to version 1.3.4. vmassol 2005-02-10 07:29:43 +00:00
  • 8c30fe58f6 [maven-scm-plugin] prepare release 1.3 felipeal 2005-02-10 03:39:48 +00:00
  • 41c70b7c45 MPXDOC-129: add a comment property for dependencies felipeal 2005-02-10 03:05:31 +00:00
  • 7803d5857f changes for http://jira.codehaus.org/browse/MPDIST-20 ... akarasulu 2005-02-07 07:14:36 +00:00
  • 2fa0662b1a changes ... akarasulu 2005-02-07 00:48:58 +00:00
  • 31656e21e3 workaround change in x:set brett 2005-02-02 09:01:28 +00:00
  • ef2789c0f9 PR: MPIDEA-17 set module to JAVA_MODULE to be comptabile with Irida brett 2005-01-31 11:50:19 +00:00
  • c48ee8aaf7 improve formatting brett 2005-01-29 15:02:27 +00:00
  • 4d304c8139 fix invalid XHTML through dupe search id brett 2005-01-29 13:06:20 +00:00
  • f21193a668 make it work with dom4j 1.4-dev-8 (Maven 1.0) - this should be the correct behaviour. brett 2005-01-29 01:07:48 +00:00
  • ab0e4a7220 MPECLIPSE-67 and MPECLIPSE-68. Fixing eclipse:add-maven-repo goal for use with Eclipse 3.x epugh 2005-01-27 19:12:30 +00:00
  • 8de8d7fd02 Bump version, testing commit permissions epugh 2005-01-27 17:49:02 +00:00
  • a2bc22ceaf ignore iml brett 2005-01-27 13:00:11 +00:00
  • a83307a26b swap commons-io for the more commonly used plexus-utils brett 2005-01-27 11:58:54 +00:00
  • 378ca3897a cleanup changelog a little brett 2005-01-27 11:40:01 +00:00
  • cf08e6c7dc ignore velocity.log brett 2005-01-27 11:38:50 +00:00
  • dfb9c74316 PR: MPJXR-11 Fix handling of package and import Also correct version - 1.4.3 has not been released brett 2005-01-26 22:13:22 +00:00
  • e5fbc3d61a MPJCOVERAGE-18. Fix report for Inner/anonymous classes. evenisse 2005-01-26 22:10:49 +00:00
  • 601d1ff000 remove debugging brett 2005-01-26 07:15:41 +00:00
  • 92da1bd7ce upgrade to dom4j 1.5.2 brett 2005-01-25 22:34:35 +00:00
  • 16e672ead5 moving itest to sandbox - NPE's in Maven 1's build and not yet at first release brett 2005-01-25 13:55:11 +00:00
  • 5cd10b06df merge in werkz. While this was developed at The Werken Company, the project has since died and all developers are Maven committers. brett 2005-01-25 12:35:53 +00:00
  • 45d37259a5 update dependency brett 2005-01-25 11:27:42 +00:00
  • e0ffdf1bc2 update dependency brett 2005-01-25 11:21:16 +00:00
  • 394f44b233 handle local CVS repository better brett 2005-01-25 11:19:47 +00:00
  • 9ceb80ed32 Separated common build data from master project vmassol 2005-01-24 14:05:52 +00:00
  • d1645796aa remove need for maven-jelly-tags dependency brett 2005-01-24 12:15:32 +00:00
  • 2787017e7e MPDASHBOARD-9: Added links to reports for all aggregators. vmassol 2005-01-23 16:38:18 +00:00
  • 7ca82f58b4 MPJXR-18 : Remove hardcoded encoding in templates. evenisse 2005-01-23 15:38:05 +00:00