diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-09 08:48:33 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-09 08:48:33 -0400 |
commit | 0f1a3db830b43cdf7e366b8a92609187c32370ac (patch) | |
tree | cba02e218f414fc4a6b8a8da3c519b63a3aef12d /generic-resource-api/model/swagger/pom.xml | |
parent | 6267cfea5bf17f62c6491318ff2827b8cacfd0b4 (diff) |
CLeaning up moved modules and running mvn tidy:pom
Issue-ID: SDNC-1582
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I0ba59010d54d2a379d794beeb7d21b601ac1abf4
Diffstat (limited to 'generic-resource-api/model/swagger/pom.xml')
-rw-r--r-- | generic-resource-api/model/swagger/pom.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml index 871c7444..4b0ce29b 100644 --- a/generic-resource-api/model/swagger/pom.xml +++ b/generic-resource-api/model/swagger/pom.xml @@ -29,7 +29,7 @@ <artifactId>generic-resource-api-model-yang</artifactId> <version>${project.version}</version> </dependency> - <!-- End this is where the yang comes from --> + <!-- End this is where the yang comes from --> </dependencies> <repositories> @@ -52,7 +52,9 @@ <configuration> <outputDirectory>${project.build.directory}/dependency</outputDirectory> <includes>**\/*.yang</includes> - <includeGroupIds>org.opendaylight.mdsal.model,org.opendaylight.mdsal.binding.model.ietf,org.onap.sdnc.northbound</includeGroupIds> + <includeGroupIds> + org.opendaylight.mdsal.model,org.opendaylight.mdsal.binding.model.ietf,org.onap.sdnc.northbound + </includeGroupIds> </configuration> <executions> <execution> @@ -145,7 +147,8 @@ <configuration> <codeGenerators> <generator> - <codeGeneratorClass>com.mrv.yangtools.maven.gen.swagger.MavenSwaggerGenerator</codeGeneratorClass> + <codeGeneratorClass>com.mrv.yangtools.maven.gen.swagger.MavenSwaggerGenerator + </codeGeneratorClass> <outputBaseDir>${project.basedir}/src/main/json</outputBaseDir> <resourceBaseDir>${project.build.directory}/yang</resourceBaseDir> <additionalConfiguration> @@ -169,7 +172,8 @@ <configuration> <codeGenerators> <generator> - <codeGeneratorClass>com.mrv.yangtools.maven.gen.swagger.MavenSwaggerGenerator</codeGeneratorClass> + <codeGeneratorClass>com.mrv.yangtools.maven.gen.swagger.MavenSwaggerGenerator + </codeGeneratorClass> <outputBaseDir>${project.basedir}/src/main/yaml</outputBaseDir> <resourceBaseDir>${project.build.directory}/yang</resourceBaseDir> <additionalConfiguration> @@ -213,7 +217,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> - <plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.10</version> |