From 2be5db4494db1753ba03366bc00859a4cf3c7b72 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 6 Jul 2004 22:21:07 +0000 Subject: [PATCH] Prompt for artifactId, groupId and version if missing. PR: MPPLUGIN-20 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115678 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 23 +++++++++++++++++++---- plugin/project.xml | 5 +++++ plugin/xdocs/changes.xml | 3 +++ 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index 7763a3d2..553704d6 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -19,14 +19,14 @@ @@ -206,8 +206,23 @@ + + + + + + + + + + + 20030211.142705 http://jakarta.apache.org/commons/jelly/libs/xml/ + + commons-jelly + commons-jelly-tags-interaction + 20030211.143817 + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 7ddf1e2a..1c46ed92 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -25,6 +25,9 @@ + + Prompt for artifactId, groupId and version if missing. + Add assertFileNotFound tag