File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 13
13
<version >4.0.4-SNAPSHOT</version >
14
14
15
15
<name >Plexus Security Dispatcher Component</name >
16
+ <description >This library provides encryption/decryption functionality with pluggable ciphers and password providers</description >
16
17
17
18
<scm >
18
19
<
connection >scm:git:
[email protected] :codehaus-plexus/plexus-sec-dispatcher.git</
connection >
98
99
<goal >stax-writer</goal >
99
100
</goals >
100
101
</execution >
102
+ <execution >
103
+ <id >generate-xdoc</id >
104
+ <goals >
105
+ <goal >xdoc</goal >
106
+ </goals >
107
+ <phase >pre-site</phase >
108
+ </execution >
101
109
</executions >
102
110
</plugin >
103
111
<plugin >
Original file line number Diff line number Diff line change 20
20
21
21
<id >settings-security</id >
22
22
<name >SecurityConfiguration</name >
23
- <description >SecurityConfiguration </description >
23
+ <description >The security configuration contains all settings related to the encryption/decryption functionality </description >
24
24
25
25
<defaults >
26
26
<default >
32
32
<classes >
33
33
<class rootElement =" true" >
34
34
<name >SettingsSecurity</name >
35
+ <description >Root element containing all security settings.</description >
35
36
<version >1.0.0+</version >
36
37
<fields >
37
38
<field >
38
39
<name >master</name >
39
40
<version >1.0.0/2.1.0</version >
40
41
<type >String</type >
41
- <description >encrypted master password</description >
42
+ <description >Encrypted master password. </description >
42
43
</field >
43
44
<field >
44
45
<name >relocation</name >
52
53
<version >3.0.0+</version >
53
54
<type >String</type >
54
55
<required >true</required >
55
- <description >The version of the model</description >
56
+ <description >The version of the model, use '4.0' for the most recent one. </description >
56
57
</field >
57
58
<field >
58
59
<name >masterSource</name >
Original file line number Diff line number Diff line change
1
+ <site xmlns =" http://maven.apache.org/SITE/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" >
3
+ <body >
4
+ <menu name =" Overview" >
5
+ <item name =" Settings" href =" settings-security.html" />
6
+ </menu >
7
+ </body >
8
+ </site >
You can’t perform that action at this time.
0 commit comments