You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2015/11/19 21:46:45 UTC

[03/50] [abbrv] incubator-systemml git commit: Minor pom.xml cleanup

Minor pom.xml cleanup


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/5c93a6f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/5c93a6f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/5c93a6f3

Branch: refs/heads/master
Commit: 5c93a6f36d395c29b3e7c2f78892e57209e10b13
Parents: 9ed29ae
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Oct 27 11:44:28 2015 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Oct 27 11:44:28 2015 -0700

----------------------------------------------------------------------
 pom.xml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5c93a6f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 400a720..ed0d510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,8 +149,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
-          			<source>1.6</source>
-          			<target>1.6</target>
+					<source>1.6</source>
+					<target>1.6</target>
 				</configuration>
 			</plugin>
 
@@ -386,7 +386,7 @@
 
 	</build>
 
-	
+
 	<profiles>
 	<!-- Profile for Windows builds. Not currently needed, but might be needed 
 		in the future. -->
@@ -405,9 +405,7 @@
 	</profiles>
 
 
-
 	<dependencies>
-	
 
 		<dependency>
 			<groupId>org.apache.spark</groupId>
@@ -438,7 +436,6 @@
 			<version>14.0.1</version>
 		</dependency>
 
-
 		<dependency>
 			<groupId>org.apache.hadoop</groupId>
 			<artifactId>hadoop-common</artifactId>
@@ -626,8 +623,6 @@
 	<properties>
 		<!-- OS-specific JVM arguments for running integration tests -->
 		<integrationTestExtraJVMArgs />
-
-		<installDir>/usr/ibm/biginsights/${BIVersion}</installDir>
-
 	</properties>
+
 </project>