mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
a8cb7de0b0
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163525 13f79535-47bb-0310-9956-ffa450edef68
17 lines
384 B
XML
17 lines
384 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-core-it0017</artifactId>
|
|
<packaging>ejb</packaging>
|
|
<version>1.0</version>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-ejb-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</model> |