]> source.dussan.org Git - archiva.git/blob
0628a0dcc73b8b1aabd692ddefc0e5ba5302fd19
[archiva.git] /
1 <!--
2   ~ Licensed to the Apache Software Foundation (ASF) under one
3   ~ or more contributor license agreements.  See the NOTICE file
4   ~ distributed with this work for additional information
5   ~ regarding copyright ownership.  The ASF licenses this file
6   ~ to you under the Apache License, Version 2.0 (the
7   ~ "License"); you may not use this file except in compliance
8   ~ with the License.  You may obtain a copy of the License at
9   ~
10   ~   http://www.apache.org/licenses/LICENSE-2.0
11   ~
12   ~ Unless required by applicable law or agreed to in writing,
13   ~ software distributed under the License is distributed on an
14   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15   ~ KIND, either express or implied.  See the License for the
16   ~ specific language governing permissions and limitations
17   ~ under the License.
18   -->
19
20 <!DOCTYPE validators PUBLIC
21     "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
22     "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
23
24 <validators>
25   <field name="companyPom.groupId">
26     <field-validator type="requiredstring">
27       <message key="appearance.groupId.required"/>
28     </field-validator>
29   </field>
30   <field name="companyPom.artifactId">
31     <field-validator type="requiredstring">
32       <message key="appearance.artifactId.required"/>
33     </field-validator>
34   </field>
35 </validators>