aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-configuration/src/main/mdo/configuration.mdo
blob: 6187c49c43a72b4b3d426a245fd9c09db52b0d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements.  See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership.  The ASF licenses this file
  ~ to you under the Apache License, Version 2.0 (the
  ~ "License"); you may not use this file except in compliance
  ~ with the License.  You may obtain a copy of the License at
  ~
  ~   http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing,
  ~ software distributed under the License is distributed on an
  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  ~ KIND, either express or implied.  See the License for the
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->

<model>
  <id>configuration</id>
  <name>Configuration</name>
  <description>
    Configuration for the Maven Repository Manager.
  </description>
  <defaults>
    <default>
      <key>package</key>
      <value>org.apache.maven.archiva.configuration</value>
    </default>
  </defaults>
  <classes>
    <class rootElement="true" xml.tagName="configuration">
      <name>Configuration</name>
      <version>1.0.0</version>
      <fields>
        <field>
          <name>repositories</name>
          <version>1.0.0</version>
          <association>
            <type>RepositoryConfiguration</type>
            <multiplicity>*</multiplicity>
          </association>
        </field>
        <field>
          <name>proxiedRepositories</name>
          <version>1.0.0</version>
          <association>
            <type>ProxiedRepositoryConfiguration</type>
            <multiplicity>*</multiplicity>
          </association>
        </field>
        <field>
          <name>syncedRepositories</name>
          <version>1.0.0</version>
          <association>
            <type>SyncedRepositoryConfiguration</type>
            <multiplicity>*</multiplicity>
          </association>
        </field>
        <field>
          <name>localRepository</name>
          <version>1.0.0</version>
          <type>String</type>
          <description>
            The location of the local repository.
          </description>
        </field>
        <field>
          <name>indexPath</name>
          <version>1.0.0</version>
          <type>String</type>
          <description>
            The location of the Lucene index to use for the repository. The default is the .index subdirectory of
            the repository.
          </description>
        </field>
        <field>
          <name>minimalIndexPath</name>
          <version>1.0.0</version>
          <type>String</type>
          <description>
            The location of the reduced Lucene index to use for the repository. The default is the .small-index
            subdirectory of the repository.
          </description>
        </field>
        <field>
          <name>indexerCronExpression</name>
          <version>1.0.0</version>
          <type>String</type>
          <description>When to run the indexing mechanism. Default is every 0 and 30 mins of any hour.</description>
          <defaultValue>0 0,30 * * * ?</defaultValue>
        </field>
        <field>
          <name>globalBlackListPatterns</name>
          <version>1.0.0</version>
          <description>Blacklisted patterns in the discovery process</description>
          <association>
            <type>String</type>
            <multiplicity>*</multiplicity>
          </association>
        </field>
        <field>
          <name>proxy</name>
          <version>1.0.0</version>
          <association>
            <type>Proxy</type>
          </association>
          <description>The network proxy to use for outgoing requests.</description>
        </field>
      </fields>
      <codeSegments>
        <codeSegment>
          <version>1.0.0</version>
          <code><![CDATA[
    public Configuration()
    {
        localRepository = new java.io.File( System.getProperty( "user.home" ), ".m2/repository" ).getAbsolutePath();
    }

    public boolean isValid()
    {
        boolean valid = true;

        if ( indexPath == null )
        {
            valid = false;
        }
        else if ( getRepositories().isEmpty() )
        {
            valid = false;
        }
        return valid;
    }

    /**
     * Perform any Upgrades and Adjustments needed to bring configuration up to the
     * current configuration format.
     */
    public void sanitize()
    {
        for ( java.util.Iterator i = getRepositories().iterator(); i.hasNext(); )
        {
            RepositoryConfiguration repo = (RepositoryConfiguration) i.next();

            // Ensure that the repo.urlName is set.
            if ( org.codehaus.plexus.util.StringUtils.isEmpty( repo.getUrlName() ) )
            {
                repo.setUrlName( repo.getId() );
            }
        }
    }

    public RepositoryConfiguration getRepositoryByUrlName( String urlName )
    {
        for ( java.util.Iterator i = getRepositories().iterator(); i.hasNext(); )
        {
            RepositoryConfiguration repository = (RepositoryConfiguration) i.next();
            if ( urlName.equals( repository.getUrlName() ) )
            {
                return repository;
            }
        }
        return null;
    }
    
    public RepositoryConfiguration getRepositoryById( String id )
    {
        for ( java.util.Iterator i = getRepositories().iterator(); i.hasNext(); )
        {
            RepositoryConfiguration repository = (RepositoryConfiguration) i.next();
            if ( id.equals( repository.getId() ) )
            {
                return repository;
            }
        }
        return null;
    }

    public SyncedRepositoryConfiguration getSyncedRepositoryById( String id )
    {
        for ( java.util.Iterator i = getSyncedRepositories().iterator(); i.hasNext(); )
        {
            SyncedRepositoryConfiguration repository = (SyncedRepositoryConfiguration) i.next();
            if ( id.equals( repository.getId() ) )
            {
                return repository;
            }
        }
        return null;
    }

    public ProxiedRepositoryConfiguration getProxiedRepositoryById( String id )
    {
        for ( java.util.Iterator i = getProxiedRepositories().iterator(); i.hasNext(); )
        {
            ProxiedRepositoryConfiguration repository = (ProxiedRepositoryConfiguration) i.next();
            if ( id.equals( repository.getId() ) )
            {
                return repository;
            }
        }
        return null;
    }

    private java.util.Map repositoriesMap;

    public java.util.Map getRepositoriesMap()
    {
        if ( repositoriesMap == null )
        {
            repositoriesMap = new java.util.HashMap();
            for ( java.util.Iterator i = getRepositories().iterator(); i.hasNext(); )
            {
                RepositoryConfiguration repository = (RepositoryConfiguration) i.next();
                repositoriesMap.put( repository.getId(), repository );
            }
        }
        return repositoriesMap;
    }

    private java.util.Map proxiedRepositoriesMap;

    public java.util.Map getProxiedRepositoriesMap()
    {
        if ( proxiedRepositoriesMap == null )
        {
            proxiedRepositoriesMap = new java.util.HashMap();
            for ( java.util.Iterator i = getProxiedRepositories().iterator(); i.hasNext(); )
            {
                ProxiedRepositoryConfiguration repository = (ProxiedRepositoryConfiguration) i.next();
                proxiedRepositoriesMap.put( repository.getId(), repository );
            }
        }
        return proxiedRepositoriesMap;
    }

    private java.util.Map syncedRepositoriesMap;

    public java.util.Map getSyncedRepositoriesMap()
    {
        if ( syncedRepositoriesMap == null )
        {
            syncedRepositoriesMap = new java.util.HashMap();
            for ( java.util.Iterator i = getSyncedRepositories().iterator(); i.hasNext(); )
            {
                SyncedRepositoryConfiguration repository = (SyncedRepositoryConfiguration) i.next();
                syncedRepositoriesMap.put( repository.getId(), repository );
            }
        }
        return syncedRepositoriesMap;
    }
          ]]></code>
        </codeSegment>
      </codeSegments>
    </class>
    <class>
      <name>AbstractRepositoryConfiguration</name>
      <abstract>true</abstract>
      <version>1.0.0</version>
      <fields>
        <field>
          <name>id</name>
          <version>1.0.0</version>
          <type>String</type>
          <required>true</required>
          <description>
            The repository identifier.
          </description>
        </field>
        <field>
          <name>name</name>
          <version>1.0.0</version>
          <type>String</type>
          <required>true</required>
          <description>
            The descriptive name of the repository.
          </description>
        </field>
        <field>
          <name>layout</name>
          <version>1.0.0</version>
          <type>String</type>
          <required>true</required>
          <description>
            The layout of the repository. Valid values are "default" and "legacy".
          </description>
          <!-- TODO: should be able to detect this from the repository (perhaps by metadata at the root) -->
          <defaultValue>default</defaultValue>
        </field>
      </fields>
      <codeSegments>
        <codeSegment>
          <version>1.0.0</version>
          <code><![CDATA[
    public String toString()
    {
        return name + " (" + id + ")";
    }
          ]]></code>
        </codeSegment>
      </codeSegments>
    </class>
    <class>
      <superClass>AbstractRepositoryConfiguration</superClass>
      <name>RepositoryConfiguration</name>
      <version>1.0.0</version>
      <fields>
        <field>
          <name>urlName</name>
          <version>1.0.0</version>
          <type>String</type>
          <required>true</required>
          <description>
            The URL name for this repository.
            Used to create the WebDAV URL for the repository such like - http://hostname.com/repository/${urlName}/
          </description>
        </field>
        <field>
          <name>directory</name>
          <version>1.0.0</version>
          <type>String</type>
          <required>true</required>
          <description>
            The location of the repository to monitor.
          </description>
        </field>
        <field>
          <name>includeSnapshots</name>
          <version>1.0.0</version>
          <type>boolean</type>
          <description>Whether to include snapshot versions in the discovery process</description>
          <defaultValue>false</defaultValue>
        </field>
        <field>
          <name>indexed</name>
          <version>1.0.0</version>
          <type>boolean</type>
          <description>Whether to index the artifacts in this repository.</description>
          <defaultValue>true</defaultValue>
        </field>
        <field>
          <name>blackListPatterns</name>
          <version>1.0.0</version>
          <description>Blacklisted patterns in the discovery process</description>
          <association>
            <type>String</type>
            <multiplicity>*</multiplicity>
          </association>
        </field>
      </fields>
    </class>
    <class>
      <superClass>AbstractRepositoryConfiguration</superClass>
      <name>ProxiedRepositoryConfiguration</name>
      <version>1.0.0</version>
      <fields>
        <field>
          <name>url</name>
          <version>1.0.0</version>
          <type>String</type>
          <required>true</required>
          <description>
            The URL of the remote repository to proxy.
          </description>
        </field>
        <!-- TODO: would be much easier to have an association here, as long as it could be specified as a reference -->
        <field>
          <name>managedRepository</name>
          <version>1.0.0</version>
          <required>true</required>
          <type>String</type>
          <description>
            The ID of the managed repository to use as the local storage for proxied artifacts.
          </description>
        </field>
        <field>
          <name>snapshotsPolicy</name>
          <version>1.0.0</version>
          <type>String</type>
          <defaultValue>disabled</defaultValue>
          <description>
            The policy for snapshots: one of disabled, daily, hourly, interval, never
            (allow snapshots, but never update once retrieved).
          </description>
        </field>
        <field>
          <name>snapshotsInterval</name>
          <version>1.0.0</version>
          <type>int</type>
          <description>
            The interval in minutes before updating snapshots if the policy is set to 'interval'.
          </description>
        </field>
        <field>
          <name>releasesPolicy</name>
          <version>1.0.0</version>
          <type>String</type>
          <defaultValue>daily</defaultValue>
          <description>
            The policy for releases: one of disabled, daily, hourly, interval, never
            (allow releases, but never update once retrieved).
          </description>
        </field>
        <field>
          <name>releasesInterval</name>
          <version>1.0.0</version>
          <type>int</type>
          <description>
            The interval in minutes before updating releases if the policy is set to 'interval'.
          </description>
        </field>
        <field>
          <name>useNetworkProxy</name>
          <version>1.0.0</version>
          <type>boolean</type>
          <defaultValue>false</defaultValue>
          <description>
            Whether to use the network proxy, if one is configured for the protocol of this repository.
          </description>
        </field>
        <field>
          <name>cacheFailures</name>
          <version>1.0.0</version>
          <type>boolean</type>
          <defaultValue>false</defaultValue>
          <description>
            Whether to cache failures to avoid re-attempting them over the network. The cache will last for the duration
            of the intervals specified above depending on whether it a release or snapshot.
          </description>
        </field>
        <field>
          <name>hardFail</name>
          <version>1.0.0</version>
          <type>boolean</type>
          <defaultValue>false</defaultValue>
          <description>
            Whether to cause the entire request to fail if attempts to retrieve from this proxy fail.
          </description>
        </field>
      </fields>
    </class>
    <class>
      <superClass>AbstractRepositoryConfiguration</superClass>
      <name>SyncedRepositoryConfiguration</name>
      <abstract>true</abstract>
      <version>1.0.0</version>
      <fields>
        <!-- TODO: would be much easier to have an association here, as long as it could be specified as a reference -->
        <field>
          <name>managedRepository</name>
          <version>1.0.0</version>
          <required>true</required>
          <type>String</type>
          <description>
            The ID of the managed repository to use as the local storage for proxied artifacts.
          </description>
        </field>
        <field>
          <name>cronExpression</name>
          <version>1.0.0</version>
          <type>String</type>
          <description>When to run the sync mechanism. Default is every hour on the hour.</description>
          <defaultValue>0 0 * * * ?</defaultValue>
        </field>
        <field>
          <name>method</name>
          <version>1.0.0</version>
          <type>String</type>
          <description>The type of synchronization to use.</description>
          <defaultValue>rsync</defaultValue>
        </field>
        <field>
          <name>properties</name>
          <version>1.0.0</version>
          <type>Properties</type>
          <description>Configuration for the repository synchronization.</description>
          <association xml.mapStyle="inline">
            <type>String</type>
            <multiplicity>*</multiplicity>
          </association>
        </field>
      </fields>
    </class>
    <class>
      <name>Proxy</name>
      <version>1.0.0</version>
      <fields>
        <field>
          <name>protocol</name>
          <version>1.0.0</version>
          <description><![CDATA[The proxy protocol.]]></description>
          <type>String</type>
          <defaultValue>http</defaultValue>
        </field>
        <field>
          <name>username</name>
          <version>1.0.0</version>
          <description><![CDATA[The proxy user.]]></description>
          <type>String</type>
        </field>
        <field>
          <name>password</name>
          <version>1.0.0</version>
          <description><![CDATA[The proxy password.]]></description>
          <type>String</type>
        </field>
        <field>
          <name>port</name>
          <version>1.0.0</version>
          <description><![CDATA[The proxy port.]]></description>
          <type>int</type>
          <defaultValue>8080</defaultValue>
        </field>
        <field>
          <name>host</name>
          <version>1.0.0</version>
          <description><![CDATA[The proxy host.]]></description>
          <type>String</type>
          <required>true</required>
        </field>
        <field>
          <name>nonProxyHosts</name>
          <version>1.0.0</version>
          <description><![CDATA[
                The list of non-proxied hosts (delimited by |).
          ]]></description>
          <type>String</type>
        </field>
      </fields>
    </class>
  </classes>
</model>