mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
add XSD definition to m2 poms and archetypes git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220079 13f79535-47bb-0310-9956-ffa450edef68
24 lines
803 B
XML
24 lines
803 B
XML
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<parent>
|
|
<artifactId>maven</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-1.x-integration</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>Maven 1.x Compatibility</name>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<inceptionYear>2004</inceptionYear>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>forehead</groupId>
|
|
<artifactId>forehead</artifactId>
|
|
<version>1.0-beta-5</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|