After looking at the files, it turned out to be pretty simple to  sanitize them, so here you go. Hope it helps:

pom.xml.generic is the WAR project, and pom.xml.generic-parent is from the parent module

under WEB-INF/
  faces-config.xml
  web.xml
<?xml version="1.0" encoding="UTF-8"?>

<faces-config xmlns="http://java.sun.com/xml/ns/javaee";
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";
	version="1.2">

	<application>
		<locale-config>
			<default-locale>en</default-locale>
		</locale-config>
		<view-handler>com.icesoft.faces.facelets.D2DFaceletViewHandler</view-handler>
		<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
		<message-bundle>jsf.errorMessages</message-bundle>
	</application>

</faces-config>

Attachment: web.xml.generic
Description: Binary data


Attachment: pom.xml.generic
Description: Binary data

Attachment: pom.xml.generic-parent
Description: Binary data



On May 8, 2009, at 9:21 AM, hrbaer wrote:




Wayne Fay wrote:

You will probably have a lot more luck asking this question on the
Icefaces Users list (where everyone uses Icefaces, and probably some
of them also use Maven) than on the Maven Users list (where very few
people use Icefaces).

Wayne


Thanks for your quick reply.
But I can't find an icefaces user list in here :(

In Nabble1 you can approximate by clicking from root element to the next one
(for example: Software -> Java -> ...). I can't find this posibility in the
"new" nabble. Am I doing something wrong?

--
View this message in context: http://n2.nabble.com/setup-maven2-with-icefaces-tp2844860p2845268.html
Sent from the maven users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Reply via email to