We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment this plugin set the source file URL to Github. Unfortunately, this approach creates dead link to generated source file.
There should be a new plugin that set source file URL to Sonatype page, e.g. https://oss.sonatype.org/service/local/repositories/public/archive/org/typelevel/cats-core_sjs0.6_2.12/1.0.0-MF/cats-core_sjs0.6_2.12-1.0.0-MF-sources.jar/!/cats/CartesianArityFunctions.scala
Note that the new plugin should be enabled only when isSnapshot is true.
isSnapshot
true
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from ThoughtWorksInc/template
9b2c0b0
Ignore Metals files
No branches or pull requests
At the moment this plugin set the source file URL to Github. Unfortunately, this approach creates dead link to generated source file.
There should be a new plugin that set source file URL to Sonatype page, e.g. https://oss.sonatype.org/service/local/repositories/public/archive/org/typelevel/cats-core_sjs0.6_2.12/1.0.0-MF/cats-core_sjs0.6_2.12-1.0.0-MF-sources.jar/!/cats/CartesianArityFunctions.scala
Note that the new plugin should be enabled only when
isSnapshot
istrue
.The text was updated successfully, but these errors were encountered: