2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2004-07-01 02:11:35 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-05-21 17:25:02 +00:00
|
|
|
<artifactId>maven-core-it0000</artifactId>
|
2006-10-19 20:36:22 +00:00
|
|
|
<description>The simplest of builds. We have one application class and one test
|
|
|
|
class. There are no resources, no source generation, no resource
|
|
|
|
generation and a the super model is employed to provide the build
|
|
|
|
information.</description>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>jar</packaging>
|
2004-05-21 17:25:02 +00:00
|
|
|
<version>1.0</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
2005-03-07 08:52:39 +00:00
|
|
|
<scope>test</scope>
|
2004-05-21 17:25:02 +00:00
|
|
|
</dependency>
|
2005-03-10 01:35:25 +00:00
|
|
|
</dependencies>
|
2005-03-23 06:52:55 +00:00
|
|
|
</model>
|