summaryrefslogtreecommitdiffstats
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Add Info sectionKanagaraj Manickam k003651068-31/+214
2017-11-14Migrate auth logic into http commandKanagaraj Manickam k003651068-114/+107
2017-11-14Fix auth plugin issuesKanagaraj Manickam k0036510610-16/+229
2017-11-14Migrate onap-cli-schema into open-cli-schemaKanagaraj Manickam k0036510617-64/+31
2017-11-14Basic auth login and logout commandKanagaraj Manickam k0036510619-142/+356
2017-11-14Migrate onap-username and onap-password2017-11-14Add default_value for output attributesKanagaraj Manickam k0036510612-80/+209
2017-11-14Add command type to support auth and catalogKanagaraj Manickam k0036510610-3/+146
2017-11-14Migrate ONAP_HOST_URL to HOST_URLKanagaraj Manickam k003651061-4/+4
2017-11-07Add cli samples into documentKanagaraj Manickam k003651061-1/+1
2017-11-07Add sample for schema-refresh and validatesubhash kumar singh2-0/+254
2017-10-31Fix onap doc generation to logs serial noKanagaraj Manickam k003651061-5/+0
2017-10-26Fix the sample file name align with schemaKanagaraj Manickam k003651061-4/+4
2017-10-26Code refactoring to remove test code generationsubhash kumar singh10-317/+40
2017-10-17Implement autogeneation of moco jsonsubhash kumar singh11-11/+375
2017-10-12Fix exception logs from log4j at buildtimesubhash kumar singh1-1/+1
2017-10-11Verfiy Invalid samplesKanagaraj Manickam k003651062-4/+11
2017-10-11Enhance validation with moco serverKanagaraj Manickam k003651062-0/+44
2017-10-11Fix registrar test command registration UTKanagaraj Manickam k003651061
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~  Copyright © 2019 IBM.
  ~  Modification Copyright © 2018-2019 AT&T Intellectual Property.
  ~
  ~  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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.onap.ccsdk.cds.components.cba</groupId>
        <artifactId>test-blueprint-model</artifactId>
        <version>1.5.0-SNAPSHOT</version>
    </parent>

    <artifactId>capability_cli</artifactId>

    <name>Components Model Catalog - Blueprints Model - Test Blueprints - Capability CLI</name>

    <dependencies>
        <dependency>
            <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
            <artifactId>cli-executor</artifactId>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <dependencies>
                    <dependency>
                        <groupId>org.onap.ccsdk.cds.components.cba</groupId>
                        <artifactId>cba-assembly-descriptor</artifactId>
                        <version>${ccsdk.cds.version}</version>
                        <exclusions>
                            <exclusion>
                                <groupId>*</groupId>
                                <artifactId>*</artifactId>
                            </exclusion>
                        </exclusions>
                    </dependency>
                </dependencies>
                <version>3.1.0</version>
                <executions>
                    <execution>
                        <id>cba</id>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                        <configuration>
                            <appendAssemblyId>false</appendAssemblyId>
                            <descriptorRefs>
                                <descriptorRef>cba_zip</descriptorRef>
                            </descriptorRefs>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>
avatar/4d76d58dd68be2921a3eb032a89d1523?s=13&d=retro' />Kanagaraj Manickam k00365106
2-2/+10
2017-09-18Improve the UT of profileKanagaraj Manickam k003651064-7/+17
2017-09-18Add exception for profile persist layerKanagaraj Manickam k003651066-11/+117
2017-09-15Fixes SONAR critical bugsKanagaraj Manickam k003651064-2/+51
2017-09-14Migrate type long into digitKanagaraj Manickam k0036510614-21/+21
2017-09-13Print exception stack in dev modeKanagaraj Manickam k003651061-1/+1
2017-09-13Namespace migration to open_cli_schema_versionKanagaraj Manickam k0036510636-42/+42
2017-09-11CLI profile supportKanagaraj Manickam k003651067-86/+217
2017-09-11Fix to consider 404 for delete success codeKanagaraj Manickam k003651061-1/+3
2017-09-08Add CLI_DEVKanagaraj Manickam k003651064-1/+18
2017-09-07Add TEXT parameter typeKanagaraj Manickam k003651061-1/+3
2017-09-07Make set specific to product versionKanagaraj Manickam k003651065-2/+79
2017-09-05Add set unset directiveKanagaraj Manickam k003651061-1/+1
2017-08-31Make interactive mode as defaultKanagaraj Manickam k003651061-14/+34
2017-08-31Add command useKanagaraj Manickam k003651064-3/+52
2017-08-30Consider missing attributes as blankKanagaraj Manickam k003651061-2/+2
2017-08-30Add validation for all commandsKanagaraj Manickam k003651063-22/+21
2017-08-30Update Schema refresh to report product versionKanagaraj Manickam k003651065-6/+16
2017-08-30Add versioning for commandKanagaraj Manickam k0036510631-78/+308
2017-08-29Fix classpath to include docs and confKanagaraj Manickam k003651061-54/+0
2017-08-26Add VSP lifecycle commandsBharath Thiruveedula10-20/+87