From 0c2c22dcc6cb1bb766bfb0d58afe79dc800b2a79 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 9 Apr 2020 16:08:41 +0200 Subject: [PATCH] Remove use of license plugin Change-Id: Ifada7e06e62e78f29763cbf0dcc3fd20402b73ad Signed-off-by: elinuxhenrik --- pom.xml | 39 --------------------------------------- webapp-backend/pom.xml | 13 ------------- webapp-frontend/pom.xml | 14 -------------- 3 files changed, 66 deletions(-) diff --git a/pom.xml b/pom.xml index c95b41c..3963a39 100644 --- a/pom.xml +++ b/pom.xml @@ -37,15 +37,7 @@ limitations under the License. 1.0.0-SNAPSHOT 11 - - AT&T Intellectual Property - O-RAN-SC - 2019 - apache_v2 - ========================LICENSE_START================================= - ========================LICENSE_END=================================== 3.7.0.1746 - 1.20 webapp-frontend @@ -53,28 +45,6 @@ limitations under the License. - - org.codehaus.mojo - license-maven-plugin - - ${lmp.organization.name} - ${lmp.inception.year} - ${lmp.project.name} - ${lmp.license.name} - ${lmp.process.start.tag} - ${lmp.process.end.tag} - false - - - - first - - update-file-header - - process-sources - - - org.apache.maven.plugins maven-compiler-plugin @@ -111,14 +81,5 @@ limitations under the License. ${sonar-maven-plugin.version} - - - - org.codehaus.mojo - license-maven-plugin - ${license-maven-plugin.version} - - - diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index ff92311..be9a13e 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -211,19 +211,6 @@ limitations under the License. use mvn spotless:apply to rewrite source files use mvn spotless:check to validate source files --> - - - org.codehaus.mojo - license-maven-plugin - - - src - - - **/*.json - - - - org.codehaus.mojo - license-maven-plugin - - - e2e - src - - - **/*.json - - - com.github.eirslett frontend-maven-plugin -- 2.16.6