summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main
AgeCommit message (Expand)AuthorFilesLines
2019-12-11Added datatypes for 3rd Party PartnersAtif Husain1-0/+149
2019-12-11Add service creation API as an External APIDivyang Patel3-585/+738
2019-11-25Fix Sonar issuevasraz1-2/+2
2019-11-20Validate non-mano software information artifactandre.schmid4-205/+3
2019-11-20Onboard PNF software versionandre.schmid8-63/+571
2019-11-12add SDC Meta Data for CDS IntegrationAhmed Abbas4-1/+43
2019-11-06Fix sonarqube issues introduced by ZipSlip changeandre.schmid2-18/+17
2019-11-03Create new non-mano Artifact Type entry for pnf software informationaribeiro1-0/+7
2019-10-30Fix zip slip security flawandre.schmid5-931/+976
2019-10-30add artifacts support in TOSCA exported yml fileLiang Ding6-67/+148
2019-10-29Fix for status properties value.aribeiro28-577/+577
2019-10-16Changes for new service categoryatif husain1-0/+3
2019-10-03-4/+3864
2019-07-09Incrrct intrfc type populated in tosca for S proxyMojahidul Islam2-9/+19
2019-07-07PM-Mapper Policy Model supportrajendrajaiswal3-0/+25
2019-06-30Fix artifact implementation proxy node typeojasdubey1-2/+18
2019-06-24Fix node filter properties valuetalio3-11/+30
2019-06-23Fixed bug - implementation path under interfacesMojahidul Islam1-1/+1
2019-06-17Add property uid in declarationtalio1-0/+1
2019-06-16BeanUtils upgrade to 1.9.xTomasz Golabek1-13/+7
2019-06-12Upgrade SDC from Titan to Janus Graphshrikantawachar97-534/+550
2019-06-11Add lombok support to simple classesavigaffa1-1/+4
2019-06-10Fix Service proxy node templateojasdubey3-47/+43
2019-06-10Inheritance in ComponentExceptionTomasz Golabek30-332/+773
2019-06-06Fix static list value issuetalio2-4/+5
2019-06-05Add lombok support to simple classesavigaffa1-20/+7
2019-06-03fix inputs declaration on complex typetalio1-1/+1
pan class="n">directory}/classes/static</outputDirectory> <resources> <resource> <directory>${webapp.dir}/dist</directory> </resource> <resource> <directory>${webapp.dir}</directory> <includes> <include>js/fileMenu.js</include> </includes> </resource> </resources> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> <fileset> <directory>${webapp.dir}/node</directory> </fileset> <fileset> <directory>${webapp.dir}/node_modules</directory> </fileset> <fileset> <directory>${webapp.dir}</directory> <includes> <include>package-lock.json</include> <include>dist/bundle.js</include> </includes> </fileset> </filesets> </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> <execution> <id>repackage</id> <goals> <goal>repackage</goal> </goals> <configuration> <!-- By default, the repackage goal replaces the original artifact with the repackaged one. By specifying a classifier here, we can retain both the original and repackaged jars. Thus two jars are produced: a regular jar that we can include in other modules, and an executable Spring Boot jar with the suffix 'exec'. --> <classifier>exec</classifier> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>