Author: mduerig
Date: Thu May 3 08:37:57 2012
New Revision: 1333359
URL: http://svn.apache.org/viewvc?rev=1333359&view=rev
Log:
OAK-44: Release managements tweaks
remove rat exclusions from oak-core since licensing issue has been fixed in
revision 1333334.
Modified:
jackrabbit/oak/trunk/oak-core/pom.xml
Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1333359&r1=1333358&r2=1333359&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Thu May 3 08:37:57 2012
@@ -52,20 +52,6 @@
</configuration>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
-
<exclude>src/main/java/org/apache/jackrabbit/mk/fs/FileChannelInputStream.java</exclude>
-
<exclude>src/main/java/org/apache/jackrabbit/mk/fs/FilePathWrapper.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
<dependencies>