Added missing test files

This commit is contained in:
Maarten Coene 2026-05-20 15:57:36 +02:00
parent a4c22ca869
commit e86e69443e
No known key found for this signature in database
GPG Key ID: 5BE0BA8CB80602AE
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,36 @@
<?xml version="1.0"?>
<!--
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
https://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.
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache</groupId>
<artifactId>test-parent</artifactId>
<name>Test Module for Ivy M2 parsing</name>
<version>1.0</version>
<url>http://ivy.jayasoft.org/</url>
<organization>
<name>Jayasoft</name>
<url>http://www.jayasoft.org/</url>
</organization>
<parent>
<groupId>org.apache</groupId>
<artifactId>test</artifactId>
<version>1.0</version>
</parent>
</project>