dkpro / dkpro-jwpl

DKPro JWPL (DKPro Java Wikipedia Library) is a free, Java-based application programming interface that facilitates access to all information in Wikipedia.
https://dkpro.github.io/dkpro-jwpl
Apache License 2.0
82 stars 34 forks source link

Modernize JWPL maven plugins and related tooling via update to dkpro-parent-pom version 19 #176

Closed mawiesne closed 6 years ago

mawiesne commented 6 years ago

At the moment, JWPL refers to version 15 of dkpro-parent-pom. With the more recent version 19, the project will benefit by several plugin updates which allow Java9+ build environments.

Tasks

See: http://search.maven.org/#artifactdetails|org.dkpro|dkpro-parent-pom|19|jar

reckart commented 6 years ago

@mawiesne I think if you just update the parent pom version in the top-level JWPL POM, things should "simply work".

mawiesne commented 6 years ago

Will try, push a branch, open a PR to check with Jenkins.

mawiesne commented 6 years ago

fixed via PR #176