Brett Leslie Porter
3715ac2a6c
default to group ID for package
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@234150 13f79535-47bb-0310-9956-ffa450edef68
2005-08-21 05:41:30 +00:00
John Dennis Casey
71cb5dc399
Resolving: MNG-282
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227259 13f79535-47bb-0310-9956-ffa450edef68
2005-08-03 20:43:58 +00:00
Brett Leslie Porter
511af3d3e2
PR: MNG-596
...
add XSD definition to m2 poms and archetypes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220079 13f79535-47bb-0310-9956-ffa450edef68
2005-07-21 13:58:42 +00:00
Emmanuel Venisse
a029d766ce
Update all versions to beta-1-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@202001 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 15:29:14 +00:00
John Dennis Casey
a2cd5059d5
[maven-release-plugin] prepare for development 1.0-alpha-2-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201461 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:50:54 +00:00
John Dennis Casey
040b6379a4
[maven-release-plugin] prepare release 1.0-alpha-1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201459 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:50:38 +00:00
John Dennis Casey
138f94e7bd
rolling back version...retrying release.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201458 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:50:24 +00:00
John Dennis Casey
dcb2491ce9
[maven-release-plugin] prepare release 1.0-alpha-1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201457 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:49:07 +00:00
John Dennis Casey
9665a75367
Changing root element from <model> to <project>.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201456 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:47:48 +00:00
John Dennis Casey
4477d54a0c
getting ready to release.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201270 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:36:24 +00:00
John Dennis Casey
b5a77d1d35
getting ready to release.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201116 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 20:33:08 +00:00
John Dennis Casey
fcbc5e7d6f
Resolving: MNG-495
...
o Pressing [ENTER] at a plugin update prompt should result in the plugin being registered, as indicated by the prompt.
o Use CLI switch '--no-plugin-updates' to suppress usage of the plugin registry
o Use CLI switch '--update-plugins' to force updated/resolved plugin versions to be registered
o Neither of these has a short CLI option, since we're starting to run out of sensible char options for these types of things.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193082 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 06:03:10 +00:00
Brett Leslie Porter
73d9813ee6
update default values
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190220 13f79535-47bb-0310-9956-ffa450edef68
2005-06-12 05:21:38 +00:00
Brett Leslie Porter
a86c54a3dd
fix scm since it is not located under parent directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189885 13f79535-47bb-0310-9956-ffa450edef68
2005-06-10 03:06:36 +00:00
Brett Leslie Porter
3fff37a88d
update parent reference for access to CI settings
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189882 13f79535-47bb-0310-9956-ffa450edef68
2005-06-10 02:44:03 +00:00
Brett Leslie Porter
420d9a5fca
remove old cvs ignore files
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@188697 13f79535-47bb-0310-9956-ffa450edef68
2005-06-07 05:24:51 +00:00
Brett Leslie Porter
6557e2d4be
update archetypes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170014 13f79535-47bb-0310-9956-ffa450edef68
2005-05-13 12:49:01 +00:00
Brett Leslie Porter
3dc7a5cc88
update to latest mojo API
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169220 13f79535-47bb-0310-9956-ffa450edef68
2005-05-09 02:13:08 +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
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
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
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
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