Author: simonetripodi
Date: Mon Sep 19 15:32:56 2011
New Revision: 1172666
URL: http://svn.apache.org/viewvc?rev=1172666&view=rev
Log:
removed no more used plugin (it was useful to fill the license header where
missing)
Removed:
commons/proper/ognl/trunk/src/etc/
Modified:
commons/proper/ognl/trunk/pom.xml
Modified: commons/proper/ognl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1172666&r1=1172665&r2=1172666&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Sep 19 15:32:56 2011
@@ -243,24 +243,6 @@ limitations under the License.
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
</plugin>
- <plugin>
- <groupId>com.mycila.maven-license-plugin</groupId>
- <artifactId>maven-license-plugin</artifactId>
- <version>1.9.0</version>
- <configuration>
- <header>src/etc/header.txt</header>
- <mapping>
- <java>SLASHSTAR_STYLE</java>
- <template>XML_STYLE</template>
- <jj>SLASHSTAR_STYLE</jj>
- <jjt>SLASHSTAR_STYLE</jjt>
- </mapping>
- <excludes>
- <exclude>LICENSE.txt</exclude>
- <exclude>NOTICE.txt</exclude>
- </excludes>
- </configuration>
- </plugin>
</plugins>
<pluginManagement>
<plugins>