From 4a26045e8ad98f456d0afee345aa57c8f222df92 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 1 May 2006 05:47:34 +0000 Subject: [PATCH] PR: MPJALOPY-11 Submitted by: Joachim Bader Add a new goal to open Jalopy's SettingsDialog. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@398533 13f79535-47bb-0310-9956-ffa450edef68 --- jalopy/plugin.jelly | 11 +++++++++++ jalopy/xdocs/changes.xml | 1 + jalopy/xdocs/goals.xml | 4 ++++ jalopy/xdocs/index.xml | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/jalopy/plugin.jelly b/jalopy/plugin.jelly index fe56646f..a52c272e 100644 --- a/jalopy/plugin.jelly +++ b/jalopy/plugin.jelly @@ -60,4 +60,15 @@ + + + + + + + + + + diff --git a/jalopy/xdocs/changes.xml b/jalopy/xdocs/changes.xml index a352b1f9..3a79149d 100644 --- a/jalopy/xdocs/changes.xml +++ b/jalopy/xdocs/changes.xml @@ -24,6 +24,7 @@ + Add a new goal to open Jalopy's SettingsDialog. Rewrite the plugin so it doesn't use the jalopy ant task anymore. New properties maven.jalopy.inspect, maven.jalopy.backup and maven.jalopy.force. Removed properties maven.jalopy.logLevel and maven.jalopy.nbThread. Upgrade to log4j 1.2.13. diff --git a/jalopy/xdocs/goals.xml b/jalopy/xdocs/goals.xml index 7e1e01c6..7e3e0cd2 100644 --- a/jalopy/xdocs/goals.xml +++ b/jalopy/xdocs/goals.xml @@ -33,6 +33,10 @@ jalopy:format Format all sources with code convention conformance + + jalopy:settings + Open the jalopy settings dialog + \ No newline at end of file diff --git a/jalopy/xdocs/index.xml b/jalopy/xdocs/index.xml index 8e7e24cd..4ab608d1 100644 --- a/jalopy/xdocs/index.xml +++ b/jalopy/xdocs/index.xml @@ -20,7 +20,7 @@ - Maven Jalopy Plugin + Maven 1.x Jalopy Plugin Emmanuel Venisse