]> source.dussan.org Git - archiva.git/blob
f6089c1f5ee16f6e22851bbf7a317d16181d31e7
[archiva.git] /
1 #
2 # Copyright 2005-2006 The Apache Software Foundation.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 failure.incorrect.md5=The MD5 checksum value was incorrect.
18 failure.incorrect.sha1=The SHA1 checksum value was incorrect.
19 failure.target.already.exists=The artifact could not be converted because it already exists.
20 failure.invalid.source.pom=The source POM was invalid: {0}.
21
22 warning.missing.pom=The artifact had no POM in the source repository.
23
24 exception.repositories.match=Source and target repositories are identical.
25
26 failure.incorrect.groupMetadata.groupId=The group ID in the source group metadata is incorrect.
27
28 failure.incorrect.artifactMetadata.artifactId=The artifact ID in the source artifact metadata is incorrect.
29 failure.incorrect.artifactMetadata.groupId=The group ID in the source artifact metadata is incorrect.
30 failure.incorrect.artifactMetadata.versions=The version list in the source artifact metadata is incorrect.
31
32 failure.incorrect.snapshotMetadata.artifactId=The artifact ID in the source artifact version metadata is incorrect.
33 failure.incorrect.snapshotMetadata.groupId=The group ID in the source artifact version metadata is incorrect.
34 failure.incorrect.snapshotMetadata.version=The version in the source artifact version metadata is incorrect.
35 failure.incorrect.snapshotMetadata.snapshot=The snapshot information in the source artifact version metadata is incorrect.