Commit Graph

835 Commits

Author SHA1 Message Date
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>&lt;cactus.bundle&gt;true&lt;/cactus.bundle&gt;</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
bwalding
09a1e33f75 Add doco about ignoring test failures
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113533 13f79535-47bb-0310-9956-ffa450edef68
2003-06-23 23:40:01 +00:00
michal
f230073241 Implemented 5 file method.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113532 13f79535-47bb-0310-9956-ffa450edef68
2003-06-23 09:49:38 +00:00
vmassol
9307df7255 Applied patch from Cocell | Trygve Laugst�l [trygve@cocell.com]. I haven't tested it though and I hope it works...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113531 13f79535-47bb-0310-9956-ffa450edef68
2003-06-22 18:09:20 +00:00
vmassol
3048cd06ee - Fix exclude of tmp files in generated zip
- Default jboss server configation is now named ${pom.artifactId}


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113530 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 14:02:28 +00:00
vmassol
ab8e82985f Added myself as release manager for the jboss plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113529 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 13:40:26 +00:00
vmassol
da7c58765e Make sure only scripts for the target os are copied
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113528 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 13:37:33 +00:00
vmassol
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>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113527 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 10:55:22 +00:00
vmassol
e95b6675bc Added scripts that are packaged in the jboss zip to start/stop jboss~
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113526 13f79535-47bb-0310-9956-ffa450edef68
2003-06-21 10:52:42 +00:00
michal
d51b35af68 Partialy implemeneted "6 files method"
described http://nagoya.apache.org/wiki/apachewiki.cgi?Maven/DeployDependCycle
I need to copy foo-snapshot-version and  copy foo-snapshot-version.md5 files.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113525 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 15:24:52 +00:00