blob: 153234b9bd7c937446b65ce9513205529b24031f [file] [log] [blame]
#
# 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.
#
bad.repository.type=repository should implement RemoteRepository, instead got {0}
bad.repository.null=repository cannot be null
bad.local.repository.empty=local repository list cannot be empty
bad.repository.server.null=remote repository server cannot be null
bad.repository.server.url.null=remote repository server URL cannot be null
maven.bad.metadata=Problem processing metadata from {0} in repository {1}, cannot create metadata object
maven.metadata.no.versions=No versions found in metadata from {0} in repository {1}
no.group.md=No group metadata found at {0}/{1}
group.md.no.versions=Group level metadata {0}/{1} at does not have any versions
no.gav.md=No artifact metadata found at {0}/{1}
gav.md.no.versions=Artifact level metadata {0}/{1} at does not have any versions
snapshot.not.found=No snapshot found in artifact-level metadata at {0}/{1}
no.pom.in.primary.artifact=Primary artifact {0} does not have a POM blob set, something is wrong with the client program.
artifact.no.stream=non-POM artifact {0} does not have neither file nor stream associated with it. Nothing to upload.
artifact.no.file=Artifact {0} - cannot open file {1} for reading, error: {2}
read.raw.exceptions=Ignoring exceptions reading {0}. Exceptions: {1}
null.artifact=artifact cannot be null
bad.artifact.file=artifact {0} file {1} does not exist
cached.data.problem=problem {0} reading cached data for {1}. Moving on ..
cached.metadata.reading.exception=problem {0} reading cached data for {1}, server {2}
lrepo.no.dir=local repo has a null dir
lrepo.dir.not.exists=local repo dir {0} does not exist
lrepo.null=local reposupplied is null
dest.is.file=Destanation {0} is a file. Cannot copy to it