From 3ec86ab1ea87eb72f8c27b247e2afd493ce40326 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 1 Oct 2004 14:36:23 +0000 Subject: [PATCH] o adding element to the model that will be used for configuring plugins (i am getting tired of the -Dfoo=bar mucking). git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163178 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 50 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index cf9cc9f758..f3cc558f6e 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -205,7 +205,6 @@ String This naming is inconsistent and distribution should occur from a repository structure. - repositories 4.0.0 @@ -225,6 +224,15 @@ This may be removed or relocated in the near future. It is undecided whether plugins really need a remote repository set of their own. + + plugins + 4.0.0 + Plugin declarations and configuration. + + Plugin + * + + mailingLists 3.0.0+ @@ -1622,6 +1630,46 @@ + + + + Plugin + 4.0.0 + + + id + 4.0.0 + String + true + + + version + 4.0.0 + true + The version of the plugin to be used. + String + + + configuration + Properties + + String + * + + + + +