- Schema
- ns0.xsd
- Available Since
- 1.4-M1
Properties
| name |
data type |
type |
namespace |
min/max occurs |
description |
| blockRedeployments
|
boolean
|
element
|
|
1/1
|
|
| cronExpression
|
string
|
element
|
|
0/1
|
|
| daysOlder
|
int
|
element
|
|
1/1
|
|
| deleteReleasedSnapshots
|
boolean
|
element
|
|
1/1
|
|
| location
|
string
|
element
|
|
0/1
|
|
| releases
|
boolean
|
element
|
|
1/1
|
|
| resetStats
|
boolean
|
element
|
|
1/1
|
|
| retentionCount
|
int
|
element
|
|
1/1
|
|
| scanned
|
boolean
|
element
|
|
1/1
|
|
| skipPackedIndexCreation
|
boolean
|
element
|
|
1/1
|
|
| snapshots
|
boolean
|
element
|
|
1/1
|
Get null
|
| stageRepoNeeded
|
boolean
|
element
|
|
1/1
|
|
| stagingRepository
|
managedRepository
|
element
|
|
0/1
|
|
|
| description |
string
|
element
|
|
0/1
|
|
| id |
string
|
element
|
|
0/1
|
|
| indexDirectory |
string
|
element
|
|
0/1
|
|
| layout |
string
|
element
|
|
0/1
|
|
| name |
string
|
element
|
|
0/1
|
|
Example
<managedRepository>
<cronExpression>...</cronExpression>
<location>...</location>
<releases>...</releases>
<snapshots>...</snapshots>
<blockRedeployments>...</blockRedeployments>
<stagingRepository/>
<scanned>...</scanned>
<daysOlder>...</daysOlder>
<retentionCount>...</retentionCount>
<deleteReleasedSnapshots>...</deleteReleasedSnapshots>
<stageRepoNeeded>...</stageRepoNeeded>
<resetStats>...</resetStats>
<skipPackedIndexCreation>...</skipPackedIndexCreation>
<description>...</description>
<id>...</id>
<name>...</name>
<indexDirectory>...</indexDirectory>
<layout>...</layout>
</managedRepository>