37687abfb9
remove old text
dion
2003-07-09 03:04:22 +00:00
9cbc2cf8a9
use new param-check tag
dion
2003-07-09 02:54:08 +00:00
2879445d5b
Add comments about restructuring the plugin
dion
2003-07-09 00:08:51 +00:00
e7ed1f1134
Fixed directory of plugin resources.
evenisse
2003-07-08 12:53:32 +00:00
68daa1e923
Add xml declaration to all xml generated report. Fixed for character encoding.
evenisse
2003-07-08 11:01:08 +00:00
04da231ad9
Added ability for maven eclipse goal to add cactus tests to classpath if they exist.
epugh
2003-07-08 08:18:41 +00:00
b42326c0cb
Changed dependency handle to follow pattern used by test plugin
epugh
2003-07-08 08:17:01 +00:00
5981106ed7
Added docs
dion
2003-07-08 03:58:42 +00:00
32c341df60
Add a search element to nav courtesy of Tim A. This is MAVEN-554 with a fix
dion
2003-07-08 03:47:45 +00:00
bbb2d1061e
Added ability to pass to ant cactus task a tmpDir for Tomcat 4.x and 5.x. Allows you to put the cactus tomcat container anywhere you want. Defaults to the system directory however.
epugh
2003-07-07 19:44:27 +00:00
66428f1a24
Fixed MAVEN-452. Patch for charter encoding. Thanks to Kuisong Tong.
evenisse
2003-07-07 18:49:36 +00:00
ddc3ded206
Updated plugin to use latest torque generator. Also requires commons logging. This seems to fix the various problems compiling OM objects in Turbine.
epugh
2003-07-07 18:38:08 +00:00
ada5da40bd
Fixed for MAVEN-518 (artifacts are used for path, not dependencies).
evenisse
2003-07-07 13:29:04 +00:00
1110194bd6
war:clean goal was added
michal
2003-07-05 17:10:45 +00:00
1ba6c665d3
- By default grab all maven projects, even those deeply nested. If there is a good reason please tell me and I'll revert the change. - Added comment
vmassol
2003-07-05 08:40:38 +00:00
7bc976f263
- Added some goal documentation - Fixed one goal description - Removed extra empty lines
vmassol
2003-07-05 08:31:11 +00:00
6d249d9f16
Removed todo comment as dIon has already fixed it!
vmassol
2003-07-05 08:30:00 +00:00
d17a9f34be
Fix for Maven-322, remove the space in anchors. Fix for Maven-419, suppress highlight on hover on mozilla on named anchors.
evenisse
2003-07-04 08:39:05 +00:00
5774953683
- finished a fix for MAVEN-518 (artifacts are used for path, not dependencies) - renamed property ejb.bundle.jar to ejb.bundle (old property is still supported but deprecated). This is compatible with war and ear plugins
michal
2003-07-04 08:05:40 +00:00
5ae5b7f719
Add FIXME for problems I can't fix yet
dion
2003-07-04 06:36:24 +00:00
e22585b186
use artifacts for path, not dependencies
dion
2003-07-04 06:35:25 +00:00
7a83c4d83c
Add fixme for problem I don't know how to fix just yet.
dion
2003-07-04 06:32:37 +00:00
f3a88de53b
Comment on use of artifact directory
dion
2003-07-04 06:31:41 +00:00
6d40cb66ab
use artifacts for path, not dependencies
dion
2003-07-04 06:22:49 +00:00
6d21e01573
Update version and docs
dion
2003-07-04 06:18:21 +00:00
0e0a62b21b
Allow types other than jars in ant dependencies
dion
2003-07-04 06:16:54 +00:00
45caca0d37
remove debug echo
dion
2003-07-04 05:19:40 +00:00
068819a9c0
Add ability to auto-generate multi-project navigation based on the processed projects. Sites can be aggregated under one filesystem, or independent, with absolute references in the navigation
dion
2003-07-04 05:06:40 +00:00
1f0dfdc86a
Reformat. (Don't like mixing changes in with reformats)
bwalding
2003-07-04 05:04:54 +00:00
8314df03a1
Update docs with new generated navigation feature
dion
2003-07-04 05:03:34 +00:00
9abf183aca
Oh I think I see now :) It was internally using a basedir. Switched to using doc:jslFile which has less magic inside it.
bwalding
2003-07-04 05:02:07 +00:00
4d4e13dc80
Added maven.multiproject.navigation property
dion
2003-07-04 04:49:12 +00:00
2e8fdaa571
Added dependencies for velocity taglib
dion
2003-07-04 04:48:34 +00:00
33ca1d8b46
Navigation for multiprojects
dion
2003-07-04 04:42:27 +00:00
584aac0963
Not exactly sure how this ever worked? Possibly a change in doc:jsl tag?
bwalding
2003-07-04 04:41:02 +00:00
795ca5b8eb
Fix external-tools to work with cached goals
dion
2003-07-04 00:04:14 +00:00
cf267b6c71
Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility
michal
2003-07-03 20:41:36 +00:00
0ae8ac50b1
Added EXTERNAL deployer and made some minor optimzation.
michal
2003-07-02 12:42:23 +00:00
05be2a1f64
Destination directory for tlds files were created inside src area.
michal
2003-07-02 12:21:00 +00:00
508910ff0e
war:war goal is simply packaging (using ant jar task) the directory created by war:webapp goal. This change simplifies the customization of processing and removes code duplication.
michal
2003-07-02 10:34:48 +00:00
b181837933
Fix Maven-428. Used maven.docs.dest
evenisse
2003-07-02 10:24:14 +00:00
0d4000d594
- Fixed Changes report which was not showing up correctly (blank page) - Fixed MAVEN-538: report generation failing when no errors.
vmassol
2003-07-02 10:06:41 +00:00
a94a0f8fe3
Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.
evenisse
2003-07-02 09:04:17 +00:00
b09393d3bf
Fix Maven-343. Support large jar files. Thanks to James Macgill.
evenisse
2003-07-02 08:39:18 +00:00
0710eabda2
Make the core independent of the repo layout. Thanks to dIon. Actually, I never used the Artifact object. I'll need to check its source code as it looks good.
vmassol
2003-07-02 07:03:23 +00:00
347f160611
Now using pom.artifacts to support <jar> override
vmassol
2003-07-01 21:34:20 +00:00
d3652269ab
Add all user jars that have been marked to be included in the cactus test (with the <code><cactus.bundle>true</cactus.bundle></code> property in dependencies). For example, DBUnit would be a jar you would include in a Cactus test but not in a runtime war.
vmassol
2003-07-01 21:04:52 +00:00
b8ccb7170d
Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism
michal
2003-07-01 14:58:52 +00:00
dfbf909c49
Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism
michal
2003-07-01 14:57:57 +00:00
ec2baff6e1
fixed MAVEN-493. I register reports only if source, test,... exists.
evenisse
2003-07-01 13:53:42 +00:00
815774f56d
Remove ${basedir} from pom.build.sourceDirectory
evenisse
2003-07-01 10:58:58 +00:00
b0fe79ecb4
Corrected version number.
evenisse
2003-07-01 10:16:38 +00:00
24470697be
#Maven-483. Corrected link for viewcvs url configured with multiple cvs repository.
evenisse
2003-07-01 10:05:46 +00:00
e73147c1a3
#Maven-483. Corrected link for viewcvs url configured with multiple cvs repository.
evenisse
2003-07-01 09:57:16 +00:00
8dcbcc7319
o Iterating over artifacts not deps o Added deploy, deploy-snapshot and install-shapshot goals
michal
2003-07-01 08:45:14 +00:00
6aa6f0da0d
Iterating over artifacts not deps
michal
2003-07-01 08:43:51 +00:00
3db93deabe
#Maven-461. Thanks to David Zeleznik
evenisse
2003-07-01 05:13:59 +00:00
c6ecd68d0e
external-tools support for eclipse 2.1 Note: this is not thoroughly tested
dion
2003-06-30 05:56:07 +00:00
d8e2d5b4b6
Template for the eclipse 2.1 launch files
dion
2003-06-30 05:53:17 +00:00
b3477f7396
Rename from reactor
dion
2003-06-30 03:18:49 +00:00
6ebdcb7b31
Remove ${basedir} from pom.build.sourceDirectory
dion
2003-06-29 17:59:33 +00:00
68da2606e7
Fix docs
dion
2003-06-29 16:03:43 +00:00
6bf7d0446f
Remove goals that were cross plugin. If someone wants clean:classes or clean:docs, then they should be implemented in the plugins that create the directories: java, test and xdoc
dion
2003-06-29 15:43:15 +00:00
b0620f113a
Docs on latest changes
dion
2003-06-29 13:39:58 +00:00
26d455c523
Fully resolve file names so that reactored builds with .. in the path are handled correctly
dion
2003-06-29 13:39:02 +00:00
76973e5943
Make it a snapshot
dion
2003-06-29 13:23:54 +00:00
d375cc91dc
Fix descriptions
dion
2003-06-29 13:23:27 +00:00
c90b4fdbb9
Fix properties for site publishing
dion
2003-06-29 13:22:23 +00:00
43beb52651
Cleanup of doco by request.
bwalding
2003-06-29 13:16:02 +00:00
2002914171
maven-artifact-plugin used for deployment/installation
michal
2003-06-29 12:23:07 +00:00
e9549c0bf4
Code clean-up and docs provided
michal
2003-06-29 11:57:40 +00:00
7870c16e79
Fix generated jnlp file. We use now the correct tag for argument main class. Sysproperty isn't in jnlp dtd.
evenisse
2003-06-29 09:28:11 +00:00
a063092eed
Code cleanup
michal
2003-06-25 15:25:19 +00:00
cd372b2d5f
Added SCP deloyer.
michal
2003-06-25 12:33:11 +00:00
f1ac6b0815
Changed SCP Deployer to SFTP deployer. I am done with functionality (except of Http Deployer) Now I will test it deeper and assure that everything works.
michal
2003-06-24 22:22:55 +00:00
a460147e30
fixed small bug in doInstall method
michal
2003-06-24 16:20:51 +00:00
1a55848f66
Add doco about ignoring test failures
bwalding
2003-06-23 23:45:40 +00:00
09a1e33f75
Add doco about ignoring test failures
bwalding
2003-06-23 23:40:01 +00:00
f230073241
Implemented 5 file method.
michal
2003-06-23 09:49:38 +00:00
9307df7255
Applied patch from Cocell | Trygve Laugst�l [trygve@cocell.com]. I haven't tested it though and I hope it works...
vmassol
2003-06-22 18:09:20 +00:00
3048cd06ee
- Fix exclude of tmp files in generated zip - Default jboss server configation is now named ${pom.artifactId}
vmassol
2003-06-21 14:02:28 +00:00
ab8e82985f
Added myself as release manager for the jboss plugin
vmassol
2003-06-21 13:40:26 +00:00
da7c58765e
Make sure only scripts for the target os are copied
vmassol
2003-06-21 13:37:33 +00:00
526cd935db
<action dev="vmassol" type="add"> The plugin now supports JBoss 3.2.x by default. Support for JBoss 3.0.x is still available by setting the <code>maven.jboss.version=3.0</code> property. </action> <action dev="vmassol" type="add"> Added default start/stop script that are packaged into the generated jboss zip. Custom scripts can also be provided by overriding the <code>maven.jboss.script.dir</code> property. </action>
vmassol
2003-06-21 10:55:22 +00:00
e95b6675bc
Added scripts that are packaged in the jboss zip to start/stop jboss~
vmassol
2003-06-21 10:52:42 +00:00
c441b0427a
FTP, FILE deployers work. ssh(scp) on the way
michal
2003-06-19 22:02:37 +00:00
db6e173b60
<action dev="vmassol" type="fix"> Updated to Cactus/Ant of 19th of June 2003 which fixes a bug preventing JBoss to start correctly on unix machines (caused by an invalid URL file format on unix. Thanks to Chris Lenz for fixing it. </action>
vmassol
2003-06-19 20:27:00 +00:00
8321c780b1
<action dev="vmassol" type="fix"> When generating the JBoss server configuration zip, exclude JBoss tmp and log directories from the zip. </action> <action dev="vmassol" type="update"> Change strategy for bunding J2EE modules in the jboss server configuration. This is now achieved through dependencies in <code>project.xml</code>. for any J2EE module you want to incude add a <code>jboss.bundle</code> property in the said dependency definition. </action>
vmassol
2003-06-19 14:06:20 +00:00