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
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
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
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
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><project></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
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
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
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
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