Skip to content

Commit

Permalink
Clarify mvn verify builds a node extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jan 24, 2018
1 parent 513a9d1 commit 492e265
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ ${symbol_pound} Usage

${symbol_pound} Build

To build the node and verify the tests run the following command:
To build the node extension and verify the tests run with the following command:
```
mvn verify
```

Make sure all code is commited as the snapshot version is determined by the commit timestamp.
Make sure all code is commited as the snapshot version is determined by git commit timestamp.

An Eclipse update site will be made in `p2/target/repository` directory.
The update site can be used to perform a local installation.
Expand Down Expand Up @@ -108,4 +108,3 @@ ${symbol_pound} New release
1. Correct authors
2. Correct license
9. Make nodes available to 3D-e-Chem KNIME feature by following steps at https://github.com/3D-e-Chem/knime-node-collection#new-release

0 comments on commit 492e265

Please sign in to comment.