From 21d68ac1e76d1ceaa5f58cdcbe7ab1fefa50080a Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 12 Jan 2005 11:17:35 +0000 Subject: [PATCH] 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 --- gump/project.xml | 2 +- gump/src/plugin-resources/module.jelly | 18 ++++++++++++++++++ gump/xdocs/changes.xml | 3 +++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/gump/project.xml b/gump/project.xml index c05b824d..76469301 100644 --- a/gump/project.xml +++ b/gump/project.xml @@ -23,7 +23,7 @@ 3 maven-gump-plugin Maven Gump Plug-in - 2.0 + 2.0.1-SNAPSHOT produce Gump descriptor http://maven.apache.org/reference/plugins/gump/ diff --git a/gump/src/plugin-resources/module.jelly b/gump/src/plugin-resources/module.jelly index bc5d9b67..9b8d3f41 100755 --- a/gump/src/plugin-resources/module.jelly +++ b/gump/src/plugin-resources/module.jelly @@ -25,6 +25,24 @@ + +/* + * 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. + */ + + - This descriptor was automatically generated using Maven. - To regenerate, run: "maven ${goal}" diff --git a/gump/xdocs/changes.xml b/gump/xdocs/changes.xml index 1f45cd31..a5ec1c1f 100644 --- a/gump/xdocs/changes.xml +++ b/gump/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Add ASL 2.0 to the generated descriptor + Add maven.gump.module.name property for overriding the module name Add junitreport element to the descriptor