Repository: ranger
Updated Branches:
  refs/heads/master d259ed9da -> dab9ed6e0


RANGER-1970 - Build fails - rat issues with storm-agent


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/9ea96d9f
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/9ea96d9f
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/9ea96d9f

Branch: refs/heads/master
Commit: 9ea96d9f4913bdf05a5656528de9b8424c9daa79
Parents: d259ed9
Author: Colm O hEigeartaigh <[email protected]>
Authored: Mon Feb 5 14:04:38 2018 +0000
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Mon Feb 5 14:04:38 2018 +0000

----------------------------------------------------------------------
 storm-agent/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/9ea96d9f/storm-agent/pom.xml
----------------------------------------------------------------------
diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml
index 7374bd2..5483faf 100644
--- a/storm-agent/pom.xml
+++ b/storm-agent/pom.xml
@@ -105,5 +105,17 @@
                 <filtering>true</filtering>
             </testResource>
         </testResources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <systemPropertyVariables>
+                        <storm.home>${basedir}/target</storm.home>
+                    </systemPropertyVariables>
+                </configuration>
+            </plugin>
+        </plugins>
     </build>
 </project>

Reply via email to