ear-j2ee14
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.mojo.archetypes</groupId>
<artifactId>ear-j2ee14</artifactId>
<version>1.4</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.codehaus.mojo.archetypes</groupId>
<artifactId>mojo-archetypes</artifactId>
<version>5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ear-j2ee14</artifactId>
<version>1.4</version>
<packaging>maven-archetype</packaging>
<name>J2EE 1.4 EAR archetype</name>
<description>Archetype for creating J2EE 1.4 EAR</description>
<scm>
<connection>scm:svn:http://svn.codehaus.org/mojo/tags/ear-j2ee14-1.4</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/ear-j2ee14-1.4</developerConnection>
<url>http://fisheye.codehaus.org/browse/mojo/tags/ear-j2ee14-1.4</url>
</scm>
</project>