add missing pom

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@390278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2006-03-30 23:20:23 +00:00
parent 1c23ee16a4
commit 1c14a4d6b4
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<project 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.it0096</groupId>
<artifactId>maven-it0096-project-level2</artifactId>
<version>1</version>
</parent>
<artifactId>maven-it0096-project-level3</artifactId>
<packaging>pom</packaging>
<modules>
<module>project-jar</module>
</modules>
</project>