mirror of https://github.com/apache/maven.git
57 lines
1.6 KiB
XML
57 lines
1.6 KiB
XML
|
<model>
|
||
|
<parent>
|
||
|
<artifactId>maven-plugin-parent</artifactId>
|
||
|
<groupId>maven</groupId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-ejb-plugin</artifactId>
|
||
|
<packaging>plugin</packaging>
|
||
|
<name>Maven EJB Plugin</name>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>plexus</groupId>
|
||
|
<artifactId>plexus-container-default</artifactId>
|
||
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>plexus</groupId>
|
||
|
<artifactId>plexus-archiver</artifactId>
|
||
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-archiver</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-artifact</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-core</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>maven</groupId>
|
||
|
<artifactId>maven-model</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
<type>jar</type>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</model>
|