mirror of
https://github.com/apache/maven.git
synced 2025-02-17 23:46:08 +00:00
refactor artifact creation to all go through the factory, and assign the type handler from there. Attach EJB client to the EJB artifact so that it is installed/deployed along with it. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191096 13f79535-47bb-0310-9956-ffa450edef68
18 lines
444 B
XML
18 lines
444 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it0017</artifactId>
|
|
<packaging>ejb</packaging>
|
|
<version>1.0</version>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-ejb-plugin</artifactId>
|
|
<configuration><generateClient>true</generateClient></configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</model>
|