diff --git a/ejb/plugin.jelly b/ejb/plugin.jelly
index 1fc4e253..f348aee9 100644
--- a/ejb/plugin.jelly
+++ b/ejb/plugin.jelly
@@ -3,7 +3,8 @@
+ xmlns:util="jelly:util"
+ xmlns:artifact="artifact">
@@ -16,6 +17,8 @@
+
@@ -41,7 +44,7 @@
-
+
@@ -102,20 +105,63 @@
-
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ejb/project.xml b/ejb/project.xml
index d43bc65f..aaad83b4 100644
--- a/ejb/project.xml
+++ b/ejb/project.xml
@@ -34,6 +34,15 @@
Java Developer
+
+ Michal Maczka
+ michal
+ michal.maczka@dimatics.com
+
+ Java Developer
+
+
+
diff --git a/ejb/xdocs/changes.xml b/ejb/xdocs/changes.xml
index ecbe253d..08502ae1 100644
--- a/ejb/xdocs/changes.xml
+++ b/ejb/xdocs/changes.xml
@@ -6,6 +6,9 @@
+
+ Added deploy, deploy-snapshot and install-snapshot goals
+
Fixes for MAVEN-518.
Artifact processing in the plugin
diff --git a/ejb/xdocs/goals.xml b/ejb/xdocs/goals.xml
index f7e85123..6f9f4b58 100644
--- a/ejb/xdocs/goals.xml
+++ b/ejb/xdocs/goals.xml
@@ -1,35 +1,46 @@
-
Maven EJB Plug-in Goals
+ Michal Maczka
Nathan Coast
-
-
-
- | Goal | Description |
-
- | ejb |
-
- Default goal - see ejb:ejb
- |
-
-
- | ejb:ejb |
-
- constructs the ejb-jar file from the compiled sources
- and resources.
- |
-
-
- | ejb:install |
-
- Installs the generated ejb-jar file into the local repository
- |
-
-
-
-
+
+
+ ejb
+
+ Build a ejb file.
+ This goal simply executes the ejb:ejb goal
+
+
+
+ ejb:init
+ Initialize the file system and attain any necessary goals
+
+
+ ejb:ejb
+
+ Constructs the ejb-jar file from the compiled sources
+ and resources.
+
+
+
+ ejb:install
+ Installs the generated ejb-jar file into the local repository
+
+
+ ejb:install-snapshot
+ Install the snapshot version of the ejb into the local repository
+
+
+ ejb:deploy
+ Deploy the ejb to the remote repository(ies)
+
+
+ ejb:deploy-snapshot
+ Deploy the snapshot version of the ejb to the remote repository(ies)
+
+
+