Maven Repository - POM file for Development generic 1.0 1.0

Summary

Generic part of Minus component library.

This the generic part of the Minus component library..

Declaration

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

<dependency>
   <groupId>org.objectweb.think.minus</groupId>
   <artifactId>generic</artifactId>
   <version>1.0</version>
</dependency>

If you think this Maven repository POM file listing for generic 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 generic-1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentst200 1.0
This the st200 part of the Minus component library.
6
Developmentposix 1.0
This the posix part of the Minus component library.
5
Developmentposix 1.0
This the posix part of the Minus component library.
5




Plugin

The following plugins are used in the generic-1.0.jar

  1. maven-car-plugin

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.objectweb.think.minus</groupId>
    <artifactId>parent</artifactId>
    <version>1.0</version>
  </parent>
  <groupId>org.objectweb.think.minus</groupId>
  <artifactId>generic</artifactId>
  <name>Generic part of Minus component library</name>
  <packaging>cecilia-library</packaging>

  <description>
    This the generic part of the Minus component library.
  </description>

  

  <contributors>
    <!-- TODO WRITE CONTRIBUTORS HERE -->
  </contributors>

  <build>
    <plugins>
      <plugin>
        <groupId>org.objectweb.fractal.cecilia</groupId>
        <artifactId>maven-car-plugin</artifactId>
        <version>${cecilia.version}</version>
        <executions>
          <execution>
            <goals>
              <goal>test-car</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <scm>
    <connection>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/generic</connection>
    <developerConnection>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/generic</developerConnection>
    <url>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/generic</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.objectweb.fractal.cecilia</groupId>
      <artifactId>fractal-cecilia-api</artifactId>
      <version>${cecilia.version}</version>
      <type>car</type>
    </dependency>
    <dependency>
      <groupId>org.objectweb.fractal.cecilia</groupId>
      <artifactId>cecilia</artifactId>
      <version>${cecilia.version}</version>
      <type>car</type>
    </dependency>
  </dependencies>

</project>