Commit Graph

5356 Commits

Author SHA1 Message Date
Andrew Williams 7c6052772e we can use stable deps here
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483395 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 09:41:46 +00:00
Andrew Williams 7897be76b4 Goodness me this file was missed too, apologies again. Everything builds again now.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483313 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 00:39:30 +00:00
Andrew Williams 95072582c4 Apologies, not sure how those lines got duplicated on merge
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483308 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 00:27:07 +00:00
Andrew Williams 44ae99fc2d Merge maven.new for latest plexus classworlds and container APIs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483302 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 00:17:53 +00:00
Jason van Zyl a6977b53c7 o not sure what happened but i couldn't make an assembly the way i used to, so i reverted
o added an OSGi manifest to make it easier to Eugene to integrate into Eclipse


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@480835 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 04:45:40 +00:00
Brett Leslie Porter 6a36ae3b72 [MNG-2228] make sure build extensions are filtered from being loaded in plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@480377 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:40:59 +00:00
Jason van Zyl 53760225f5 o point people at the website
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@478663 13f79535-47bb-0310-9956-ffa450edef68
2006-11-23 20:46:24 +00:00
Brett Leslie Porter 9e60371913 adjust name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@477982 13f79535-47bb-0310-9956-ffa450edef68
2006-11-22 00:08:32 +00:00
John Dennis Casey 33e6497989 Adding blank outputFileNameMapping entry to the dependencySet to avoid unpacking into ${artifactId} subdirectories, and binding the assembly:single goal to the package phase to automatically make/attach the -dep artifact.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@477314 13f79535-47bb-0310-9956-ffa450edef68
2006-11-20 20:16:08 +00:00
Brett Leslie Porter 8b0f212ffa fix a crappy error message. It said that a POM referenced itself, when the problem was that the expression referenced itself.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@475132 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 06:08:40 +00:00
Dennis Lundberg e5a230eb86 o Make sure that descriptions end with a period, if they have a defaultValue. This way it will look nice when we upgrade to a newer version of Modello.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@474566 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 23:22:15 +00:00
Vincent Siveton a2f2d993d7 o Merged from 2.0.x branch revision r472890, MNG-2413
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@472891 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 13:34:14 +00:00
Vincent Siveton c1f1c371c0 o modified as Brett suggested. Thanks Brett!
http://mail-archives.apache.org/mod_mbox/maven-dev/200611.mbox/%3c6744A665-111C-4178-9A1C-B5E95AA5B740@apache.org%3e

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@471723 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 13:24:12 +00:00
Vincent Siveton 26ae29b892 MNG-2393: documentation of -U on CLI usage help is incorrect
Submitted by: Maria Odea Ching
Reviewed by: Vincent Siveton

o applied Thanks!


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@471217 13f79535-47bb-0310-9956-ffa450edef68
2006-11-04 15:33:57 +00:00
Vincent Siveton 107790bcf5 o documentation improvement
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@471200 13f79535-47bb-0310-9956-ffa450edef68
2006-11-04 14:13:57 +00:00
Vincent Siveton 388e354860 MNG-1997: document xsd support for pom and settings in guides
o added documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@471193 13f79535-47bb-0310-9956-ffa450edef68
2006-11-04 14:06:42 +00:00
Brett Leslie Porter edda56b91e fix according to developer conventions to minimise configuration.
Submitted by: Wendy Smoak


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470709 13f79535-47bb-0310-9956-ffa450edef68
2006-11-03 08:06:02 +00:00
Dennis Lundberg 36d1285791 [MNG-2117] Update doap file descriptor
o Regenerate the doap descriptor using the latest version of the DOAP plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470602 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 23:43:22 +00:00
Dennis Lundberg 371eb0cecb o Set EOL style to native.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470583 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 22:53:45 +00:00
Kenney Westerhof 7ae3a1a2b9 PR: MNG-1508; add process-test-classes phase. Merged from rev 470427 @ 2.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470432 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 17:26:10 +00:00
Kenney Westerhof 27598febd0 PR: MNG-2341. Merge from 2.0.x branch revision 470421
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470423 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 17:19:42 +00:00
John Dennis Casey dbfc2db51b Fixing ID keyword...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470397 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 15:49:47 +00:00
John Dennis Casey 5b97ecf776 [MNG-2539] Allowing plugin-level dependencies to be resolved from project repositories in addition to plugin repositories...project repositories have the lower precedence in this.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470392 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 15:37:25 +00:00
John Dennis Casey 956e690f30 o Added ability to pickup localRepository location from ~/.m2/settings.xml
o Added plexus-archiver, maven-plugins, maven-parent, and apache to items pre-fetched
o Added ability to use the codehaus snapshots repo to the download-artifact target
o Added ability to use types other than .jar to the download-artifact target
o Switched the download target file from using the resolved version of a snapshot to using the original -SNAPSHOT 
version

o COMMENTED OUT: The offline flags in the maven-compile and maven-assembly targets, since we're not prefetching all 
the poms and jars necessary for maven to run, yet.

o Added apache.snapshots as a plugin repository, so the assembly plugin snapshot will be reachable.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@469620 13f79535-47bb-0310-9956-ffa450edef68
2006-10-31 19:38:37 +00:00
Brett Leslie Porter 013435e2cf [MNG-1908] recommitting fix for SNAPSHOT handling. As far as I can tell, this doesn't incur the performance penalty it used to.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@469040 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 01:06:00 +00:00
Jason van Zyl fa88a9bab0 o take out the running of the integration tests, we'll build that into another process
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467852 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 03:31:08 +00:00
Jason van Zyl 4525908ea0 o moved to integration tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467847 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 03:04:50 +00:00
Jason van Zyl d4776345ef moved
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467845 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 03:00:37 +00:00
Jason van Zyl 32c927f962 o little hack to chop up the ITs when needed
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467842 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:46:20 +00:00
Jason van Zyl b19663375b o cleaning up, all moved to integration-tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467840 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:34:42 +00:00
Jason van Zyl 98f8270489 moved to integration-tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467837 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:31:13 +00:00
Jason van Zyl 7ea79a57a9 o reformat the POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467835 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:21:39 +00:00
Jason van Zyl 421013933c o don't need any special maven test suite
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467834 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:16:51 +00:00
Jason van Zyl f7c9d2aef8 o setup the envars for the verifier
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467832 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 02:06:39 +00:00
Jason van Zyl 2122f5d90b o activating all the tests that work
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467737 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 19:13:33 +00:00
Jason van Zyl 5a6ea1bdae o fixing path due to consistent package naming
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467729 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 18:56:56 +00:00
Jason van Zyl 294628473d o reformat
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467665 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 14:25:52 +00:00
Jason van Zyl fdfdbb491d more fixing of package, again i edited the copy ...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467661 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 14:14:09 +00:00
Jason van Zyl 48de6a055e o lots of fixes that I missed because I fixed the copy and not the source
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467652 13f79535-47bb-0310-9956-ffa450edef68
2006-10-25 13:41:43 +00:00
Jason van Zyl 550af7f43c fix aid/gid
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467424 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 18:09:59 +00:00
Jason van Zyl 49e1deea79 fix aid/gid
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467422 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 18:08:30 +00:00
Jason van Zyl 2a4c160830 fixing artifactId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467367 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 15:55:32 +00:00
Jason van Zyl 5558ddab41 o more fixes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467348 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 14:45:01 +00:00
Jason van Zyl 62cef305aa o bunch of fixes to ITs caused by trying to refactor in IDEA
most things are working and I'm now waiting for apache infra to come back up so i can
  deploy the new IT plugins.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467340 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 14:17:06 +00:00
Jason van Zyl 3faa7872e5 fix packages
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467330 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 13:31:56 +00:00
Jason van Zyl 9e36dfd0ec fix package
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467328 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 13:27:40 +00:00
Jason van Zyl 1c0409db9f fix package
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467327 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 13:27:14 +00:00
Jason van Zyl 99077a1eae fixing reference
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467175 13f79535-47bb-0310-9956-ffa450edef68
2006-10-23 23:13:39 +00:00
Jason van Zyl d13fdfa964 o now fully decoupled and the ITs are using the decouple IT plugins now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467117 13f79535-47bb-0310-9956-ffa450edef68
2006-10-23 20:14:18 +00:00
Jason van Zyl e38c550233 o using decoupled IT plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467110 13f79535-47bb-0310-9956-ffa450edef68
2006-10-23 19:44:53 +00:00