blob: efa7457bd5942d8157c8acd5f7bbb3f25ef8261b [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>webapp</id>
<sources>
<source>src/main/java/MyPortlet.java</source>
</sources>
<resources>
<resource>src/main/jetspeed/web.xml</resource>
<resource>src/main/webapp/normal.jsp</resource>
<resource>src/main/webapp/maximized.jsp</resource>
<resource>src/main/webapp/help.jsp</resource>
<resource>src/main/webapp/WEB-INF/web.xml</resource>
<resource>src/main/webapp/WEB-INF/portlet.xml</resource>
<resource filtered="false">src/main/webapp/WEB-INF/tld/portlet.tld</resource>
</resources>
</archetype>