o adding IT it0033

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 20:43:35 +00:00
parent 73b1d23fed
commit 826f72750b
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it00xx</artifactId>
<description>Test an EAR generation</description>
<packaging>ear</packaging>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<generateApplicationXml>true</generateApplicationXml>
</configuration>
</plugin>
</plugins>
</build>
</model>

View File

@ -0,0 +1,4 @@
<?xml version="1.0"?>
<appserver-app>
<whatever/>
</appserver-app>