Commit Graph

6670 Commits

Author SHA1 Message Date
Herve Boutemy 3e210666ab added license headers
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@725037 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 09:08:18 +00:00
Herve Boutemy d242ddfaf2 applied our coding conventions (no code change)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@725035 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 09:06:40 +00:00
Jason van Zyl 845dfab57c o opening up access to the exclusion filters for tycho
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724386 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 15:56:26 +00:00
Jason van Zyl e509236dae o configuration is plexus-component-metadata is in the parent POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724215 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 22:17:12 +00:00
Jason van Zyl 5b1426a881 o i didn't update the maven-shared-model correctly, revert
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724213 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:54:10 +00:00
Jason van Zyl a0e4a63d08 o update to API change in maven-shared-model
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724211 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:44:09 +00:00
Jason van Zyl 25f28a2bcd o adding the maven-compat module to the artifacts to filter out. fixes the last problem with the tycho build.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724157 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 16:46:34 +00:00
Oleg Gusakov 83ef648b04 changed maven-mercury into a real plexus component, needed for MERCURY-46
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@723476 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 22:40:32 +00:00
Benjamin Bentmann ba371df6c8 o Stabilized build
maven-core> mvn dependency:tree

[INFO] [dependency:tree]
[INFO] org.apache.maven:maven-core:jar:3.0-SNAPSHOT
[INFO] +- org.sonatype.plexus:plexus-plugin-manager:jar:1.0-SNAPSHOT:compile
[INFO] |  +- org.apache.maven:maven-mercury:jar:3.0-SNAPSHOT:compile

but yet

{java] [INFO] Reactor Summary:
[java] [INFO] ------------------------------------------------------------------------
[...]
[java] [INFO] Maven Core ............................................ FAILED [14.024s]
[...]
[java] [INFO] Maven Mercury ......................................... NOT BUILT
[java] [INFO] ------------------------------------------------------------------------

whatever maven-mercury is used to build maven-core, it's not the one from the current build...


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@723126 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 23:23:52 +00:00
Benjamin Bentmann 2e0df3e33c o Excluded test scoped dependencies from maven.classpath
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@723120 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 23:06:43 +00:00
Britton Isbell 3a61ccdc8e Fix: MNG-3822
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@722374 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 05:03:30 +00:00
Britton Isbell 35ba672d64 Updated spec.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@722281 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 23:18:44 +00:00
Britton Isbell 4a4f814887 Updated the inheritance rules.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@722228 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 20:59:56 +00:00
Britton Isbell 32d7501b6f Remove out statements.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721983 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 06:42:16 +00:00
Britton Isbell 17d9b4929a Added Title/Author to spec doc
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721982 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 06:37:20 +00:00
Jason van Zyl 9ab1a5b5ed o i'll find a better place for this but want to get it into svn
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721981 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 06:27:32 +00:00
Jason van Zyl 268d611fa7 o use a release of plexus with the updated metadata generation tools
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721959 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 04:28:32 +00:00
Jason van Zyl d589ac5072 o generating annotations from the javadoc in maven-compat, no point in converting to annotations, we'll take what's
there and leave it at that.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721950 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 02:49:21 +00:00
Jason van Zyl 5d81258b34 o generating the descriptor from the javadoc sources
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721949 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 02:47:46 +00:00
Benjamin Bentmann f2f0a95cfb o Sync compiler encoding, source and target of bootstrap with POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721902 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 21:36:30 +00:00
Benjamin Bentmann be548d862f o Tweaked source to compensate for bug in QDox's parser
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721900 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 21:28:43 +00:00
Britton Isbell 6310c2e473 Putting this back in. Should work.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721898 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 21:20:29 +00:00
Britton Isbell 784f6d10e7 Removed comment that was causing compile error.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721897 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 21:12:35 +00:00
Jason van Zyl 2b66d03796 o deprecate this component, the model properties-based system will replace this
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721885 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 20:06:57 +00:00
Jason van Zyl 8ed1aa0e20 o deprecate ModelUtils, all of this will be taken care of by the model properties-based system.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721884 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 20:06:16 +00:00
Jason van Zyl 853940402d o notes on maven artifact's removal
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721882 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 19:57:15 +00:00
Jason van Zyl 8dd21f8db6 o transfer notes about compatibility to a confluence document, we'll eventually use idiom to generate the new site. no more
site plugin for me.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721877 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 19:38:09 +00:00
Jason van Zyl 9052c84f94 o fixing imports so they aren't ambiguous
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721860 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 17:12:18 +00:00
Jason van Zyl e8acbbec39 o not used
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721859 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 17:11:50 +00:00
Jason van Zyl 887d534ad2 o formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721771 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 06:41:42 +00:00
Jason van Zyl 8532f36055 o set the header to 3.0-alpha-1, we'll wire this in with mercury in alpha-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721770 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 06:40:43 +00:00
Jason van Zyl 633b598548 o we will set the header in the wagon manager as we have no clients anymore and all of this will be gone in alpha-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721766 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 06:09:15 +00:00
Jason van Zyl 0853c03589 o isolated realm is obsolete
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721765 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 06:01:09 +00:00
Jason van Zyl 6d841464e3 o don't need components.xml anymore
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721760 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 05:19:37 +00:00
Jason van Zyl 4f5cdce538 o using annos
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721759 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 05:18:34 +00:00
Jason van Zyl 9bc9c86231 o use annos where possible
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721750 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 01:46:13 +00:00
Jason van Zyl 2911344c19 o fix xml comments
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721743 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 00:00:18 +00:00
Jason van Zyl 829ddb2170 o separate out all artifact handlers and lifecycles from the core components
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721738 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 23:23:40 +00:00
Jason van Zyl bc516f8682 o dead directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721734 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 21:57:59 +00:00
Jason van Zyl 2b3c94dfc5 o there will be one way to run the ITs for Maven 3.x. we're all using the core suite directly as will Hudson
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721722 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 21:23:16 +00:00
Jason van Zyl 0995098125 o not going to be running the ITs from the bootstrap itself, there will be one standard way to run the ITs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721721 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 21:20:57 +00:00
Jason van Zyl 08c0050a9b o don't need the fake pom anymore, we'll gracefully move on
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721720 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 21:16:02 +00:00
Benjamin Bentmann 4f4358ee02 o Updated method signatures due to r721715
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721716 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 20:54:28 +00:00
Benjamin Bentmann 1927fa4ddf o Stabilized tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721713 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 20:38:27 +00:00
Jason van Zyl 0c085889ae o plexus annos can now be generated from the bootstrap
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721707 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 19:52:26 +00:00
Jason van Zyl be2e8dd16e o use properties derived from the pom so that there are no hardcoded versions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721697 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 17:37:47 +00:00
Jason van Zyl b562ff720f o create a property for the modello version
o update to latest plexus


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721696 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 17:37:13 +00:00
Jason van Zyl d212f9e2b6 o remove the artifact handlers out of the main components file, they can be merged now. need to quickly move to the point where all component metadata for wiring is generated so that we can move toward analysis of the annotations at runtime. we also need the configuration source way of pulling in component configuration.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721694 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 17:24:04 +00:00
Jason van Zyl a10faccdfc o get rid of debug output
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721647 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 05:46:52 +00:00
Jason van Zyl c889d7266d o adding container requirement to descriptor to remove the contextualize phase
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721643 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 05:37:07 +00:00