Maven Repository - POM file for Development configuration-api 1.0.2-3 1.0.2-3

Summary

configuration-api.

This project is the api library for configuration in the cisco vss foundation runtime.

Declaration

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

<dependency>
   <groupId>com.cisco.oss.foundation</groupId>
   <artifactId>configuration-api</artifactId>
   <version>1.0.2-3</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The configuration-api-1.0.2-3 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
Loglogging-api 1.0.2-1
This project is the logging api library in the cisco vss foundation runtime
9
Data Structurecommons-codec 1.9
The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
120

Depended by

The following table lists the most popular artifacts which are depending on configuration-api-1.0.2-3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentmonitoring-api 1.0.2-2
This project is the foundation runtime monitoring api project.
6

Plugin

The following plugins are used in the configuration-api-1.0.2-3.jar

  1. maven-jaxb2-plugin

Packages

The following packages are defined in the configuration-api-1.0.2-3.jar

com.cisco.oss.foundation.configuration
com.cisco.oss.foundation.configuration.validation
com.cisco.oss.foundation.configuration.validation.exceptions
com.cisco.oss.foundation.configuration.validation.params
com.cisco.oss.foundation.configuration.xml
com.cisco.oss.foundation.configuration.xml.jaxb
com.cisco.oss.foundation.configuration.xml.jaxb.adapters




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  ~ Copyright 2014 Cisco Systems, Inc.
  ~
  ~  Licensed 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">
    <parent>
    <groupId>com.cisco.oss.foundation</groupId>
    <artifactId>foundation-common-base</artifactId>
    <version>1.0.0-2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.cisco.oss.foundation</groupId>
    <artifactId>configuration-api</artifactId>
    <name>configuration-api</name>
    <version>1.0.2-3</version>
    <description>This project is the api library for configuration in the cisco vss foundation runtime</description>
    <url>https://github.com/foundation-runtime/configuration/tree/master/configuration-api</url>
    <packaging>jar</packaging>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <issueManagement>
        <system>Github
        </system>
        <url>{URL in JIRA or Product name in CQ}</url>
    </issueManagement>
    <mailingLists>
        <mailingList />
    </mailingLists>
    
    <properties>
        <logging-api-version>1.0.2-1</logging-api-version>
        <commons-version>1.0.2-1</commons-version>
        <logging-log4j-version>1.0.2-1</logging-log4j-version>
        <javaVersion>1.6</javaVersion>
</properties>
    <scm>
        <connection>scm:git:git@github.com:foundation-runtime/configuration.git</connection>
        <developerConnection>scm:git:git@github.com:foundation-runtime/configuration.git</developerConnection>
        <url>https://github.com/foundation-runtime/configuration.git</url>
        <tag>configuration-api-1.0.2-3</tag>
    </scm>
    <organization>
        <name>Cisco</name>
        <url>http://www.cisco.com</url>
    </organization>
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>2.5</version>
                    <configuration>
                        <archive>
                            <index>true</index>
                            <manifest>
                                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                            </manifest>
                        </archive>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
        <plugins>
           <plugin>
                <groupId>org.jvnet.jaxb2.maven2</groupId>
                <artifactId>maven-jaxb2-plugin</artifactId>
                <version>0.8.0</version>
                <executions>
                    <execution>
                        <id>jaxb</id>
                        <goals>
                            <goal>generate</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <extension>true</extension>
                    <args>
                        <arg>-Xcollection-setter-injector</arg>
                        <arg>-XtoString</arg>
                        <arg>-Xcopyable</arg>
                        <arg>-Xequals</arg>
                    </args>
                    <plugins>
                        <plugin>
                            <groupId>net.java.dev.vcc.thirdparty</groupId>
                            <artifactId>collection-setter-injector</artifactId>
                            <version>0.5.0-1</version>
                        </plugin>
                        <plugin>
                            <groupId>org.jvnet.jaxb2_commons</groupId>
                            <artifactId>jaxb2-basics</artifactId>
                            <version>0.6.4</version>
                        </plugin>
                    </plugins>
                    <generatePackage>com.cisco.oss.foundation.configuration.xml.jaxb</generatePackage>
                    <generateDirectory>${project.build.directory}/generated-sources/</generateDirectory>
                    <schemaDirectory>${project.basedir}/src/main/resources/</schemaDirectory>
                    <schemaIncludes>
                        <schemaInclude>CCP_XML.xsd</schemaInclude>
                    </schemaIncludes>
                    <strict>true</strict>
                </configuration>
            </plugin>            
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>com.cisco.oss.foundation</groupId>
            <artifactId>commons</artifactId>
            <version>${commons-version}</version>
        </dependency>
        <dependency>
            <groupId>com.cisco.oss.foundation</groupId>
            <artifactId>logging-api</artifactId>
            <version>${logging-api-version}</version>
        </dependency>
        <dependency>
            <groupId>com.cisco.oss.foundation</groupId>
            <artifactId>logging-log4j</artifactId>
            <version>${logging-log4j-version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-configuration</groupId>
            <artifactId>commons-configuration</artifactId>
            <version>${commons-configuration-version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <version>${spring-version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${spring-version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context-support</artifactId>
            <version>${spring-version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${spring-version}</version>
        </dependency>
        <dependency>
            <groupId>org.jvnet.jaxb2_commons</groupId>
            <artifactId>jaxb2-basics</artifactId>
            <version>0.6.4</version>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.9</version>
        </dependency>
    </dependencies>  
</project>