From 514d110e02d4574c6c7c3fe69a20855f292c9cc9 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 7 Oct 2011 09:26:52 +0200 Subject: [PATCH] move scm-webapp specific license rules to scm-webapp/pom.xml --- pom.xml | 2 -- scm-webapp/pom.xml | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index db6a2a8a3e..b6db3548ad 100644 --- a/pom.xml +++ b/pom.xml @@ -166,8 +166,6 @@ target/** .hg/** - **/extjs/** - **/syntaxhighlighter/** true diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 4115a846ea..0bd46093f4 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -259,6 +259,27 @@ + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.9.0 + +
http://download.scm-manager.org/licenses/mvn-license.txt
+ + src/** + **/test/** + + + target/** + .hg/** + **/extjs/** + **/syntaxhighlighter/** + + true +
+
+ org.apache.maven.plugins