Maven Repository - POM file for Inversion of Control picocontainer 1.2 1.2

Summary

PicoContainer Core.

Please refer to the <a href="http://picocontainer.org/">main website</a> for documentation..

Declaration

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

<dependency>
   <groupId>picocontainer</groupId>
   <artifactId>picocontainer</artifactId>
   <version>1.2</version>
</dependency>

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

Depends on

The picocontainer-1.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
XML Parserxml-apis 1.0.b2
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ...
52
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966




Depended by

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

CategoryArtifactDepended By Count
Httpnanocontainer 1.0
Please refer to the <a href="http://nanocontainer.org/">main website</a> for documentation.
6

Plugin

The following plugins are used in the picocontainer-1.2.jar

  1. maven-artifact-plugin
  2. maven-clover-plugin
  3. maven-multiproject-plugin
  4. maven-scm-plugin
  5. surefire

Packages

The following packages are defined in the picocontainer-1.2.jar

org.picocontainer
org.picocontainer.alternatives
org.picocontainer.defaults
org.picocontainer.monitors




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>picocontainer</groupId>
  <artifactId>picocontainer</artifactId>
  <name>PicoContainer Core</name>
  <version>1.2</version>
  <description>Please refer to the &lt;a href="http://picocontainer.org/">main website&lt;/a> for documentation.</description>
  <url>http://www.picocontainer.org/</url>
  <issueManagement>
    <url>http://jira.codehaus.org/browse/PICO</url>
  </issueManagement>
  <inceptionYear>2003</inceptionYear>
  <scm>
    <connection>scm:svn:https://svn.picocontainer.codehaus.org/picocontainer/java/picocontainer/trunk</connection>
    <developerConnection>scm:svn:https://svn.picocontainer.codehaus.org/picocontainer/java/picocontainer/trunk</developerConnection>
    <url>https://svn.picocontainer.codehaus.org/picocontainer/java/picocontainer/trunk</url>
  </scm>
  <organization>
    <name>Codehaus</name>
    <url>http://codehaus.org/</url>
  </organization>
  <build>
    <sourceDirectory>/Users/mauro/svn/picocontainer/container/src/java</sourceDirectory>
    <testSourceDirectory>/Users/mauro/svn/picocontainer/container/src/test</testSourceDirectory>
    <testResources>
      <testResource>
        <targetPath></targetPath>
        <directory>/Users/mauro/svn/picocontainer/container/src/test</directory>
        <includes>
          <include>**/*</include>
        </includes>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <artifactId>surefire</artifactId>
        <configuration>
          <includes>
            <include>**/*TestCase.java</include>
          </includes>
          <excludes>
            <exclude>**/Abstract*</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-artifact-plugin</artifactId>
        <version>1.5.2</version>
        <configuration />
      </plugin>
      <plugin>
        <artifactId>maven-scm-plugin</artifactId>
        <version>1.5</version>
        <configuration />
      </plugin>
      <plugin>
        <artifactId>maven-multiproject-plugin</artifactId>
        <version>1.4.1</version>
        <configuration />
      </plugin>
      <plugin>
        <artifactId>maven-clover-plugin</artifactId>
        <version>1.10</version>
        <configuration />
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>jmock</groupId>
      <artifactId>jmock</artifactId>
      <version>1.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.1.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3_min</artifactId>
      <version>1.1.3.4-RC8</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>beaver.codehaus.org//dist</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://beaver.codehaus.org//home/projects/picocontainer/public_html/picocontainer/1.2/picocontainer</url>
    </site>
  </distributionManagement>
</project>