Skip to content

Commit

Permalink
Add notice about min Maven version. Fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 11, 2019
1 parent ae87b7f commit 956daa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,8 @@ You need your `~/.m2/settings.xml` to look something like this
To push a new release/SNAPSHOT update the version string in `pom.xml` and do

mvn clean deploy -P release

You will need Maven >= 3.3.9 which on RHEL/CentOS system can be obtained via
SoftwareCollections:

scl enable rh-maven35 /bin/bash

0 comments on commit 956daa5

Please sign in to comment.