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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user