aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml')
-rw-r--r--framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml135
1 files changed, 0 insertions, 135 deletions
diff --git a/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml b/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml
deleted file mode 100644
index cefbcb04..00000000
--- a/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml
+++ /dev/null
@@ -1,135 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-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.
--->
-
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>maven</groupId>
- <artifactId>project-which-needs-directory-alignment</artifactId>
- <name>Maven</name>
- <version>1.0-beta-9</version>
- <inceptionYear>2001</inceptionYear>
- <description>Description</description>
- <url>http://maven.apache.org/</url>
-
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://apache.org/</url>
- </organization>
-
- <scm>
- <connection>anon-connection</connection>
- <developerConnection>developer-connection</developerConnection>
- <url>repository-url</url>
- </scm>
-
- <mailingLists>
- <mailingList>
- <name>Maven User List</name>
- <subscribe>subscribe</subscribe>
- <unsubscribe>unsubscribe</unsubscribe>
- <archive>archive</archive>
- </mailingList>
- </mailingLists>
-
- <developers>
- <developer>
- <name>Jason van Zyl</name>
- <id>jvanzyl</id>
- <email>jason@maven.org</email>
- <organization>Zenplex</organization>
- <roles>
- <role>Founder</role>
- <role>Release Manager</role>
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Martin van dem Bemt</name>
- <email>mvdb@mvdb.com</email>
- </contributor>
- </contributors>
-
- <dependencies>
-
- <dependency>
- <groupId>g1</groupId>
- <artifactId>d1</artifactId>
- <version>1.0</version>
- </dependency>
-
- <dependency>
- <groupId>g2</groupId>
- <artifactId>d2</artifactId>
- <version>2.0</version>
- </dependency>
-
- <dependency>
- <groupId>g3</groupId>
- <artifactId>d3</artifactId>
- </dependency>
-
- </dependencies>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>g3</groupId>
- <artifactId>d3</artifactId>
- <version>3.0</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <build>
- <sourceDirectory>sourceDirectory</sourceDirectory>
- <testSourceDirectory>unitTestSourceDirectory</testSourceDirectory>
- <resources>
- <resource>
- <directory>src/test</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/conf</directory>
- <includes>
- <include>*.xsd</include>
- <include>*.dtd</include>
- <include>*.mod</include>
- <include>log4j.properties</include>
- <include>driver.jelly</include>
- <include>driver.properties</include>
- </includes>
- </testResource>
- <testResource>
- <directory>src/messages</directory>
- <targetPath>org/apache/maven/messages</targetPath>
- <includes>
- <include>messages*.properties</include>
- </includes>
- </testResource>
- </testResources>
- </build>
-</project>