mirror of https://github.com/apache/maven.git
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:
parent
73b1d23fed
commit
826f72750b
|
@ -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>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<appserver-app>
|
||||
<whatever/>
|
||||
</appserver-app>
|
Loading…
Reference in New Issue