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
This commit is contained in:
ltheussl
2006-05-01 05:47:34 +00:00
parent 047260088b
commit 4a26045e8a
4 changed files with 17 additions and 1 deletions

View File

@@ -60,4 +60,15 @@
</goal>
<goal name="jalopy:settings"
description="Call the jalopy settings dialog">
<ant:java classname="de.hunsicker.jalopy.swing.SettingsDialog" fork="true">
<ant:classpath>
<ant:pathelement path="${plugin.getDependencyPath('jalopy:jalopy')}"/>
<ant:pathelement path="${plugin.getDependencyPath('log4j:log4j')}"/>
</ant:classpath>
</ant:java>
</goal>
</project>

View File

@@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.5-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="add" issue="MPJALOPY-11" due-to="Joachim Bader">Add a new goal to open Jalopy's SettingsDialog.</action>
<action dev="ltheussl" type="update" issue="MPJALOPY-10">Rewrite the plugin so it doesn't use the jalopy ant task anymore.</action>
<action dev="ltheussl" type="add">New properties maven.jalopy.inspect, maven.jalopy.backup and maven.jalopy.force. Removed properties maven.jalopy.logLevel and maven.jalopy.nbThread.</action>
<action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>

View File

@@ -33,6 +33,10 @@
<name>jalopy:format</name>
<description>Format all sources with code convention conformance</description>
</goal>
<goal>
<name>jalopy:settings</name>
<description>Open the jalopy settings dialog</description>
</goal>
</goals>
</body>
</document>

View File

@@ -20,7 +20,7 @@
<document>
<properties>
<title>Maven Jalopy Plugin</title>
<title>Maven 1.x Jalopy Plugin</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>