Author: tv
Date: Tue Jan 6 19:00:45 2015
New Revision: 1649911
URL: http://svn.apache.org/r1649911
Log:
Remove rmic plugin. RMI uses dynamic proxies now.
Modified:
commons/proper/jcs/trunk/commons-jcs-core/pom.xml
Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/pom.xml?rev=1649911&r1=1649910&r2=1649911&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Tue Jan 6 19:00:45 2015
@@ -159,11 +159,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rmic-maven-plugin</artifactId>
- <version>1.2.1</version>
- </plugin>
- <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
@@ -177,26 +172,6 @@
</plugins>
</pluginManagement>
<plugins>
- <!-- We need to generate some stub/skel classes with RMIC -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rmic-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>rmic</id>
- <goals>
- <goal>rmic</goal>
- </goals>
- <configuration>
- <includes>
- <include>**/RemoteCacheListener.class</include>
- <include>**/RemoteCacheServer.class</include>
- </includes>
-
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>