bwalding
9abf183aca
Oh I think I see now :) It was internally using a basedir. Switched to using doc:jslFile which has less magic inside it.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113583 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 05:02:07 +00:00
dion
4d4e13dc80
Added maven.multiproject.navigation property
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113582 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 04:49:12 +00:00
dion
2e8fdaa571
Added dependencies for velocity taglib
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113581 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 04:48:34 +00:00
dion
33ca1d8b46
Navigation for multiprojects
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113580 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 04:42:27 +00:00
bwalding
584aac0963
Not exactly sure how this ever worked? Possibly a change in doc:jsl tag?
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113579 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 04:41:02 +00:00
dion
795ca5b8eb
Fix external-tools to work with cached goals
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113578 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 00:04:14 +00:00
michal
cf267b6c71
Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113577 13f79535-47bb-0310-9956-ffa450edef68
2003-07-03 20:41:36 +00:00
michal
e25dab5bd6
Added install, install-snapshot, deploy, deploy-snapshot goals
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113576 13f79535-47bb-0310-9956-ffa450edef68
2003-07-03 09:01:53 +00:00
michal
0ae8ac50b1
Added EXTERNAL deployer and made some minor optimzation.
...
External deployer is a deployer which starts external process
for each deployment request.
This deployer conceptually close to what what used in maven-deploy plugin
Thanks to this deployer external tools like ssh shells/scp etc. can be used
for deploying artifacts.
Such feature might be useful for users who want to relay on external security infrastructure for making deployments.
Still need to test this deployer (I haven't tried it on UNIX) and define
list of parameters passed from deployer to the external process and fix
their order.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113575 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 12:42:23 +00:00
michal
05be2a1f64
Destination directory for tlds files were created inside src area.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113574 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 12:21:00 +00:00
michal
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.
Fix for Maven-481 - tlds deps can be bundled in wars
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113573 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 10:34:48 +00:00
evenisse
b181837933
Fix Maven-428. Used maven.docs.dest
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113572 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 10:24:14 +00:00
vmassol
0d4000d594
- Fixed Changes report which was not showing up correctly (blank page)
...
- Fixed MAVEN-538: report generation failing when no errors.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113571 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 10:06:41 +00:00
evenisse
a94a0f8fe3
Fixed MAVEN-493. I register reports only if source, test,... exists.
...
So, corresponding entrys in menu will appear only if reports are registered.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113570 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 09:04:17 +00:00
evenisse
b09393d3bf
Fix Maven-343. Support large jar files. Thanks to James Macgill.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113569 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 08:39:18 +00:00
vmassol
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.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113568 13f79535-47bb-0310-9956-ffa450edef68
2003-07-02 07:03:23 +00:00
vmassol
347f160611
Now using pom.artifacts to support <jar> override
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113567 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 21:34:20 +00:00
vmassol
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113566 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 21:04:52 +00:00
michal
b8ccb7170d
Fixes for MAVEN-518.
...
Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113565 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 14:58:52 +00:00
michal
dfbf909c49
Fixes for MAVEN-518.
...
Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113564 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 14:57:57 +00:00
evenisse
ec2baff6e1
fixed MAVEN-493.
...
I register reports only if source, test,... exists.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113563 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 13:53:42 +00:00
evenisse
6c66c205ff
Fixed Maven-489.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113562 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 12:47:35 +00:00
evenisse
815774f56d
Remove ${basedir} from pom.build.sourceDirectory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113561 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 10:58:58 +00:00
evenisse
b0fe79ecb4
Corrected version number.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113560 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 10:16:38 +00:00
evenisse
24470697be
#Maven-483.
...
Corrected link for viewcvs url configured with multiple cvs repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113559 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 10:05:46 +00:00
evenisse
e73147c1a3
#Maven-483.
...
Corrected link for viewcvs url configured with multiple cvs repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113558 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 09:57:16 +00:00
michal
8dcbcc7319
o Iterating over artifacts not deps
...
o Added deploy, deploy-snapshot and install-shapshot goals
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113557 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 08:45:14 +00:00
michal
6aa6f0da0d
Iterating over artifacts not deps
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113556 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 08:43:51 +00:00
evenisse
3db93deabe
#Maven-461. Thanks to David Zeleznik
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113555 13f79535-47bb-0310-9956-ffa450edef68
2003-07-01 05:13:59 +00:00
dion
c6ecd68d0e
external-tools support for eclipse 2.1
...
Note: this is not thoroughly tested
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113554 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 05:56:07 +00:00
dion
d8e2d5b4b6
Template for the eclipse 2.1 launch files
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113553 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 05:53:17 +00:00
dion
b3477f7396
Rename from reactor
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113552 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 03:18:49 +00:00
dion
6ebdcb7b31
Remove ${basedir} from pom.build.sourceDirectory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113551 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 17:59:33 +00:00
dion
68da2606e7
Fix docs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113550 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 16:03:43 +00:00
dion
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
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113549 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 15:43:15 +00:00
dion
b0620f113a
Docs on latest changes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113548 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 13:39:58 +00:00
dion
26d455c523
Fully resolve file names so that reactored builds with .. in the path are handled correctly
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113547 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 13:39:02 +00:00
dion
76973e5943
Make it a snapshot
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113546 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 13:23:54 +00:00
dion
d375cc91dc
Fix descriptions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113545 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 13:23:27 +00:00
dion
c90b4fdbb9
Fix properties for site publishing
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113544 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 13:22:23 +00:00
bwalding
43beb52651
Cleanup of doco by request.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113543 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 13:16:02 +00:00
michal
2002914171
maven-artifact-plugin used for deployment/installation
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113542 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 12:23:07 +00:00
michal
e9549c0bf4
Code clean-up and docs provided
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113541 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 11:57:40 +00:00
evenisse
7870c16e79
Fix generated jnlp file. We use now the correct tag for argument main class.
...
Sysproperty isn't in jnlp dtd.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113540 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 09:28:11 +00:00
kaz
275d4e9de4
Patch from Chris Shorrock <chris@shorrockin.com>. Thanks!
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113539 13f79535-47bb-0310-9956-ffa450edef68
2003-06-26 18:36:40 +00:00
michal
a063092eed
Code cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113538 13f79535-47bb-0310-9956-ffa450edef68
2003-06-25 15:25:19 +00:00
michal
cd372b2d5f
Added SCP deloyer.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113537 13f79535-47bb-0310-9956-ffa450edef68
2003-06-25 12:33:11 +00:00
michal
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113536 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 22:22:55 +00:00
michal
a460147e30
fixed small bug in doInstall method
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113535 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 16:20:51 +00:00
bwalding
1a55848f66
Add doco about ignoring test failures
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113534 13f79535-47bb-0310-9956-ffa450edef68
2003-06-23 23:45:40 +00:00