aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-heat-lib
AgeCommit message (Expand)AuthorFilesLines
2018-02-18Licensing issuesamitjai4-0/+0
2018-02-11Artifact was not associatedeleonorali1-3/+3
2018-02-01Removed passing unnecessary logging infovempo2-12/+10
2018-01-04Remove enter/exit debug #6vempo1-22/+0
2017-12-27Add teststalio17-0/+1784
2017-12-27fix TOSCA structure treetalio1-35/+23
2017-12-13Adding Error code in HEAT Validatorsmojahidi1-103/+132
2017-11-21nova server validatortalio1-1/+2
2017-11-20NovaServer NamingConventionGuideLineValidatormojahidi1-1/+1
2017-11-16nova server validatortalio1-4/+18
2017-10-24Fixed resources not being closed in testsvempo2-11/+14
2017-10-06Code coverage using JaCoCOshrikantawachar1-1/+0
2017-10-03Update group members idsvempo1-9/+8
2017-09-19change version of the master branchMichael Lando1-1/+1
2017-09-18Fixed SONAR issuesDivesh Mirchandani6-6/+22
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek20002-0/+106
2017-07-26[SDC] Full OnBoard health-check and NFoD supportAvi Ziv1-50/+0
2017-07-18[SDC] Onboarding 1710 rebase.Avi Ziv5-3/+58
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando2-53/+3
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi22-532/+555
2017-03-15update pom version + change version fileMichael Lando1-1/+1
2017-02-19Add new code new versionMichael Lando1-3/+3
2017-02-19push addional codeMichael Lando34-0/+3687
t;${version.policy.common}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> <id>onap-java-style</id> <goals> <goal>check</goal> </goals> <phase>process-sources</phase> <configuration> <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml with minor changes --> <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> <includeResources>true</includeResources> <includeTestSourceDirectory>true</includeTestSourceDirectory> <includeTestResources>true</includeTestResources> <excludes> </excludes> <consoleOutput>true</consoleOutput> <failOnViolation>true</failOnViolation> <violationSeverity>warning</violationSeverity> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.onap.oparent</groupId> <artifactId>checkstyle</artifactId> <version>${oparent.version}</version> <scope>compile</scope> </dependency> </dependencies> </plugin> </plugins> </build> </project>