Maven Repository - POM file for Development fractal-spoonlet 2.0.2 2.0.2

Summary

Fractal Fraclet Annotation Spoon Plugin.

This plugin provides annotations support to fractal components. Thes annotations allow the developer to generate automatically the content class callbacks and the FractalADL descriptors of fractal components..

Declaration

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

<dependency>
   <groupId>org.objectweb.fractal.fraclet.annotation</groupId>
   <artifactId>fractal-spoonlet</artifactId>
   <version>2.0.2</version>
</dependency>

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





License

GNU Lesser General Public License.

Depends on

The fractal-spoonlet-2.0.2 has 5 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
Logmonolog 1.8
Monolog is API of monitoring and logging
5

Depended by

The following table lists the most popular artifacts which are depending on fractal-spoonlet-2.0.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentdream-annotation 1.0.3
Dream Annotation is an extension of Fraclet Annotation 2.0 to generate code related to activities managed in Dream Components. It adds the following annotations : @DreamComponent, @DreamMonolog and @DreamLifeCycle. This version adds inheritance for the @DreamMonolog annotation.
8

Plugin

The following plugins are used in the fractal-spoonlet-2.0.2.jar

  1. maven-jar-plugin
  2. maven-javadoc-plugin

Packages

The following packages are defined in the fractal-spoonlet-2.0.2.jar

org.objectweb.fractal.fraclet.annotation.annotations
org.objectweb.fractal.fraclet.annotation.annotations.type
org.objectweb.fractal.fraclet.annotation.generator
org.objectweb.fractal.fraclet.annotation.generator.component
org.objectweb.fractal.fraclet.annotation.generator.template.attribute
org.objectweb.fractal.fraclet.annotation.generator.template.binding
org.objectweb.fractal.fraclet.annotation.generator.template.lifecycle
org.objectweb.fractal.fraclet.annotation.generator.template.monolog
org.objectweb.fractal.fraclet.annotation.generator.template.service
org.objectweb.fractal.fraclet.annotation.generator.template.util
org.objectweb.fractal.fraclet.annotation.processor
org.objectweb.fractal.fraclet.annotation.processor.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<!-- 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-->
<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.objectweb.fractal.fraclet.annotation</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.2</version>
  </parent>

  <groupId>org.objectweb.fractal.fraclet.annotation</groupId>
  <artifactId>fractal-spoonlet</artifactId>
  <name>Fractal Fraclet Annotation Spoon Plugin</name>

  <description>
    This plugin provides annotations support to fractal components.
    Thes annotations allow the developer to generate automatically
    the content class callbacks and the FractalADL descriptors of
    fractal components.
  </description>

  <inceptionYear>2006</inceptionYear>

  

  <scm>
    <connection>
      ${scm.connection}/fraclet/fractal-annotation/fractal-spoonlet
    </connection>
    <developerConnection>
      ${scm.developerConnection}/fraclet/fractal-annotation/fractal-spoonlet
    </developerConnection>
    <url>
      ${scm.url}/fraclet/fractal-annotation/fractal-spoonlet
    </url>
  </scm>


  <dependencies>

    <dependency>
      <groupId>org.objectweb.fractal</groupId>
      <artifactId>fractal-api</artifactId>
      <version>2.0.2</version>
    </dependency>

    <dependency>
      <groupId>fr.inria.gforge.spoon</groupId>
      <artifactId>spoon-core</artifactId>
      <version>1.2</version>
    </dependency>

    <dependency>
      <groupId>fr.inria.gforge.spoon</groupId>
      <artifactId>aval</artifactId>
      <version>0.7.1</version>
    </dependency>
    
    <dependency>
      <groupId>org.objectweb.monolog</groupId>
      <artifactId>monolog</artifactId>
      <version>1.8</version>
    </dependency>

    <!-- XXX Monolog guys should adjust their pom.xml to depend on log4j? -->
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.9</version>
    </dependency>
  </dependencies>


  <build>

    <resources>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
      <resource>
        <directory>src/main/java</directory>
        <includes>

          <include>**/template/**/*.java</include>
        </includes>
      </resource>
    </resources>

    <plugins>
      <!-- the source code has Java 5 features -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>
              ${basedir}/src/main/resources/META-INF/spoon-annotation.mf
            </manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <windowtitle>
            Fractal Spoonlet Documentation
          </windowtitle>
          <doctitle>Fractal Spoonlet Documentation</doctitle>
          <docfilessubdirs>true</docfilessubdirs>
          <excludedocfilessubdir>.svn</excludedocfilessubdir>
          <links>
            <link href="${jdk.url}" offline="true"
              packagelistLoc="${basedir}/src/main/javadoc/jdoc/jdk-list" />
            <link href="${fractal.url}" offline="true"
              packagelistLoc="${basedir}/src/main/javadoc/jdoc/fractal-list" />
          </links>
        </configuration>
      </plugin>
    </plugins>
  </reporting>

</project>