Maven Repository - POM file for Development posix 1.0 1.0

Summary

Posix part of Minus component library.

This the posix part of the Minus component library..

Declaration

Here is the list of declaration for posix. 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>posix</artifactId>
   <version>1.0</version>
</dependency>

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

Depends on

The posix-1.0 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
Developmentgeneric 1.0
This the generic part of the Minus component library.
8
Developmentgeneric 1.0
This the generic part of the Minus component library.
8




Plugin

The following plugins are used in the posix-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>posix</artifactId>
  <name>Posix part of Minus component library</name>
  <packaging>cecilia-library</packaging>

  <description>
    This the posix 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/posix</connection>
    <developerConnection>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/posix</developerConnection>
    <url>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/posix</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.objectweb.think.minus</groupId>
      <artifactId>generic</artifactId>
      <version>1.0</version>
      <type>car</type>
    </dependency>
    
    <!-- XX this dependency should be removed (see bug#34466) -->
    <dependency>
      <groupId>org.objectweb.think.minus</groupId>
      <artifactId>libc</artifactId>
      <version>1.0</version>
      <type>car</type>
    </dependency>

    <dependency>
      <groupId>org.objectweb.think.minus</groupId>
      <artifactId>generic</artifactId>
      <version>1.0</version>
      <type>test-car</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.objectweb.think.minus.test</groupId>
      <artifactId>java</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.objectweb.think.minus.test</groupId>
      <artifactId>scripts</artifactId>
      <version>1.0</version>
      <type>car</type>
      <scope>test</scope>
    </dependency>
  </dependencies>
  
</project>