Commit Graph

31 Commits

Author SHA1 Message Date
Herve Boutemy d84a1989a8 improved description for the 3 different use-cases: un-versioned artifact, snapshot artifact and group containing Maven plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402812 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 15:53:03 +00:00
Herve Boutemy 033517664b improved documentation: metadata is available for snapshot artifacts too
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402807 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 15:23:10 +00:00
Herve Boutemy befb216845 added more information about metadata files: group vs artifact, remote vs local repository
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402806 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 15:11:06 +00:00
Herve Boutemy 72fe1a6d93 improved documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1337548 13f79535-47bb-0310-9956-ffa450edef68
2012-05-12 14:05:33 +00:00
Herve Boutemy 5a72e9bcb8 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1337491 13f79535-47bb-0310-9956-ffa450edef68
2012-05-12 09:47:17 +00:00
Herve Boutemy 3944b81734 updated title of introduction pages
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164922 13f79535-47bb-0310-9956-ffa450edef68
2011-09-03 20:02:14 +00:00
Herve Boutemy 799d63bf87 [MNG-5119] added Javadocs and JXR links in left menu for every module to give easy access to code
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1137154 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 10:00:46 +00:00
Benjamin Bentmann 01ae5291a8 [MNG-4452] Metadata for snapshots should include classifier
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@995057 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 13:48:04 +00:00
Benjamin Bentmann 6c37a89744 [MNG-4756] Aether integration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@988749 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 22:46:07 +00:00
Herve Boutemy 56aae7adbb updated Modello schema used to 1.4.0 for java.clone attribute support in class element
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982826 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 23:25:45 +00:00
Herve Boutemy 57e54dc4c0 added generics to hand-written code in model (merged from 2.2 branch r982716)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@982719 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 18:10:39 +00:00
Herve Boutemy d16b880a23 copied site documentation from 2.2.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963869 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13 21:35:58 +00:00
Benjamin Bentmann c389e65f2b o Separated maven-metadata.xml model into separate module for easy reuse in standalone repository library
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@950566 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 13:56:15 +00:00
Jason van Zyl f40e0bf52c o unifying anythign to do with artifact resolution into one module
o maven-artifact-test not used                                                                                                                   
o maven-artifact-manager is not consumed separate anywhere as the ant tasks are now an uber jar                                                  
o i'm fine with having a proper maven-artifact-api jar but it's leaking all over the place and the api is out of control                      


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@531291 13f79535-47bb-0310-9956-ffa450edef68
2007-04-22 22:19:23 +00:00
Jason van Zyl aad68d174f o this is not used
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@531255 13f79535-47bb-0310-9956-ffa450edef68
2007-04-22 18:57:35 +00:00
Jason van Zyl 89eb3710cd updating license headers
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@513040 13f79535-47bb-0310-9956-ffa450edef68
2007-02-28 22:54:43 +00:00
Brett Leslie Porter e5644518bd merge r499763 from branch - add methods to repository metadata class
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@499790 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 13:37:44 +00:00
Brett Leslie Porter d9e845eb9c [MNG-2790] lastUpdated timestamp in local repository metadata not updated on install if it already exists
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@499368 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 11:42:36 +00:00
Brett Leslie Porter 65acc94926 implement lax parsing of repository metadata XML files
PR: MNG-1788


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@355404 13f79535-47bb-0310-9956-ffa450edef68
2005-12-09 07:58:04 +00:00
John Dennis Casey 32841e4e03 Fixing standalone maven-core build...fixing metadata merge where lastUpdated == "null" (null-string)...and finally, disabling plugin resolution from referencing the current project, since this will really screw up builds of plugins that are referenced in the plugin lifecycle mapping...like maven-surefire-plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312948 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 20:01:43 +00:00
Brett Leslie Porter 5404045229 PR: MNG-230
create a local copy of the snapshot

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292401 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 07:36:55 +00:00
Brett Leslie Porter 5d4c8f0aa9 merge fixes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292384 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 03:48:30 +00:00
Jason van Zyl aa4344bae0 o adding the name to the deploy plugin metadata so that i can pull it down
and display it in an IDE


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292339 13f79535-47bb-0310-9956-ffa450edef68
2005-09-28 22:56:41 +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
Kenney Westerhof 5777c1ac9f Forgot these two:
o repository metadata: use FQCN

o verifier plugin: use non-deprecated notation


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280561 13f79535-47bb-0310-9956-ffa450edef68
2005-09-13 14:26:34 +00:00
Brett Leslie Porter 935dcdf0f7 PR: MNG-613
revert previous flushing of metadata as not all metadata is attached during transformation
instead fix the problem of setting of local copy directly

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280349 13f79535-47bb-0310-9956-ffa450edef68
2005-09-12 14:58:31 +00:00
Brett Leslie Porter 3a4b91b310 PR: MNG-613
push shared code into metadata manager

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280232 13f79535-47bb-0310-9956-ffa450edef68
2005-09-12 01:23:23 +00:00
Brett Leslie Porter 285d97d93c PR: MNG-847
merge metadata if it is duplicated

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280086 13f79535-47bb-0310-9956-ffa450edef68
2005-09-11 07:08:55 +00:00
Trygve Laugstol 488cac14ff o Adding newline at end of file.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@278605 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 15:56:52 +00:00
Brett Leslie Porter abd4ae6018 PR: MNG-613
make repository metadata behave more like snapshots with daily updates.
next step is to move the version checking to use that instead and fallback to the old files

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@266298 13f79535-47bb-0310-9956-ffa450edef68
2005-09-02 07:16:16 +00:00
Brett Leslie Porter e0457b0204 PR: MNG-613
reorganise in preparation for generalised repository metadata

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@264091 13f79535-47bb-0310-9956-ffa450edef68
2005-08-29 06:37:33 +00:00