Show K8S pod statuses queried from CaaS-Ingress
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index a1e30f2..8f0cb58 100644 (file)
@@ -185,6 +185,7 @@ limitations under the License.
                                <artifactId>license-maven-plugin</artifactId>
                                <executions>
                                        <execution>
+                                               <id>first</id>
                                                <goals>
                                                        <goal>update-file-header</goal>
                                                </goals>
@@ -197,6 +198,9 @@ limitations under the License.
                                                        <processStartTag>${lmp.process.start.tag}</processStartTag>
                                                        <processEndTag>${lmp.process.end.tag}</processEndTag>
                                                        <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
+                                                       <excludes>
+                                                               <exclude>**/*.json</exclude>
+                                                       </excludes>
                                                </configuration>
                                        </execution>
                                </executions>