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