vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
205 stars 127 forks source link

Upgrade minimal required Maven version #3843

Open chenejac opened 1 year ago

chenejac commented 1 year ago

Check whether build process is working with newer version of Maven, and consider specifying in pom.xml minimal version of Maven required for building application.

<requireMavenVersion>
                                            <version>3.6.3</version>
                                            <message>Invalid Maven version. It should, at least, be 3.0</message>
                                        </requireMavenVersion>