3556 Commits

Author SHA1 Message Date
aheritier
6af21bb24d MPANT-23: Add License file to jar META-INF. Thanks to Phil Steitz.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155609 13f79535-47bb-0310-9956-ffa450edef68
2005-02-27 01:52:55 +00:00
aheritier
b8ed332915 MPANT-21 : "get-deps" target store downloads to the default local maven repository (${user.home}/.maven/repository).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155601 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 23:44:58 +00:00
aheritier
958972fc45 clean before test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155599 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 23:21:32 +00:00
aheritier
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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155597 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 23:00:28 +00:00
aheritier
d220bf37ae Do not set proxy if maven.proxy.host is null or empty.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155562 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 18:50:51 +00:00
aheritier
cdd6ae204d MPLINKCHECK-21 : java.lang.NumberFormatException if proxy port is setted to ""
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155277 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24 23:23:29 +00:00
vmassol
891d28c46c more ignore files
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155183 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24 12:39:38 +00:00
vmassol
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).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155182 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24 12:39:06 +00:00
vmassol
5426f80dd0 Updated to Clover 1.3.5 and applied new license that supports generating history report (the previous one didn't support it).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155073 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23 21:16:10 +00:00
vmassol
76a912da7d Added ignore dir
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155072 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23 21:15:42 +00:00
vmassol
645b45e789 Added ignore file
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154866 13f79535-47bb-0310-9956-ffa450edef68
2005-02-22 16:03:44 +00:00
vmassol
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>.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154865 13f79535-47bb-0310-9956-ffa450edef68
2005-02-22 16:03:19 +00:00
brett
cdf4581a8c fix malformed project.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154570 13f79535-47bb-0310-9956-ffa450edef68
2005-02-20 23:11:30 +00:00
michal
25c4e3f254 removed property which was used for testing
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154534 13f79535-47bb-0310-9956-ffa450edef68
2005-02-20 17:33:01 +00:00
michal
ccd7db286e Add a support for "hierarchical" site navigation in breadcrumbs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154533 13f79535-47bb-0310-9956-ffa450edef68
2005-02-20 17:30:03 +00:00
vmassol
eef70d4737 Removed all dependencies on the SCM module and instead replace all occurrences with <code>${pom.artifactId}</code>.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154493 13f79535-47bb-0310-9956-ffa450edef68
2005-02-20 09:50:40 +00:00
brett
fce13d6255 minor fix to rsync command
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154465 13f79535-47bb-0310-9956-ffa450edef68
2005-02-20 01:26:23 +00:00
vmassol
161bee3755 Added new <code>cruisecontrol:configure-war</code> goal that generates a configured CruiseControl webapp WAR.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154419 13f79535-47bb-0310-9956-ffa450edef68
2005-02-19 16:32:43 +00:00
vmassol
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>.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154407 13f79535-47bb-0310-9956-ffa450edef68
2005-02-19 15:30:27 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154403 13f79535-47bb-0310-9956-ffa450edef68
2005-02-19 11:04:13 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154360 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 22:17:54 +00:00
vmassol
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.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154334 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 18:39:57 +00:00
brett
69ea99cae5 implement SFTP, SCPEXE wagons
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154241 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 06:29:31 +00:00
brett
aaab7f48aa use file wagon for install, and improve output
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154227 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 02:03:09 +00:00
brett
3be18bef2e use checksum observer for MD5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154226 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 01:42:36 +00:00
vmassol
0f95bf75ea Modify the default values to match CC version 2.2.1.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154139 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17 08:18:12 +00:00
brett
291d6a3f7b ignore iml
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154103 13f79535-47bb-0310-9956-ffa450edef68
2005-02-17 00:41:42 +00:00
vmassol
c9e8e58388 Changed copyright years on the file I've modified during my previous commit
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154053 13f79535-47bb-0310-9956-ffa450edef68
2005-02-16 17:22:42 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154046 13f79535-47bb-0310-9956-ffa450edef68
2005-02-16 16:57:43 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154010 13f79535-47bb-0310-9956-ffa450edef68
2005-02-16 08:21:07 +00:00
vmassol
943619e72d work for version 1.8 is open...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154007 13f79535-47bb-0310-9956-ffa450edef68
2005-02-16 07:52:10 +00:00
brett
bbda8c24dd fix documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153968 13f79535-47bb-0310-9956-ffa450edef68
2005-02-15 22:50:54 +00:00
aheritier
e57ab85705 MPXDOC-132 : A link starting with https wasn't considered as an external link.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153863 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14 22:07:14 +00:00
vmassol
632a860139 Use less diskspace by getting rid of intermediate directories earlier on
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153857 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14 21:51:17 +00:00
vmassol
bbc29be71a Reverting change so that I can try running scm:prepare-release again
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153856 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14 21:50:16 +00:00
vmassol
28e478d983 [maven-scm-plugin] prepare release 1.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153852 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14 21:37:15 +00:00
vmassol
0868441305 test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153849 13f79535-47bb-0310-9956-ffa450edef68
2005-02-14 21:29:50 +00:00
vmassol
bafb136d36 MPCLOVER-21: Do not create a Clover report link when the project has no tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153426 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 17:40:41 +00:00
vmassol
7dd376ceee Fixed attribution... Sorry for the mistake.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153425 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 17:24:10 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153424 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 17:22:40 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153422 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 17:06:48 +00:00
vmassol
fc07ccc297 Fixed Cenqua's URL
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153417 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 16:15:22 +00:00
vmassol
ef17d78f52 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153415 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 15:44:51 +00:00
vmassol
45069cf433 Added ignore files
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153414 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 15:40:41 +00:00
vmassol
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).


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153413 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 15:38:52 +00:00
vmassol
bce1589140 MPCLOVER-29: fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153404 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 14:36:14 +00:00
brett
8129b3c6ca add a couple more notes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153330 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 03:16:58 +00:00
brett
7ada12b288 PR: MAVEN-1396
swap out all the old crufty code for Wagon


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153328 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 03:11:57 +00:00
vmassol
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.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153185 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10 07:29:43 +00:00
felipeal
8c30fe58f6 [maven-scm-plugin] prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153150 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10 03:39:48 +00:00