add ASL 2 to generated descriptors

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-01-12 11:17:35 +00:00
parent 8b83f608bd
commit 21d68ac1e7
3 changed files with 22 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-gump-plugin</id>
<name>Maven Gump Plug-in</name>
<currentVersion>2.0</currentVersion>
<currentVersion>2.0.1-SNAPSHOT</currentVersion>
<description/>
<shortDescription>produce Gump descriptor</shortDescription>
<url>http://maven.apache.org/reference/plugins/gump/</url>

View File

@ -25,6 +25,24 @@
<!-- This should probably be pom.groupId, except I think module may need to be unique in gump space -->
<!-- Note the nasty CDATA stuff: required to ensure proper handling by gump on empty tags -->
<j:whitespace>
<x:comment>
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
</x:comment>
<x:comment>
- This descriptor was automatically generated using Maven.
- To regenerate, run: "maven ${goal}"

View File

@ -24,6 +24,9 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="2.0.1-SNAPSHOT" date="in SVN">
<action dev="brett" type="add">Add ASL 2.0 to the generated descriptor</action>
</release>
<release version="2.0" date="2005-01-08">
<action dev="brett" type="add">Add maven.gump.module.name property for overriding the module name</action>
<action dev="brett" type="add">Add junitreport element to the descriptor</action>