You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by sm...@apache.org on 2020/06/25 10:34:13 UTC

[incubator-nlpcraft] branch NLPCRAFT-85 updated: NLPCRAFT-85: Update README and GitHub Actions workflow.

This is an automated email from the ASF dual-hosted git repository.

smakov pushed a commit to branch NLPCRAFT-85
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-85 by this push:
     new cae13bf  NLPCRAFT-85: Update README and GitHub Actions workflow.
cae13bf is described below

commit cae13bfb157cb48aceef7436fa530e94b597fe5a
Author: smakov <sm...@apache.org>
AuthorDate: Thu Jun 25 13:34:01 2020 +0300

    NLPCRAFT-85: Update README and GitHub Actions workflow.
---
 .github/workflows/build.yml | 4 ++--
 bin/MAVEN-RELEASE.md        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f41e397..4888365 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,9 +52,9 @@ jobs:
 
       - name: Build (Linux)
         if: ${{matrix.os == 'ubuntu-latest'}}
-        run: 'mvn -B clean verify -P stanford-corenlp'
+        run: "mvn -B clean verify -P 'stanford-corenlp,geo,spell'"
 
       - name: Build (Windows)
         if: ${{matrix.os == 'windows-latest'}}
         # Build only, no tests because of memory limits.
-        run: 'mvn -B clean package -DskipTests=true -P stanford-corenlp'
+        run: "mvn -B clean package -DskipTests=true -P 'stanford-corenlp,geo,spell'"
diff --git a/bin/MAVEN-RELEASE.md b/bin/MAVEN-RELEASE.md
index 39818cd..0a39e32 100644
--- a/bin/MAVEN-RELEASE.md
+++ b/bin/MAVEN-RELEASE.md
@@ -84,7 +84,7 @@ The following `pom.xml` files should be updates:
 
 ## 3. Make Maven Release
   - `cd <PROJECT_FOLDER>`
-  - `mvn -DskipTests=true clean deploy -P 'stanford-corenlp,release'`
+  - `mvn -DskipTests=true clean deploy -P 'stanford-corenlp,spell,geo,release'`
   - Login into https://repository.apache.org
   - Look at staging repositories https://repository.apache.org/#stagingRepositories
   - Find and close `nlpcraft` release, then check its state.