You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by gt...@apache.org on 2015/07/12 17:38:22 UTC

svn commit: r1690475 - in /river/river-examples/river-examples/trunk: hello-webapp-client/lib/ pom.xml

Author: gtrasuk
Date: Sun Jul 12 15:38:22 2015
New Revision: 1690475

URL: http://svn.apache.org/r1690475
Log:
Eliminate spurious '.index' file in hello-webapp-client/lib

Removed:
    river/river-examples/river-examples/trunk/hello-webapp-client/lib/
Modified:
    river/river-examples/river-examples/trunk/pom.xml

Modified: river/river-examples/river-examples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/pom.xml?rev=1690475&r1=1690474&r2=1690475&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/pom.xml (original)
+++ river/river-examples/river-examples/trunk/pom.xml Sun Jul 12 15:38:22 2015
@@ -87,6 +87,17 @@
         </dependencies>
     </dependencyManagement>
     
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>0.11</version>
+            </plugin>
+
+        </plugins>
+    </build>
+        
     <reporting>
         <plugins>
             <plugin>
@@ -126,10 +137,10 @@
     </reporting>
     <modules>
         <module>browser</module>
-    <module>home</module>
-    <module>hello-api</module>
-    <module>hello-service</module>
-    <module>hello-client</module>
-    <module>hello-webapp-client</module>
-  </modules>
+        <module>home</module>
+        <module>hello-api</module>
+        <module>hello-service</module>
+        <module>hello-client</module>
+        <module>hello-webapp-client</module>
+    </modules>
 </project>
\ No newline at end of file