diff --git a/dependency-check-maven/src/it/846-site-plugin/invoker.properties b/dependency-check-maven/src/it/846-site-plugin/invoker.properties new file mode 100644 index 000000000..aaf4883e4 --- /dev/null +++ b/dependency-check-maven/src/it/846-site-plugin/invoker.properties @@ -0,0 +1,18 @@ +# +# This file is part of dependency-check-core. +# +# Licensed 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. +# +# Copyright (c) 2017 The OWASP Foundation. All Rights Reserved. +# +invoker.goals = site -Dodcversion=${project.version} diff --git a/dependency-check-maven/src/it/846-site-plugin/pom.xml b/dependency-check-maven/src/it/846-site-plugin/pom.xml new file mode 100644 index 000000000..e37076fd1 --- /dev/null +++ b/dependency-check-maven/src/it/846-site-plugin/pom.xml @@ -0,0 +1,53 @@ + + + + 4.0.0 + org.owasp.test + test-broken-suppression-files + 1.0.0-SNAPSHOT + jar + + + + + com.vaadin.external.google + android-json + 0.0.20131108.vaadin1 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.4.5 + + + + + + + org.owasp + dependency-check-maven + + + ${project.basedir}/broken-suppression.xml + + + + + +