Remove use of license plugin
[portal/nonrtric-controlpanel.git] / webapp-frontend / pom.xml
index b12bbd1..8e3b432 100644 (file)
@@ -32,20 +32,6 @@ limitations under the License.
        <name>Non-RT RIC Control Panel Webapp frontend</name>
        <build>
                <plugins>
-                       <plugin>
-                               <!-- Most configuration and all execution is inherited -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>license-maven-plugin</artifactId>
-                               <configuration>
-                                       <roots>
-                                               <root>e2e</root>
-                                               <root>src</root>
-                                       </roots>
-                                       <excludes>
-                                               <exclude>**/*.json</exclude>
-                                       </excludes>
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <groupId>com.github.eirslett</groupId>
                                <artifactId>frontend-maven-plugin</artifactId>