META-INF.maven.archetype-metadata.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liferay-portlet-icefaces-archetype
Show all versions of liferay-portlet-icefaces-archetype
Provides an archetype to create Liferay ICEfaces portlets.
The newest version!
<?xml version="1.0"?> <archetype-descriptor name="liferay-portlet-icefaces-archetype"> <fileSets> <fileSet filtered="true"> <directory>src/main/java</directory> </fileSet> <fileSet filtered="true"> <directory>src/main/resources</directory> </fileSet> <fileSet filtered="true"> <directory>src/main/webapp</directory> <excludes> <exclude>icon.png</exclude> </excludes> </fileSet> <fileSet filtered="false"> <directory>src/main/webapp</directory> <includes> <include>icon.png</include> </includes> </fileSet> </fileSets> </archetype-descriptor>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy