Commit Graph

1025 Commits

Author SHA1 Message Date
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