scalatest / scalatest-maven-plugin

ScalaTest Maven Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify URL in the pom.xml

jakobbraun opened this issue · comments

Currently, this plugin does not specify a URL in the pom.xml. By that it inherits the URL from its parent (org.sonatype.oss:oss-parent)

Solution:
Add a URL.

PR submitted by @jakobbraun looks good, let's close this after the PR is merged.