Maven Repository - POM file for JEE jclouds-core 1.6.0-rc.4 1.6.0-rc.4

Summary

jclouds Components Core.

Core components to access jclouds services.

Declaration

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

<dependency>
   <groupId>org.jclouds</groupId>
   <artifactId>jclouds-core</artifactId>
   <version>1.6.0-rc.4</version>
</dependency>

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

License

Apache License.

Depends on

The jclouds-core-1.6.0-rc.4 has 10 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
Developmentrocoto 6.2
Add some spice to Google Guice through configuration files!
7
Inversion of Controljavax.inject 1
The javax.inject API
539
JEE Containerjsr250-api 1.0
JSR-250 Reference Implementation by Glassfish
242
JSONgson 2.2.2
Google Gson library
63
Inversion of Controlguava 14.0.1
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has two code dependencies - javax.annotation per the JSR-305 spec and javax.inject per the JSR-330 spec.
546
OSGiorg.osgi.core 4.2.0
POM was created by Sonatype Nexus
197
OSGiorg.osgi.compendium 4.2.0
POM was created by Sonatype Nexus
142




Plugin

The following plugins are used in the jclouds-core-1.6.0-rc.4.jar

  1. clojure-maven-plugin
  2. maven-jar-plugin

Packages

The following packages are defined in the jclouds-core-1.6.0-rc.4.jar

org.jclouds
org.jclouds.annotations
org.jclouds.apis
org.jclouds.apis.internal
org.jclouds.collect
org.jclouds.collect.internal
org.jclouds.concurrent
org.jclouds.concurrent.config
org.jclouds.config
org.jclouds.crypto
org.jclouds.date
org.jclouds.date.internal
org.jclouds.domain
org.jclouds.domain.internal
org.jclouds.encryption.internal
org.jclouds.events.config
org.jclouds.events.config.annotations
org.jclouds.events.handlers
org.jclouds.fallbacks
org.jclouds.functions
org.jclouds.http
org.jclouds.http.annotation
org.jclouds.http.config
org.jclouds.http.filters
org.jclouds.http.functions
org.jclouds.http.functions.config
org.jclouds.http.handlers
org.jclouds.http.internal
org.jclouds.http.options
org.jclouds.http.utils
org.jclouds.internal
org.jclouds.io
org.jclouds.io.internal
org.jclouds.io.payloads
org.jclouds.javax.annotation
org.jclouds.javax.annotation.concurrent
org.jclouds.json
org.jclouds.json.config
org.jclouds.json.internal
org.jclouds.lifecycle
org.jclouds.lifecycle.config
org.jclouds.location
org.jclouds.location.config
org.jclouds.location.functions
org.jclouds.location.predicates
org.jclouds.location.predicates.fromconfig
org.jclouds.location.reference
org.jclouds.location.suppliers
org.jclouds.location.suppliers.all
org.jclouds.location.suppliers.derived
org.jclouds.location.suppliers.fromconfig
org.jclouds.location.suppliers.implicit
org.jclouds.logging
org.jclouds.logging.config
org.jclouds.logging.internal
org.jclouds.logging.jdk
org.jclouds.logging.jdk.config
org.jclouds.osgi
org.jclouds.predicates
org.jclouds.predicates.validators
org.jclouds.providers
org.jclouds.providers.config
org.jclouds.providers.internal
org.jclouds.proxy
org.jclouds.proxy.internal
org.jclouds.reflect
org.jclouds.rest
org.jclouds.rest.annotations
org.jclouds.rest.binders
org.jclouds.rest.config
org.jclouds.rest.functions
org.jclouds.rest.internal
org.jclouds.rest.suppliers
org.jclouds.suppliers
org.jclouds.util
org.jclouds.xml
org.jclouds.xml.internal




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Licensed to jclouds, Inc. (jclouds) under one or more
    contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  jclouds licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.

-->
<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>
        <artifactId>jclouds-project</artifactId>
        <groupId>org.jclouds</groupId>
        <version>1.6.0-rc.4</version>
        <relativePath>../project/pom.xml</relativePath>
    </parent>
    <artifactId>jclouds-core</artifactId>
    <name>jclouds Components Core</name>
    <packaging>bundle</packaging>
    <description>Core components to access jclouds services</description>

    <scm>
        <connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection>
        <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection>
        <url>http://jclouds.googlecode.com/svn/trunk</url>
      <tag>jclouds-1.6.0-rc.4</tag>
  </scm>

    <properties>
        <jclouds.osgi.import>
          org.nnsoft.guice.rocoto*;version="[6.1,7)",
          *
        </jclouds.osgi.import>
        <jclouds.osgi.export>org.jclouds*;version=${project.version};-noimport:=true</jclouds.osgi.export>
        <jclouds.osgi.activator>org.jclouds.osgi.Activator</jclouds.osgi.activator>
    </properties>

    <dependencies>
        <dependency>
            <groupId>javax.ws.rs</groupId>
            <artifactId>jsr311-api</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>com.google.inject.extensions</groupId>
            <artifactId>guice-assistedinject</artifactId>
            <version>3.0</version>
        </dependency>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <version>3.0</version>
        </dependency>
        <dependency>
            <groupId>org.99soft.guice</groupId>
            <artifactId>rocoto</artifactId>
            <version>6.2</version>
        </dependency>
        <dependency>
            <groupId>javax.inject</groupId>
            <artifactId>javax.inject</artifactId>
            <version>1</version>
        </dependency>
        <dependency>
            <groupId>javax.annotation</groupId>
            <artifactId>jsr250-api</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-security</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.2.2</version>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>14.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <version>4.2.0</version>
            <scope>provided</scope>
        </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.compendium</artifactId>
        <version>4.2.0</version>
        <scope>provided</scope>
      </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>com.theoryinpractise</groupId>
                <artifactId>clojure-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <!--
                        These files are excluded to avoid corrupting the classpath with ProviderMetadata implementation
                        classes that should only be availble when running the core tests.
                    -->
                    <excludes>
                        <exclude>META-INF/services/</exclude>
                        <exclude>org/jclouds/providers/ProvidersTest.class</exclude>
                    </excludes>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>distribution</id>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-assembly-plugin</artifactId>
                        <executions>
                            <!-- overrides the default execution inherited from project -->
                            <execution>
                                <id>jar-with-dependencies</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>single</goal>
                                </goals>
                                <configuration>
                                    <descriptors>
                                        <descriptor>jar-with-dependencies-descriptor.xml</descriptor>
                                    </descriptors>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
</project>