Maven Repository - POM file for JSF jboss-jsf-api_2.1_spec 2.0.0.Beta1 2.0.0.Beta1

Summary

JavaServer Faces API.

JavaServer(tm) Faces API classes based on Version 2.1 of Specification.

Declaration

Here is the list of declaration for jboss-jsf-api_2.1_spec. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jboss.spec.javax.faces</groupId>
   <artifactId>jboss-jsf-api_2.1_spec</artifactId>
   <version>2.0.0.Beta1</version>
</dependency>

If you think this Maven repository POM file listing for jboss-jsf-api_2.1_spec is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The jboss-jsf-api_2.1_spec-2.0.0.Beta1 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Java Libraryvalidation-api 1.0.0.GA
Bean Validation (JSR-303) API.
355




Plugin

The following plugins are used in the jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar

  1. maven-javadoc-plugin

Packages

The following packages are defined in the jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar

javax.faces
javax.faces.application
javax.faces.bean
javax.faces.component
javax.faces.component.behavior
javax.faces.component.html
javax.faces.component.visit
javax.faces.context
javax.faces.convert
javax.faces.el
javax.faces.event
javax.faces.lifecycle
javax.faces.model
javax.faces.render
javax.faces.validator
javax.faces.view
javax.faces.view.facelets
javax.faces.webapp




POM File Source

Here is the content of the POM file.

<project xmlns="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/maven-v4_0_0.xsd">
  
  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>6</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.spec.javax.faces</groupId>
  <artifactId>jboss-jsf-api_2.1_spec</artifactId>
  <version>2.0.0.Beta1</version>
  <packaging>jar</packaging>
  <name>JavaServer Faces API</name>
  <description>JavaServer(tm) Faces API classes based on Version 2.1 of Specification</description>
  
  <scm>
    <connection>scm:git:git@github.com:jboss/jboss-jsf-api_spec.git</connection>
    <developerConnection>scm:git:git@github.com:jboss/jboss-jsf-api_spec.git</developerConnection>
    <url>https://github.com/jboss/jboss-jsf-api_spec</url>
  </scm>
  
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <doctitle>JavaServer Faces API Documentation</doctitle>
          <links>
            <link>http://java.sun.com/javaee/6/docs/api</link>
          </links>
          <windowtitle>JavaServer Faces 2.1 API Documentation</windowtitle>
        </configuration>
      </plugin>
    </plugins>
  </reporting>

  <dependencies>
    <dependency>
      <groupId>org.jboss.spec.javax.el</groupId>
      <artifactId>jboss-el-api_2.2_spec</artifactId>
      <version>1.0.0.Final</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.spec.javax.servlet.jsp</groupId>
      <artifactId>jboss-jsp-api_2.2_spec</artifactId>
      <version>1.0.0.Final</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.spec.javax.servlet.jstl</groupId>
      <artifactId>jboss-jstl-api_1.2_spec</artifactId>
      <version>1.0.1.Final</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>validation-api</artifactId>
      <version>1.0.0.GA</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  
</project>