diff --git a/src/test/integration/not-existing-artifact-it/invoker.properties b/src/test/integration/not-existing-artifact-it/invoker.properties new file mode 100644 index 00000000..c53c02e8 --- /dev/null +++ b/src/test/integration/not-existing-artifact-it/invoker.properties @@ -0,0 +1,21 @@ +# +# Copyright (c) 2012 Reficio (TM) - Reestablish your software! All Rights Reserved. +# +# 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. +# + +invoker.goals=p2:site +invoker.buildResult = failure \ No newline at end of file diff --git a/src/test/integration/not-existing-artifact-it/pom.xml b/src/test/integration/not-existing-artifact-it/pom.xml new file mode 100644 index 00000000..da5f2049 --- /dev/null +++ b/src/test/integration/not-existing-artifact-it/pom.xml @@ -0,0 +1,69 @@ + + + + + + + + 4.0.0 + + + org.reficio + integration + @project.version@ + ../integration.xml + + + notExistingArtifacts + + + UTF-8 + UTF-8 + + + + Test skipNotExistingArtifacts option default value + + + + + + org.reficio + p2-maven-plugin + @project.version@ + + + default-cli + + + + + org.acme:doesnotexist:1.0.0 + false + false + + + + + + + + + + +