]> source.dussan.org Git - archiva.git/blob
5e5bc6dd30cd113a41edfc298eafaee90029d66c
[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 unable.to.validate.metadata=Unable to validate metadata
21 unable.to.copy.pom=Unable to copy pom.
22 unable.to.copy.artifact=Unable to copy artifact
23 unable.to.read.source.pom=Unable to read source POM: {0} 
24 unable.to.write.target.pom=Unable to write target POM: {0}
25 unable.to.write.converted.pom=Unable to write converted POM
26
27
28 exception.repositories.match=Source repository of artifact, and target repository are the same.  No conversion needed.
29 transaction.failure=Transaction failure: {0} 
30 invalid.source.pom=Invalid source pom: {0}
31
32 warning.missing.pom=The artifact had no POM in the source repository.
33
34 error.copying.artifact=Error copying artifact
35 error.reading.target.metadata=Error reading target metadata
36 error.writing.target.metadata=Error writing target metadata
37
38 failure.target.already.exists=The artifact could not be converted because it already exists.
39 failure.incorrect.groupMetadata.groupId=The group ID in the source group metadata is incorrect.
40
41 failure.incorrect.artifactMetadata.artifactId=The artifact ID in the source artifact metadata is incorrect.
42 failure.incorrect.artifactMetadata.groupId=The group ID in the source artifact metadata is incorrect.
43 failure.incorrect.artifactMetadata.versions=The version list in the source artifact metadata is incorrect.
44
45 failure.incorrect.snapshotMetadata.artifactId=The artifact ID in the source artifact version metadata is incorrect.
46 failure.incorrect.snapshotMetadata.groupId=The group ID in the source artifact version metadata is incorrect.
47 failure.incorrect.snapshotMetadata.version=The version in the source artifact version metadata is incorrect.
48 failure.incorrect.snapshotMetadata.snapshot=The snapshot information in the source artifact version metadata is incorrect.
49
50 failure.incorrect.md5=The MD5 checksum value was incorrect.
51 failure.incorrect.sha1=The SHA1 checksum value was incorrect.