diff --git a/src/it/test-issue-35/invoker.properties b/src/it/test-issue-35/invoker.properties new file mode 100644 index 00000000..ee6fc574 --- /dev/null +++ b/src/it/test-issue-35/invoker.properties @@ -0,0 +1,16 @@ +# +# 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. +# + +invoker.goals=clean verify +invoker.buildResult = success diff --git a/src/it/test-issue-35/pom.xml b/src/it/test-issue-35/pom.xml new file mode 100644 index 00000000..ec4d3c7a --- /dev/null +++ b/src/it/test-issue-35/pom.xml @@ -0,0 +1,49 @@ + + + + 4.0.0 + + + @project.groupId@.@project.artifactId@ + basepom + 1.0.under-test + + + test-issue-35 + + + + org.jolokia + jolokia-jvm + 1.5.0 + agent + + + org.neo4j + neo4j-dbms + 3.4.11 + + + + + + + @project.groupId@ + @project.artifactId@ + + + + diff --git a/src/it/test-issue-35/verify.groovy b/src/it/test-issue-35/verify.groovy new file mode 100644 index 00000000..473f13f7 --- /dev/null +++ b/src/it/test-issue-35/verify.groovy @@ -0,0 +1,20 @@ +/* + * 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. + */ +import static org.basepom.mojo.duplicatefinder.groovy.ITools.* + +def (result, xml) = loadXmlAndResult(basedir, "test") + +overallState(NO_CONFLICT, 0, NOT_FAILED, result) + +return true