Skip to content

Commit

Permalink
fix: os-tag and test dir (intel-analytics#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
i8run authored and SeaOfOcean committed Nov 29, 2017
1 parent d6a47d6 commit be439a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/dist-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>linux</artifactId>
<artifactId>linux64</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion dist/dist-linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>linux</artifactId>
<artifactId>linux64</artifactId>
<packaging>pom</packaging>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions mkl2017-xeon-blas/mkl-java-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</resource>
</resources>
<sourceDirectory>../src/main/java</sourceDirectory>
<testSourceDirectory>../src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
1 change: 1 addition & 0 deletions mkl2017-xeon-blas/mkl-java-rh5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</resource>
</resources>
<sourceDirectory>../src/main/java</sourceDirectory>
<testSourceDirectory>../src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
1 change: 1 addition & 0 deletions mkl2017-xeon-blas/mkl-java-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</resource>
</resources>
<sourceDirectory>../src/main/java</sourceDirectory>
<testSourceDirectory>../src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
1 change: 1 addition & 0 deletions mkl2017-xeon-blas/mkl-java-x86_64-linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</resource>
</resources>
<sourceDirectory>../src/main/java</sourceDirectory>
<testSourceDirectory>../src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit be439a5

Please sign in to comment.