This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 64c818f MNEMONIC-681: Artifacts not found in mnemonic-sort-bench
64c818f is described below
commit 64c818fd7f534a7faf771feb7549e0612c820652
Author: Xiaojin Jiao <[email protected]>
AuthorDate: Mon Aug 30 16:26:31 2021 -0700
MNEMONIC-681: Artifacts not found in mnemonic-sort-bench
Signed-off-by: Xiaojin Jiao <[email protected]>
---
mnemonic-benches/mnemonic-sort-bench/pom.xml | 92 ++++++++--------------
.../mnemonic-spark-kmeans-bench/pom.xml | 92 ++++++++--------------
mnemonic-benches/pom.xml | 12 ---
mnemonic-examples/pom.xml | 45 -----------
4 files changed, 70 insertions(+), 171 deletions(-)
diff --git a/mnemonic-benches/mnemonic-sort-bench/pom.xml
b/mnemonic-benches/mnemonic-sort-bench/pom.xml
index d6c9452..99063d1 100644
--- a/mnemonic-benches/mnemonic-sort-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-sort-bench/pom.xml
@@ -39,6 +39,41 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-nvml-vmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-nvml-pmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-pmdk-vmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-pmdk-pmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-pmalloc-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-sys-vmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-utilities-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
@@ -51,63 +86,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>copy</id>
- <phase>package</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-nvml-vmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-sys-vmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-nvml-pmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-pmalloc-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-utilities-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- </artifactItems>
-
<outputDirectory>${project.build.directory}/service-dist</outputDirectory>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
index 91dcc28..7964df8 100644
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
@@ -98,6 +98,41 @@
<version>${scalatest.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-nvml-vmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-nvml-pmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-pmdk-vmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-pmdk-pmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-pmalloc-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-sys-vmem-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>mnemonic-utilities-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
@@ -118,63 +153,6 @@
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>copy</id>
- <phase>package</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-nvml-vmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-sys-vmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-nvml-pmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-pmalloc-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-utilities-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- </artifactItems>
-
<outputDirectory>${project.build.directory}/service-dist</outputDirectory>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
<pluginManagement>
<plugins>
diff --git a/mnemonic-benches/pom.xml b/mnemonic-benches/pom.xml
index de3f3e4..70c5e50 100644
--- a/mnemonic-benches/pom.xml
+++ b/mnemonic-benches/pom.xml
@@ -92,18 +92,6 @@
<version>1.4.0.Final</version>
</extension>
</extensions>
- <plugins>
- </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
</project>
-
diff --git a/mnemonic-examples/pom.xml b/mnemonic-examples/pom.xml
index aaf6877..db037d1 100644
--- a/mnemonic-examples/pom.xml
+++ b/mnemonic-examples/pom.xml
@@ -138,51 +138,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
- <!-- enable the following plugin in client POM
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>copy</id>
- <phase>package</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-nvml-vmem-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-pmalloc-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>mnemonic-utilities-service</artifactId>
- <version>${project.version}</version>
- <classifier>${os.detected.classifier}</classifier>
- <type>jar</type>
- </artifactItem>
- </artifactItems>
-
<outputDirectory>${project.build.directory}/service-dist</outputDirectory>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- </configuration>
- </execution>
- </executions>
- </plugin>
- -->
</plugins>
</build>