You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2016/03/16 11:15:35 UTC

svn commit: r1735204 - /felix/trunk/gogo/shell/pom.xml

Author: gnodet
Date: Wed Mar 16 10:15:35 2016
New Revision: 1735204

URL: http://svn.apache.org/viewvc?rev=1735204&view=rev
Log:
Fix gogo shell build

Modified:
    felix/trunk/gogo/shell/pom.xml

Modified: felix/trunk/gogo/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/pom.xml?rev=1735204&r1=1735203&r2=1735204&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Wed Mar 16 10:15:35 2016
@@ -68,8 +68,8 @@
 				</configuration>
 			</plugin>
 			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
 				<configuration>
 					<excludeSubProjects>false</excludeSubProjects>
 					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
@@ -79,6 +79,8 @@
 						<param>maven-eclipse.xml</param>
 						<param>.checkstyle</param>
 						<param>.externalToolBuilders/*</param>
+						<param>src/main/resources/gosh_profile</param>
+						<param>src/main/resources/motd</param>
 					</excludes>
 				</configuration>
 			</plugin>