diff --git a/pom.xml b/pom.xml
index 6877b93..1a63edf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,7 @@
4.0.4-SNAPSHOT
Plexus Security Dispatcher Component
+ This library provides encryption/decryption functionality with pluggable ciphers and password providers
scm:git:git@github.com:codehaus-plexus/plexus-sec-dispatcher.git
@@ -98,6 +99,13 @@
stax-writer
+
+ generate-xdoc
+
+ xdoc
+
+ pre-site
+
diff --git a/src/main/mdo/settings-security.mdo b/src/main/mdo/settings-security.mdo
index f16b58a..1ddaf8a 100644
--- a/src/main/mdo/settings-security.mdo
+++ b/src/main/mdo/settings-security.mdo
@@ -20,7 +20,7 @@
settings-security
SecurityConfiguration
- SecurityConfiguration
+ The security configuration contains all settings related to the encryption/decryption functionality
@@ -32,13 +32,14 @@
SettingsSecurity
+ Root element containing all security settings.
1.0.0+
master
1.0.0/2.1.0
String
- encrypted master password
+ Encrypted master password.
relocation
@@ -52,7 +53,7 @@
3.0.0+
String
true
- The version of the model
+ The version of the model, use '4.0' for the most recent one.
masterSource
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..1f63023
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file