blob: 41f81e6db23926c6a33d74a445625b885245c804 [file] [log] [blame]
<archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd">
<id>j2ee</id>
<resources>
<resource>pom.xml</resource>
<resource>ear/pom.xml</resource>
<resource>ejbs/src/main/resources/META-INF/ejb-jar.xml</resource>
<resource>ejbs/pom.xml</resource>
<resource>primary-source/pom.xml</resource>
<resource>projects/logging/pom.xml</resource>
<resource>projects/pom.xml</resource>
<resource>servlets/pom.xml</resource>
<resource>servlets/servlet/pom.xml</resource>
<resource>servlets/servlet/src/main/webapp/index.jsp</resource>
<resource>servlets/servlet/src/main/webapp/WEB-INF/web.xml</resource>
</resources>
</archetype>