deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Add maven wrapper #121

Closed copierrj closed 3 months ago

copierrj commented 4 months ago

This PR adds Apache Maven wrapper. The wrapper should work with different operating systems such as:

You can run maven goals like this for the Unix system:

./mvnw clean install

copierrj commented 3 months ago

Maven wrapper was added using this command: mvn wrapper:wrapper -Dmaven=3.9.6