<projectxmlns="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"><modelVersion>4.0.0</modelVersion><artifactId>jee6-web-app</artifactId><packaging>war</packaging><parent><relativePath>../</relativePath><groupId>br.net.woodstock.jee6web</groupId><artifactId>jee6-web-parent</artifactId><version>1.0</version></parent><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-war-plugin</artifactId><version>${plugin.war.version}</version><!-- Isso eh o que vc quer --><configuration><archive><manifestEntries><Dependencies>javax.faces.api,com.sun.jsf-impl</Dependencies></manifestEntries></archive></configuration></plugin></plugins></build><dependencies><dependency><groupId>br.net.woodstock.jee6web</groupId><artifactId>jee6-web-components</artifactId><version>${project.version}</version><scope>compile</scope></dependency><dependency><groupId>br.net.woodstock.jee6web</groupId><artifactId>jee6-web-resources</artifactId><version>${project.version}</version><scope>compile</scope></dependency><dependency><groupId>javax</groupId><artifactId>javaee-web-api</artifactId><scope>provided</scope></dependency><dependency><groupId>org.richfaces.core</groupId><artifactId>richfaces-core-impl</artifactId><scope>compile</scope></dependency><dependency><groupId>org.richfaces.ui</groupId><artifactId>richfaces-components-ui</artifactId><scope>compile</scope></dependency></dependencies></project>