Maven Repository - POM file for JSF myfaces-builder-annotations 1.0.4 1.0.4

Summary

Apache MyFaces Buildtools Maven2 Builder Annotations.

A set of Java 1.5 Annotation classes that can be applied to classes that are intended to be JSF components, validators, etc. The maven-builder-plugin will recognise these annotations and process the class appropriately..

Declaration

Here is the list of declaration for myfaces-builder-annotations. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>myfaces-builder-annotations</artifactId>
   <version>1.0.4</version>
</dependency>

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





Depended by

The following table lists the most popular artifacts which are depending on myfaces-builder-annotations-1.0.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JSFmyfaces-api 1.2.8
The public API classes of the Apache MyFaces CORE JSF-1.2 project
42
JSFmyfaces-impl 1.2.9
The private implementation classes of the Apache MyFaces Core JSF/1.2 Implementation
18
JSFmyfaces-impl 1.2.8
The private implementation classes of the Apache MyFaces Core JSF/1.2 Implementation
19
JSFmyfaces-api 1.2.9
The public API classes of the Apache MyFaces CORE JSF-1.2 project
18

Plugin

The following plugins are used in the myfaces-builder-annotations-1.0.4.jar

  1. maven-compiler-plugin
  2. maven-javadoc-plugin

Packages

The following packages are defined in the myfaces-builder-annotations-1.0.4.jar

org.apache.myfaces.buildtools.maven2.plugin.builder.annotation




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"> 

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.apache.myfaces.buildtools</groupId>
    <artifactId>myfaces-plugin-parent</artifactId>
    <version>1.0.3</version>
  </parent>

  <groupId>org.apache.myfaces.buildtools</groupId>
  <artifactId>myfaces-builder-annotations</artifactId> 
  <version>1.0.4</version>
  <packaging>jar</packaging>
  <name>Apache MyFaces Buildtools Maven2 Builder Annotations</name>

  <description>
    A set of Java 1.5 Annotation classes that can be applied to classes that are
    intended to be JSF components, validators, etc. The maven-builder-plugin will
    recognise these annotations and process the class appropriately.
  </description>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0.2</version>
        <inherited>true</inherited>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.3</version>
      </plugin>
    </plugins>
  </reporting>


  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags/lu4242_m2_plugins_104_release/myfaces-builder-annotations</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/branches/lu4242_m2_plugins_104_release/myfaces-builder-annotations</developerConnection>
    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/tags/lu4242_m2_plugins_104_release/myfaces-builder-annotations</url>
  </scm>
</project>