2 # Copyright 2005-2006 The Apache Software Foundation.
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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.
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}.
22 warning.missing.pom=The artifact had no POM in the source repository.
24 exception.repositories.match=Source and target repositories are identical.
26 failure.incorrect.groupMetadata.groupId=The group ID in the source group metadata is incorrect.
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.
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.