Commit Graph

27 Commits

Author SHA1 Message Date
Brett Leslie Porter 40fbb1698d legacy repo in tests is friendlier to windows systems with path length restrictions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164001 13f79535-47bb-0310-9956-ffa450edef68
2005-04-21 04:46:22 +00:00
Brett Leslie Porter a75e7d2577 improved error handling and other clean up
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163979 13f79535-47bb-0310-9956-ffa450edef68
2005-04-20 16:41:36 +00:00
Brett Leslie Porter 05ae5c03e3 split the plugin API and the plugin descriptor code
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163927 13f79535-47bb-0310-9956-ffa450edef68
2005-04-13 05:11:49 +00:00
Brett Leslie Porter 771c4333d0 remove deleted file from descriptor
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163888 13f79535-47bb-0310-9956-ffa450edef68
2005-04-09 02:06:15 +00:00
Jason van Zyl c10a3d9092 add a name element
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163887 13f79535-47bb-0310-9956-ffa450edef68
2005-04-08 22:04:15 +00:00
Brett Leslie Porter e62f087f24 some POM enhancements
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163862 13f79535-47bb-0310-9956-ffa450edef68
2005-04-08 07:50:53 +00:00
John Dennis Casey ff25b2fec0 o Adding archetype for marmalade-mojo creation. this hasn't been thoroughly tested yet, because of a bug in model caching within the DefaultMavenProjectBuilder
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163844 13f79535-47bb-0310-9956-ffa450edef68
2005-04-07 21:25:01 +00:00
Brett Leslie Porter f4ecf6bf08 update the archetypes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163837 13f79535-47bb-0310-9956-ffa450edef68
2005-04-07 15:42:46 +00:00
Brett Leslie Porter 9408e4607d Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163834 13f79535-47bb-0310-9956-ffa450edef68
2005-04-07 15:01:14 +00:00
Brett Leslie Porter a91be5bc51 use new name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163789 13f79535-47bb-0310-9956-ffa450edef68
2005-04-05 16:30:55 +00:00
Brett Leslie Porter 49593155d0 update poms for releases
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163741 13f79535-47bb-0310-9956-ffa450edef68
2005-04-01 16:03:43 +00:00
Brett Leslie Porter 14bb2c805a change the maven group ID
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163670 13f79535-47bb-0310-9956-ffa450edef68
2005-03-23 06:52:55 +00:00
John Dennis Casey 10b55add40 o Created non-abstract base class for DefaultArtifactFactory to extend, called ArtifactConstructionSupport, which provides centralized means for constructing artifacts consistently without all the maven-core specific methods. These maven-core specifics not delegate to the generic methods provided in this new class.
o Adjusted the maven-archetype stuff to work with the new artifact creation/resolution/etc. methods in maven-artifact and maven-core.
o Removed all direct construction of DefaultArtifact and replaced with ArtifactConstructionSupport where it would have involved putting the DefaultArtifactFactory in the plexus.xml, and where the code doesn't need dependency-oriented methods.
o Archetype works now, using the example provided in plexus/plexus-site/src/site/apt/building-plexus-applications.apt


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163615 13f79535-47bb-0310-9956-ffa450edef68
2005-03-18 22:02:09 +00:00
Jason van Zyl a53bf28c86 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163607 13f79535-47bb-0310-9956-ffa450edef68
2005-03-18 06:41:16 +00:00
Brett Leslie Porter abe5a2ce99 set the correct packaging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163579 13f79535-47bb-0310-9956-ffa450edef68
2005-03-16 06:55:21 +00:00
Brett Leslie Porter a44b6f9726 flip pom format
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163511 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 01:35:25 +00:00
Trygve Laugstol 9a893526e5 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163314 13f79535-47bb-0310-9956-ffa450edef68
2005-01-25 12:10:40 +00:00
Emmanuel Venisse 2ab584b37d Fix templates processing for windows.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163296 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 16:41:58 +00:00
Trygve Laugstol 668ecf8165 o Setting parent pom.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163295 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 13:53:26 +00:00
Trygve Laugstol 244f6070e8 o Improving test case.
o Fixing proper reading of the resources sections.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163294 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 13:40:44 +00:00
Trygve Laugstol f5052b6d5a o Adding group id and version when creating a archetype.
o Adding licenses.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163293 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 13:03:10 +00:00
Trygve Laugstol b5add4d660 o Adding cvs ignores.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163292 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 01:47:20 +00:00
Trygve Laugstol 6c60e42f8a o Adding missing poms.
o Adjusting poms so they extends the correct parent pom.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163290 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 15:03:16 +00:00
Jason van Zyl e9763fcfee *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163285 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 07:08:36 +00:00
Jason van Zyl c4f134552a *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163284 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 07:06:36 +00:00
Jason van Zyl d89b6de961 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163283 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 06:59:23 +00:00
Jason van Zyl df4ea9d0d3 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163280 13f79535-47bb-0310-9956-ffa450edef68
2004-12-29 06:20:51 +00:00