This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/master by this push:
new bd60ca2 Try #5
bd60ca2 is described below
commit bd60ca28aba1777792f0853e99a9e1ceedcbf52d
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 31 14:00:31 2021 -0800
Try #5
---
.github/workflows/maven.yml | 4 ++--
pom.xml | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9ffd060..26f6f16 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,8 +36,8 @@ jobs:
targets: 'JDK_8;JAVA_HOME'
- name: Install Dependencies
- run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true
-Djar.creation=false -Dgpg.skip=true -B -V --toolchains
.github/workflows/.toolchains.xml
+ run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true
-Dgpg.skip=true -B -V --toolchains .github/workflows/.toolchains.xml
- name: Test & Report
if: ${{ success() }}
- run: mvn verify coveralls:report
-Dcoveralls-repo-token=${repo_token} -Dmaven.javadoc.skip=true
-Djar.creation=false -Dgpg.skip=true -B -V --toolchains
.github/workflows/.toolchains.xml
+ run: mvn verify coveralls:report
-Dcoveralls-repo-token=${repo_token} -Dmaven.javadoc.skip=true -Dgpg.skip=true
-B -V --toolchains .github/workflows/.toolchains.xml
diff --git a/pom.xml b/pom.xml
index 81d9d1d..93ca18b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,6 @@ under the License.
<testng.version>7.1.0</testng.version>
<!-- System-wide properties -->
- <jar.creation>package</jar.creation>
<maven.version>3.5.0</maven.version>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -218,14 +217,14 @@ under the License.
<executions>
<execution>
<id>default-jar</id>
- <phase>${jar.creation}</phase>
+ <phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>default-test-jar</id>
- <phase>${jar.creation}</phase>
+ <phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
@@ -319,14 +318,14 @@ under the License.
<executions>
<execution>
<id>attach-sources</id>
- <phase>${jar.creation}</phase>
+ <phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
<execution>
<id>attach-test-sources</id>
- <phase>${jar.creation}</phase>
+ <phase>package</phase>
<goals>
<goal>test-jar-no-fork</goal>
</goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]