Brett Leslie Porter
|
eb1c5b5fb2
|
don't ever ping to local repository
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292169 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 12:58:13 +00:00 |
Brett Leslie Porter
|
687b41ede8
|
remove legacy metadata handling
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292156 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 10:12:38 +00:00 |
Brett Leslie Porter
|
3c8a171004
|
remove legacy metadata handling
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292155 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 09:57:10 +00:00 |
Brett Leslie Porter
|
7773aa4d40
|
misread this change, thought it was incorporated into isSnapshot but that is what we are trying to avoid
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292154 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 09:18:40 +00:00 |
Brett Leslie Porter
|
b94672b9e4
|
PR: MNG-913
don't attempt to re-resolve a snapshot of the form 1.0-yyyyMMdd.HHmmss-B
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292152 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 09:00:52 +00:00 |
Brett Leslie Porter
|
bd839db47e
|
fix issue with goal fork
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292143 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 08:16:19 +00:00 |
Brett Leslie Porter
|
31a4d8ea41
|
PR: MNG-951
timestamp the metadata so that it can be merged correctly
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292139 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 08:08:45 +00:00 |
Brett Leslie Porter
|
55dc8586c7
|
test goal as well
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292134 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 05:55:13 +00:00 |
Brett Leslie Porter
|
5c7b9ca408
|
removed marmalade support from plugin plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292132 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 05:52:19 +00:00 |
Brett Leslie Porter
|
ddfcc65d55
|
PR: MNG-817
add goal="..." to @execute
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292125 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 05:09:14 +00:00 |
John Dennis Casey
|
86d1a481f5
|
Storing plugin contexts by plugin and project in the release manager, and furnishing access to them via the session. This will restrict shared information scopes to the plugin AND the project, in a reactored situation.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292105 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 03:38:00 +00:00 |
Brett Leslie Porter
|
2bc0f749a1
|
PR: MNG-1034
use reporting for default output directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292104 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 03:17:58 +00:00 |
Brett Leslie Porter
|
c5d1b378f2
|
PR: MNG-677
default output directory should be set in reporting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292103 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 03:14:06 +00:00 |
Brett Leslie Porter
|
67276fab81
|
windows compatible way of listing goals
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292100 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-28 03:00:50 +00:00 |
Brett Leslie Porter
|
ef67fbbe64
|
resurrect file that shouldn't have been deleted
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292067 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 22:51:45 +00:00 |
Brett Leslie Porter
|
18e4f26f74
|
clarify site plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292063 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 22:33:09 +00:00 |
John Dennis Casey
|
6829625d1b
|
Added test case to prove that MNG-781 is fixed.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292047 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 21:16:16 +00:00 |
John Dennis Casey
|
2e5941be2b
|
Adding it0073.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292027 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 20:02:57 +00:00 |
John Dennis Casey
|
2a3f5dfa95
|
Fixing version of maven-core-it-plugin to make it work with the snapshot repository...also added the snapshot repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292026 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 20:01:47 +00:00 |
John Dennis Casey
|
30d2a16b5a
|
Resolving: MNG-823...added context-awareness to AbstractMojo, using ContextEnabled interface to avoid breaking Mojo API for direct implementors. Added two mojos in the core-it plugin to use the plugin context map, and an IT - it0073 - to test the whole thing.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292023 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 19:49:37 +00:00 |
Jason van Zyl
|
063f67e9a1
|
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292013 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 18:27:55 +00:00 |
Jason van Zyl
|
d672c383ce
|
o adding metadata needed by DefaultRuntimeInformation
o adding required plexus component descriptors
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291966 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 14:42:04 +00:00 |
Jason van Zyl
|
15e28864eb
|
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291956 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 14:24:52 +00:00 |
Jason van Zyl
|
4d10cc8a75
|
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291951 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 14:10:23 +00:00 |
Jason van Zyl
|
0881dd50f9
|
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291949 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 14:02:41 +00:00 |
Jason van Zyl
|
003b6f0d78
|
o adding some getters for eugene to access things like the default local
repository and such.y
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291948 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 14:02:06 +00:00 |
Jason van Zyl
|
fda11fb725
|
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291940 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 13:57:41 +00:00 |
Jason van Zyl
|
de98870b03
|
adding notes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291937 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 13:38:35 +00:00 |
Jason van Zyl
|
af059c3bb4
|
more notes from eugene
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291933 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 13:13:02 +00:00 |
Jason van Zyl
|
41ae1736a5
|
more notes from eugene
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291932 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 13:11:31 +00:00 |
Brett Leslie Porter
|
1ca5707247
|
updated site
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291926 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 13:01:57 +00:00 |
Vincent Siveton
|
a02d425122
|
Corrected EOL for apt files. Thanks Brett.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291924 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 12:39:19 +00:00 |
Vincent Siveton
|
0df59dd877
|
Corrected EOL for apt files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291922 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 12:32:25 +00:00 |
Vincent Siveton
|
d0c947d85f
|
PR: MNG-953
Submitted by: Johnny R. Ruiz III
Reviewed by: Vincent Siveton
Added how to and sample reports for the project info reports plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291920 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 12:07:10 +00:00 |
Kenney Westerhof
|
3451b01f6f
|
Fixed default updateInterval (add missing 'interval:' prefix)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291919 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 12:03:56 +00:00 |
Vincent Siveton
|
1c5b9d4057
|
For MNG-706 comments: upgraded org.apache.maven.reporting:maven-reporting-impl to 2.0-beta-3-SNAPSHOT (required for new features in AbstractMavenReportRenderer class, see revision 291668); Updated renderBody() to handle correctly relative path and javadoc plugin as HTML; Added documentation.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291895 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 10:41:19 +00:00 |
Brett Leslie Porter
|
e84044cf94
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291852 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 07:56:07 +00:00 |
Brett Leslie Porter
|
f82dcafaad
|
[maven-release-plugin] prepare release maven-plugin-plugin-2.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291850 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 07:55:52 +00:00 |
Brett Leslie Porter
|
e71ac2617d
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291849 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 07:49:49 +00:00 |
Brett Leslie Porter
|
531b337520
|
[maven-release-plugin] prepare release maven-site-plugin-2.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291847 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 07:49:28 +00:00 |
John Dennis Casey
|
cd60968a2a
|
Working on: MNG-897...added AntMojoDescriptorExtractor, PluginMetadataParser, and made small changes to the plugin metadata model used by scripts like Ant. This should be complete, except for wiring into the tool front-ends and testing with an Ant-based plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291823 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 04:46:37 +00:00 |
Jason van Zyl
|
7ea930ccb1
|
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291817 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 04:15:58 +00:00 |
John Dennis Casey
|
e41222abd0
|
Resolving: MNG-1008...DependencyManagement can now inject exclusions.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291806 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 02:31:33 +00:00 |
Brett Leslie Porter
|
78e74cd7fe
|
lining up versions. still use beta-1 where appropriate
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291803 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-27 00:56:40 +00:00 |
Jason van Zyl
|
a82f9fedf5
|
o making sure that the jar is indeed produced
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291779 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-26 23:17:21 +00:00 |
Jason van Zyl
|
e7e70cb97f
|
o adding a test which shows that a project can be built from the embedder,
now we need to work on the events and logging.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291775 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-26 22:49:03 +00:00 |
Jason van Zyl
|
16199817d4
|
o adding a test project that i'm going to try and build from the embedder
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291769 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-26 22:23:43 +00:00 |
John Dennis Casey
|
7abf304382
|
Resolving: MNG-934...setting default updateInterval in plugin-registry.xml to 1 day for now...we may want to update again for the 2.0-final release. This way, users will go at most 24 hours before being prompted to update their plugins, rather than having to do it manually.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291761 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-26 21:52:13 +00:00 |
Jason van Zyl
|
84e3f2c016
|
o adding execution for goals/phases
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291754 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-26 21:36:18 +00:00 |
Jason van Zyl
|
b44c5bb224
|
o sketch of how the code in here might be replaced with the embedder
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291752 13f79535-47bb-0310-9956-ffa450edef68
|
2005-09-26 21:30:03 +00:00 |