A simple project with war packaging that depends on JSF 2.2 and javaee 6, in that order.
'javax.faces:javax.faces-war-archetype:2.2'
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-war-archetype</artifactId>
<version>2.2</version>
</dependency>
<dependency org="javax.faces" name="javax.faces-war-archetype" rev="2.2"/>
"javax.faces", "javax.faces-war-archetype", "2.2"