summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-23add compareModelofE2EServiceInstance processYulian Han2-3/+124
2018-03-23Merge "Change API-H service path back to ecomp/mso/infra"Seshu Kumar M1-2/+2
2018-03-22Merge "Add OpenPojo Tests to APIH"Rob Daugherty1-1/+2
2018-03-22Merge "Add Pojo Validations CamundaBeans"Rob Daugherty5-4/+76
2018-03-22Add OpenPojo Tests to APIHSmokowski, Steve (ss835w)1-1/+2
2018-03-22Add Pojo Validations CamundaBeansSmokowski, Steve (ss835w)5-4/+76
2018-03-22Merge "Added openpojo validations"Rob Daugherty4-0/+94
2018-03-22Change API-H service path back to ecomp/mso/infraRob Daugherty1-2/+2
2018-03-22Added openpojo validationsSmokowski, Steve (ss835w)4-0/+94
2018-03-22Merge "Added OpenPojo Validations to beans"Seshu Kumar M0-0/+0
2018-03-22Merge "Added OpenPojo Validations to beans"Seshu Kumar M3-11/+168
2018-03-22Added OpenPojo Validations to beansSmokowski, Steve (ss835w)3-11/+168
2018-03-22Merge "added openpojo test for policy entities beans"Seshu Kumar M2-6/+65
2018-03-22Merge "updated grm beans test to remove flakey junit"Seshu Kumar M1-9/+12
2018-03-22Merge "added openpojo tests for sdno beans"Seshu Kumar M6-0/+77
2018-03-22Merge "Added openpojo tests for ruby beans"Seshu Kumar M1-0/+59
2018-03-22Merge "added openpojo tests for service instance beans"Seshu Kumar M21-622/+788
2018-03-22Added OpenPojo Validations to beansSmokowski, Steve (ss835w)2-11/+96
2018-03-22added openpojo test for policy entities beansBenjamin, Max (mb388a)2-6/+65
2018-03-22updated grm beans test to remove flakey junitBenjamin, Max (mb388a)1-9/+12
2018-03-22added openpojo tests for sdno beansBenjamin, Max (mb388a)6-0/+77
2018-03-22Added openpojo tests for ruby beansBenjamin, Max (mb388a)1-0/+59
2018-03-22added openpojo tests for service instance beansBenjamin, Max (mb388a)21-622/+788
2018-03-22Improve UT for SOsubhash kumar singh1-4/+66
2018-03-22Merge "Adding Junit"Seshu Kumar M2-0/+89
2018-03-22Merge "UT Coverage"Seshu Kumar M8-0/+310
2018-03-22Merge "CII badging issue resolution"Seshu Kumar M2-3/+8
2018-03-22UT CoverageSindhu A8-0/+310
2018-03-22Merge "Rainy day UTs for rest interfaces"Seshu Kumar M4-0/+261
2018-03-22Merge "add CompareModelofE2EServiceInstance.bpmn"Seshu Kumar M1-0/+335
2018-03-22Merge "modify wrong note"Seshu Kumar M1-1/+1
2018-03-22Adding JunitSP005016382-0/+89
2018-03-22Merge "add CompareModelsRequest.java"Seshu Kumar M1-0/+68
2018-03-22CII badging issue resolutionManamohan Satapathy2-3/+8
2018-03-22add CompareModelofE2EServiceInstance.bpmnYulian Han1-0/+335
2018-03-22Rainy day UTs for rest interfacessubhash kumar singh4-0/+261
2018-03-22modify wrong noteYulian Han1-1/+1
2018-03-22Merge "added custom validators for use with openpojo"Seshu Kumar M15-649/+1114
2018-03-22add CompareModelsRequest.javaYulian Han1-0/+68
2018-03-22UT Coverage for SOSindhu A11-0/+1040
2018-03-22Merge "mprove code coverage"Seshu Kumar M11-0/+661
2018-03-22Merge "Improve code coverage"Seshu Kumar M1-0/+64
2018-03-22Merge "Improve code coverage"Seshu Kumar M1-0/+59
2018-03-22Merge "Improve code coverage"Seshu Kumar M1-0/+74
2018-03-22mprove code coveragesubhash kumar singh11-0/+661
2018-03-22Merge "Adding Junit"Seshu Kumar M4-0/+163
2018-03-22Improve code coveragesubhash kumar singh1-0/+64
2018-03-22Improve code coveragesubhash kumar singh1-0/+59
2018-03-22Improve code coveragesubhash kumar singh1-0/+74
2018-03-22Adding JunitAS004650594-0/+163
span class="n">version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.relevantcodes</groupId> <artifactId>extentreports</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>${commons-jci-core.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.sikuli</groupId> <artifactId>sikuli-api</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>org.sikuli</groupId> <artifactId>sikuli-core</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons-codec}</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <!-- ================================================== --> <!-- Get the next versions from the properties file. --> <!-- ================================================== --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0-alpha-1</version> <inherited>false</inherited> <executions> <execution> <id>ui-ci-dev</id> <phase>initialize</phase> <goals> <goal>read-project-properties</goal> </goals> <configuration> <files> <file>../target/FullReleaseVersion.properties</file> </files> </configuration> </execution> </executions> </plugin> <!-- ============================================= --> <!-- Create the JAR file with its dependencies --> <!-- ============================================= --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.5.5</version> <executions> <execution> <id>create.jar.with.dependencies</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <archive> <manifest> <mainClass>org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest</mainClass> </manifest> </archive> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> </execution> </executions> </plugin> <!-- =========================== --> <!-- HP Fortify scanner --> <!-- =========================== --> <plugin> <groupId>com.fortify.ps.maven.plugin</groupId> <artifactId>sca-maven-plugin</artifactId> <version>4.30</version> <configuration> <scanEnabled>false</scanEnabled> </configuration> </plugin> </plugins> </build> </project>