Commit Graph

1039 Commits

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