Emmanuel Venisse
ed662b2182
Update doxia for support docbook documents
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327142 13f79535-47bb-0310-9956-ffa450edef68
2005-10-21 09:51:01 +00:00
Brett Leslie Porter
8d50ba07b2
PR: MNG-1257
...
make javadoc work for WAR
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327064 13f79535-47bb-0310-9956-ffa450edef68
2005-10-21 01:20:19 +00:00
Jason van Zyl
c93340a7f5
o fix for MNG-1194 using project.properties in filtering process
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327041 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 23:38:51 +00:00
Jason van Zyl
02d05c618f
o i changed the wrong POM
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327028 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 22:57:26 +00:00
Jason van Zyl
49f2f32828
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327024 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 22:53:06 +00:00
Jason van Zyl
336704e66c
o need to use scpexe as the standard wagon has some problems
...
o adding an extension to use the external ssh command
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327021 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 22:49:06 +00:00
Jason van Zyl
9ca511b45c
o changing version to 1.0-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327014 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 22:32:52 +00:00
Fabrizio Giustina
55494d0b64
as usual, don't forget to handle source artifacts (should this be done automatically?)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326993 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 20:00:19 +00:00
Jason van Zyl
3b0bb4c11c
o start of a repository plugin, we can now make bundles for upload
...
to JIRA.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326918 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 14:59:59 +00:00
Vincent Siveton
61b7fe600d
MNG-1216: Move code part to sort projectInfos and projectReports with the default locale setted
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326890 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 11:29:20 +00:00
Vincent Siveton
c0a503396e
MNG-1216, MNG-1239: Add a default bundle (safety) for assembly-plugin, pmd-plugin, clover-plugin, site-plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326881 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 10:44:25 +00:00
Kenney Westerhof
2b1488cc7e
Added testSourceRoot too as suggested by Piotr Burdylo on IRC.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326879 13f79535-47bb-0310-9956-ffa450edef68
2005-10-20 10:24:22 +00:00
John Dennis Casey
32d5f59762
Putting beanshell back in the dependencies list.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326646 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 18:46:47 +00:00
Brett Leslie Porter
60cfb93baf
PR: MNG-458
...
merge components.xml files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326629 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 18:25:03 +00:00
Brett Leslie Porter
242905ac74
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326405 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 05:41:58 +00:00
Brett Leslie Porter
1582bc78ee
[maven-release-plugin] prepare release maven-site-plugin-2.0-beta-4
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326402 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 05:41:12 +00:00
John Dennis Casey
1dca6e1b69
Restoring 2.0.1-SNAPSHOT maven dependency versions.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326374 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 04:17:20 +00:00
John Dennis Casey
0fd68fb754
Ant support is working. I want to revisit the testing before I let it go, though.
...
o Added maven-script-ant to wrapper Ant-based Plexus components in a Mojo-compliant shell
o Added maven-plugin-tools-ant to extract plugin descriptor metadata from Ant-based plugin sources
o Revised the maven-plugin-tools-model, which can be used as a generic companion metadata file for things like Ant-based mojos. It now includes an analogy to @parameter default-value=""
o Added javadoc format for DefaultWagonManager, correcting the name of an exception thrown by the configureWagon() method.
o Changed the required version of maven-plugin-tools-api in the plugin-plugin to 2.0.1-SNAPSHOT, to accommodate changes in the script-based mojo descriptor extractor API. This allows companion metadata files for mojo scripts, as in the case of Ant.
o Removed maven-plugin-tools-beanshell from the plugin-plugin's dependencies. It can be included as a plugin-dependency in the plugin projects that need it, in similar fashion to Ant's extractors.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326372 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 04:14:13 +00:00
Brett Leslie Porter
3ea056c928
PR: MNG-1233
...
integration test for scope handling
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326365 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 03:55:43 +00:00
Jason van Zyl
6eb39b64ef
o adding snippets for a guide
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326311 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 00:50:08 +00:00
John Dennis Casey
9eb9a4682b
Resolving: MNG-1076 Added ability to detect system scoped dependencies, and add them as external jar references rather than kind=var references. Included some new messages for handling this case, as well.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@325905 13f79535-47bb-0310-9956-ffa450edef68
2005-10-17 14:59:47 +00:00
Kenney Westerhof
dfc3afb54b
Remove @requiresDirectInvocation, so assemblies can be built using
...
executions in the pom.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@325883 13f79535-47bb-0310-9956-ffa450edef68
2005-10-17 12:22:55 +00:00
Vincent Siveton
76be187409
Added a goal description
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@322515 13f79535-47bb-0310-9956-ffa450edef68
2005-10-16 21:53:05 +00:00
Vincent Siveton
35fe47e7dc
MNG-796: Added a download report
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@322514 13f79535-47bb-0310-9956-ffa450edef68
2005-10-16 21:51:20 +00:00
Fabrizio Giustina
8caa84a288
the canGenerateReport() has just been added to MavenReport: calling it from the site plugin makes all the plugins compiled with an earlier version fail with an AbstractMethodError.
...
This is intended as a temporary patch to keep the site plugin compatible with existing reports.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@322499 13f79535-47bb-0310-9956-ffa450edef68
2005-10-16 18:23:35 +00:00
Fabrizio Giustina
e02b8ed1e4
MNG-1216 CimReport.getBundle throws exception when locale doesn't have bundle
...
renamed the english resource bundle from project-info-report_en.properties to project-info-report.properties, so it's always used as the default when a bundle for the current locale is missing
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@322460 13f79535-47bb-0310-9956-ffa450edef68
2005-10-16 08:14:11 +00:00
Brett Leslie Porter
2e2140cc4e
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321477 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:19:15 +00:00
Brett Leslie Porter
727dba6852
[maven-release-plugin] prepare release maven-checkstyle-plugin-2.0-beta-1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321475 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:18:54 +00:00
Brett Leslie Porter
7dd582b246
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321472 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:13:23 +00:00
Brett Leslie Porter
b85b7dcdb4
[maven-release-plugin] prepare release maven-project-info-reports-plugin-2.0-beta-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321470 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:12:25 +00:00
Brett Leslie Porter
31594f1577
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321469 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:10:24 +00:00
Brett Leslie Porter
53d343cfa2
[maven-release-plugin] prepare release maven-site-plugin-2.0-beta-3
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321467 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:09:08 +00:00
Brett Leslie Porter
26e6d0a4a8
update snapshot
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321466 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:08:32 +00:00
Brett Leslie Porter
af2c32da36
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321464 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:05:20 +00:00
Brett Leslie Porter
c5d73e4d39
[maven-release-plugin] prepare release maven-javadoc-plugin-2.0-beta-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321462 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:05:06 +00:00
Brett Leslie Porter
c8bb90130f
remove snapshot
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321460 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:04:12 +00:00
Brett Leslie Porter
8207848273
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321459 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:01:53 +00:00
Brett Leslie Porter
cb0e0d1c1a
[maven-release-plugin] prepare release maven-war-plugin-2.0-beta-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321456 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 19:01:17 +00:00
Brett Leslie Porter
bb3ddd1484
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321454 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:56:20 +00:00
Brett Leslie Porter
0aa6a220ce
[maven-release-plugin] prepare release maven-resources-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321452 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:55:59 +00:00
Brett Leslie Porter
1e7781ec15
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321441 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:50:35 +00:00
Brett Leslie Porter
c503ac281e
[maven-release-plugin] prepare release maven-rar-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321439 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:50:21 +00:00
Brett Leslie Porter
4a2cb2e86a
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321435 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:46:06 +00:00
Brett Leslie Porter
94c9eb7aa9
[maven-release-plugin] prepare release maven-source-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321433 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:45:08 +00:00
Brett Leslie Porter
ae7aa279d3
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321430 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:36:28 +00:00
Brett Leslie Porter
d5e2f6e5c3
[maven-release-plugin] prepare release maven-deploy-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321427 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:35:40 +00:00
Brett Leslie Porter
92d352e6be
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321424 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:30:29 +00:00
Brett Leslie Porter
cdc077086b
[maven-release-plugin] prepare release maven-install-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321421 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:29:48 +00:00
Brett Leslie Porter
948d5bb24c
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321418 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:28:55 +00:00
Brett Leslie Porter
71bde5c07d
[maven-release-plugin] prepare release maven-jar-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321415 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:28:40 +00:00
Brett Leslie Porter
7879104fac
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321408 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:22:06 +00:00
Brett Leslie Porter
24108ee163
[maven-release-plugin] prepare release maven-assembly-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321406 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:21:48 +00:00
Brett Leslie Porter
16d0d42b25
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321404 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:17:32 +00:00
Brett Leslie Porter
4f3c8eff5d
[maven-release-plugin] prepare release maven-ejb-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321402 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:17:06 +00:00
Brett Leslie Porter
c2498523b8
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321401 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:16:07 +00:00
Brett Leslie Porter
569e413939
[maven-release-plugin] prepare release maven-eclipse-plugin-2.0-beta-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321399 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:15:47 +00:00
Brett Leslie Porter
c8ee240f69
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321397 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:05:29 +00:00
Brett Leslie Porter
f36121aa97
[maven-release-plugin] prepare release maven-ear-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321395 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 18:03:35 +00:00
Brett Leslie Porter
e6c1dac2df
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321393 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:45:44 +00:00
Brett Leslie Porter
2c1d82eb12
[maven-release-plugin] prepare release maven-assembly-plugin-2.0-beta-2
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321391 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:44:58 +00:00
Brett Leslie Porter
eda4d30ae9
update snapshot
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321390 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:40:25 +00:00
Brett Leslie Porter
e5be975974
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321387 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:19:13 +00:00
Brett Leslie Porter
82edada617
[maven-release-plugin] prepare release maven-clean-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321385 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:18:55 +00:00
Brett Leslie Porter
8a66aa5d13
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321384 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:14:19 +00:00
Brett Leslie Porter
076e59f530
[maven-release-plugin] prepare release maven-antrun-plugin-1.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321382 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:14:03 +00:00
Brett Leslie Porter
078a97dace
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321380 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:08:45 +00:00
Brett Leslie Porter
c270eb725b
[maven-release-plugin] prepare release maven-compiler-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321377 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 17:06:32 +00:00
Brett Leslie Porter
aeb83c5e59
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321376 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 16:51:45 +00:00
Brett Leslie Porter
35db6c41a7
[maven-release-plugin] prepare release maven-release-plugin-2.0-beta-3
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321374 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 16:47:53 +00:00
Brett Leslie Porter
481707956e
disabling release poms by default for now
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321372 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 16:40:09 +00:00
Brett Leslie Porter
9428fb20d3
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321369 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 16:34:42 +00:00
Brett Leslie Porter
f43c6887b8
[maven-release-plugin] prepare release maven-plugin-plugin-2.0
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321367 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 16:34:15 +00:00
Brett Leslie Porter
723e09e470
upgrade to release
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321364 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 16:27:35 +00:00
Brett Leslie Porter
0bdcb67043
PR: MNG-1211
...
Submitted by: Matthew Pocock
Reviewed by: Brett Porter
add a "-" to the start of compiler arguments (since it can't be specified in the XML)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321345 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 15:08:09 +00:00
Brett Leslie Porter
8818d550cd
PR: MNG-1210
...
Submitted by: Matthew Pocock
Reviewed by: Brett Porter
Show command line options when forking the compiler
(applied with modifications)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321344 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 15:01:14 +00:00
Brett Leslie Porter
3068a0259c
make sure compiler warnings are output
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321340 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 14:42:19 +00:00
Brett Leslie Porter
f56c194b48
PR: MNG-673
...
Submitted by: Edwin Punzalan
remove unneeded dependency resolution
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321337 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 13:38:32 +00:00
Brett Leslie Porter
6e0d411886
PR: MNG-1196
...
Submitted by: Johnny R. Ruiz III
rename variable to avoid conflict with m1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321336 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 13:31:20 +00:00
Brett Leslie Porter
d817a178ef
PR: MNG-1195
...
Submitted by: Edwin Punzalan
Fix validation of generated HTML
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321335 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 13:29:00 +00:00
Brett Leslie Porter
2df01ca71f
PR: MNG-1030
...
Submitted by: Edwin Punzalan
fix indentation of nav items
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321334 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 13:25:47 +00:00
Brett Leslie Porter
eb6fed83ca
PR: MNG-1038
...
Submitted by: Edwin Punzalan
fix warSourceExcludes issue
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321331 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 13:18:01 +00:00
Brett Leslie Porter
286075ab38
PR: MNG-829
...
Submitted by: Johnny R. Ruiz III
use File for basedir aligned parameter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321327 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 12:57:36 +00:00
Brett Leslie Porter
0b6e19dd59
PR: MNG-1185
...
Submitted by: Johnny R. Ruiz III
align parameter name with site generation plugin to avoid conflict
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321326 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 12:54:36 +00:00
Brett Leslie Porter
238c28b0f6
PR: MNG-862
...
Submitted by: Rod Coffin
don't force a particular implementation of Map on configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321325 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 12:48:20 +00:00
Brett Leslie Porter
92de4af9fa
PR: MNG-793
...
Submitted by: Allan Ramirez
only write properties when changed to avoid unnecessary diffs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321324 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 12:37:14 +00:00
Brett Leslie Porter
51b9ce75e5
PR: MNG-970
...
Submitted by: Edwin Punzalan
add optimize option
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321313 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 08:15:33 +00:00
Brett Leslie Porter
8a35d8801e
use new version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321311 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 08:07:18 +00:00
Brett Leslie Porter
fbe2d4ff4f
PR: MNG-975
...
Submitted by: Edwin Punzalan
add verbose option
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321310 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 08:05:42 +00:00
Brett Leslie Porter
cc6092fca1
PR: MNG-578
...
only add classpath dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321308 13f79535-47bb-0310-9956-ffa450edef68
2005-10-15 07:46:56 +00:00
Stephane Nicoll
b4c955faf3
Updated documentation according to new Mojos. (exploded / inplace).
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321145 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 16:32:43 +00:00
Brett Leslie Porter
65bd735849
not necessary, reverting
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321130 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 14:17:39 +00:00
Brett Leslie Porter
1f81c64a42
it seems the plugin parent needs to be the same one as in the reactor to build itself.
...
This is a very isolated case to the plugin plugin - a minor issue will be filed in JIRA
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321109 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 13:22:24 +00:00
Brett Leslie Porter
e4962e6549
update poms on trunk for next version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321053 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 08:15:05 +00:00
Brett Leslie Porter
d095c64b00
update versions in plugins
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321048 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 08:08:16 +00:00
Brett Leslie Porter
0a31c4eccb
PR: MNG-1199
...
Submitted by: Allan Ramirez
correct docletpath argument
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320996 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 04:14:50 +00:00
Brett Leslie Porter
79058b9388
bundle javadoc with java source releases
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320991 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 03:50:52 +00:00
Brett Leslie Porter
ed22c950e8
add new methods to type handler:
...
- isAddedToClassPath (default false)
- language (default "none")
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320986 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 03:32:41 +00:00
John Dennis Casey
7a1e687879
Resolving: MNG-704, allowing list syntax for tags in the javadoc configuration. NOTE: The old single-line tag config syntax is also still supported.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320901 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 20:12:52 +00:00
John Dennis Casey
02eba11c6f
Resolving: MNG-1164...added the ability to use a null key in addArg...(), and used this to avoid passing in the key -additionalparam.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320891 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 19:39:52 +00:00
John Dennis Casey
02c020ad64
Resolving: MNG-968
...
Applied patches from Lester Ecarma (Thanks, Lester!), and refactored the location property of OfflineLink to be a File type, since this will work more readily for locations on the filesystem. Tested on a local variant of maven-core/pom.xml, and it appears to work fine.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320874 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 19:06:28 +00:00
Brett Leslie Porter
1c7c34f027
more error diagnostics improvements
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320869 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 18:49:19 +00:00
Brett Leslie Porter
11df168337
PR: MNG-122
...
final exception cleanup - reduce the noise in the lifecycle executor, get rid of response object in favour of exception handling from DefaultMaven.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320797 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 16:36:54 +00:00
Brett Leslie Porter
665759970a
PR: MNG-578
...
use test artifacts - its the widest scope so includes everything, but also does a "isAddedToClasspath" check so only jar, ejb, etc are added.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320794 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 16:30:48 +00:00
Brett Leslie Porter
c707f40b35
pass in artifact repositories, not model repositories
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320747 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 12:13:02 +00:00
Brett Leslie Porter
1f97932050
PR: MNG-122
...
cleanup artifact/plugin not found exception
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320704 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 09:51:36 +00:00
Brett Leslie Porter
562facf5d2
PR: MNG-122
...
cleanup artifact metadata retrieval exceptions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320701 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 09:13:11 +00:00
Brett Leslie Porter
1957f5118d
add copyright
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320680 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 07:12:00 +00:00
Brett Leslie Porter
f19ade8c85
update plexus container
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320679 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 06:58:22 +00:00
Brett Leslie Porter
1901992586
PR: MNG-122
...
exception clean up phase 2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320675 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 06:50:22 +00:00
Brett Leslie Porter
5de6418c69
PR: MNG-122
...
exception clean up phase 1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320668 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 05:30:22 +00:00
John Dennis Casey
1481438ecd
Renaming two mojos named *Plugin, and adding APT doco.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@319280 13f79535-47bb-0310-9956-ffa450edef68
2005-10-13 00:48:37 +00:00
Fabrizio Giustina
9769ca45a5
also delete .wtpmodules files + some code cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@315062 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 22:26:50 +00:00
John Dennis Casey
9206f623e5
Adding documentation, to resolve MNG-1082.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@315045 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 20:58:36 +00:00
John Dennis Casey
b99ea0af8a
Resolving: MNG-1004...won't add link args if maven is offline.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@315043 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 20:51:04 +00:00
John Dennis Casey
2bc772a524
Resolving: MNG-1155...Applied patch for OS X path of javadoc.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@315040 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 20:40:34 +00:00
John Dennis Casey
dda4d9944f
Resolving: MNG-698, MNG-1081
...
Describe mojo is finished. Just need to finish documenting the projecthelp plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@315022 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 20:15:45 +00:00
John Dennis Casey
253fce25ae
Resolving: MNG-1129, encoding is now a plugin parameter on the resources mojos.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@315021 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 20:11:47 +00:00
Brett Leslie Porter
193f15a392
clean up compiler plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314975 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 17:30:39 +00:00
Brett Leslie Porter
f65323f71a
clean up compiler plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314968 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 17:06:49 +00:00
Brett Leslie Porter
92b5a461c5
clean up compiler plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314964 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 16:59:24 +00:00
Brett Leslie Porter
341973b03f
clean up compiler plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314963 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 16:58:03 +00:00
Brett Leslie Porter
c525b4d9ed
exclude old plexus utils
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314962 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 16:57:07 +00:00
Brett Leslie Porter
d064c1ceba
updated for new plexus-velocity
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314960 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 16:42:23 +00:00
Brett Leslie Porter
70ff436ddf
clean up ear plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314956 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 16:27:15 +00:00
Brett Leslie Porter
e8540568ae
clean up ant plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314945 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 15:24:33 +00:00
Brett Leslie Porter
14db4338c1
clean up eclipse plugin exception handling
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314944 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 15:21:42 +00:00
Brett Leslie Porter
ec7316abed
clean up MavenReportException uses
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314937 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 14:58:24 +00:00
Brett Leslie Porter
80bcf484b1
use consistent version of wagon
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314928 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 14:28:09 +00:00
Brett Leslie Porter
708f915b68
use released versions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314880 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 13:05:54 +00:00
Brett Leslie Porter
eb7bfef758
remove unneeded exception in ant plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314864 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 12:44:21 +00:00
Brett Leslie Porter
655c0314e8
fix report name
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314820 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 08:22:41 +00:00
Brett Leslie Porter
71731929bf
change component tags
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314819 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 08:22:00 +00:00
Brett Leslie Porter
c760f900e6
cleanup tags, and only use batch mode when it was what was originally used to run maven
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314814 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 07:41:34 +00:00
Brett Leslie Porter
fe7aade8a9
fix pom now that I've tested the error diagnoser ;)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314811 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 07:28:58 +00:00
Brett Leslie Porter
6536d96a55
avoid tests until we can figure whether the chicken or egg came first and if it were the chicken, why it crossed the road
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314807 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 07:05:37 +00:00
Brett Leslie Porter
2de21910eb
update model version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314800 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 06:29:19 +00:00
Brett Leslie Porter
60854c5f75
PR: MNG-1132
...
Submitted by: Jerome Lacoste
Reviewed by: Brett Porter
use output directory for unpack
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314779 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 04:37:55 +00:00
Brett Leslie Porter
ecbcad4cb3
PR: MNG-958
...
Submitted by: Johnny R. Ruiz III
Reviewed by: Brett Porter
optionally include site in assembly
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314777 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 04:25:51 +00:00
Brett Leslie Porter
9a10c356bd
update plexus utils version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314775 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 04:12:47 +00:00
Brett Leslie Porter
5071fe6d93
leave maven-artifact out
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314762 13f79535-47bb-0310-9956-ffa450edef68
2005-10-12 03:17:27 +00:00
John Dennis Casey
28e2b08266
Removing restrictions on adding pluginArtifacts to the test classpath in surefire, since they should go behind the classpath elements from the project...also adding system scope handling to the artifact facotry, so transitive dependencies on system-scoped deps are handled correctly.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312958 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 21:20:13 +00:00
Brett Leslie Porter
d0b79e3ee3
fix component tag
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312920 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 17:35:22 +00:00
Brett Leslie Porter
aaae013631
put back surefire, junit dependencies. Needed to run tests.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312919 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 17:24:13 +00:00
Brett Leslie Porter
71633bcb1d
sort alphabetically by name, not filename
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312916 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 16:57:51 +00:00
Brett Leslie Porter
33a918bee3
compilation fix
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312913 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 16:40:37 +00:00
Brett Leslie Porter
7eecaeadb8
fix ordering
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312912 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 16:41:19 +00:00
Brett Leslie Porter
8cf50fbfae
sort reports alphabetically
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312909 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 16:23:20 +00:00
Kenney Westerhof
1fb6768963
Added support for registering a new sourceroot using a <sourceRoot>
...
tag; very useful for scripts that generate sources.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312902 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 15:53:51 +00:00
Brett Leslie Porter
23b2eeb0be
PR: MNG-945
...
do not display reports that should not be generated in the navigation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312901 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 15:49:39 +00:00
Brett Leslie Porter
a301818e2f
PR: MNG-1151
...
Submitted by: Edwin Punzalan
rename sample report so it doesn't get overwritten by the real one
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312899 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 15:05:30 +00:00