• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nebula-plugins / nebula-publishing-plugin
87%
master: 70%

Build:
Build:
LAST BUILD BRANCH: RemoveGradleTestPlugin
DEFAULT BRANCH: master
Repo Added 22 Jul 2015 11:32PM UTC
Files 42
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH remove-compileonly-publishing
branch: remove-compileonly-publishing
CHANGE BRANCH
x
Reset
  • remove-compileonly-publishing
  • 130/fix-Malformed-project-url-when-hyphen-present
  • IvyPublication-resolved-versions
  • IvyRemovePlatformDependenciesPlugin-project-platform-support
  • MavenDeveloperPlugin/cleanup
  • MavenDeveloperPlugin/do-not-use-strong-typing
  • MavenDeveloperPlugin/strong-typing
  • SourceJartask-refactor
  • StatusSchemaAttributeRule/make-it-compilestatic
  • bring-back-ivy-resolved-dependencies
  • compile-only-fix
  • componenet-metadata-rules
  • defer-publishing-evaluation
  • disable-cacheablerule
  • fix-ivy-empty-versions
  • fix-test-conf
  • gradle-2.4
  • gradle-new-configurations-support
  • gradle-wrapper-validation
  • handle-plugins-creating-javadoc-or-sources-jar-tasks
  • introduce-IvyRemovePlatformDependenciesPlugin
  • introduce-SpringBootJarPlugin
  • javadoc-jar-task-changes
  • leverage-gradle-source-and-javadoc-jars
  • licenseForMavenPublication
  • master
  • maven-fail-if-direct-dependency-is-excluded
  • plugin-cleanup
  • publish-modules-with-resolved-versions
  • release/9.5.x
  • remove-compileApi-plugin
  • remove-nebula-publication-when-springcloudcontract-is-present
  • remove-plugin-id
  • remove-usage-of-deprecated-apis
  • resolved-versions
  • rev-constraint
  • rpalcolea-patch-1
  • shadow-configuration-for-ivy
  • shadow-publication-enhancements
  • static-compilation
  • task-configuration-avoidance
  • test-enhancements
  • update-build-badge
  • upgrade-gradle
  • upgrade-info-plugin
  • upgrade-nebula-interop
  • upgrade-plugin-plugin
  • v10.0.0
  • v10.0.1
  • v10.0.2
  • v11.0.0
  • v11.1.0
  • v11.1.1
  • v12.0.0
  • v12.0.1
  • v12.0.2
  • v12.0.3
  • v12.0.4
  • v13.0.0
  • v13.1.0
  • v13.2.0
  • v13.3.0
  • v13.4.0
  • v13.4.1
  • v13.5.0
  • v13.5.1
  • v13.6.0
  • v13.6.1
  • v14.0.0
  • v14.1.0
  • v14.1.1
  • v15.0.0
  • v15.0.1
  • v15.0.2
  • v15.0.3
  • v17.0.0
  • v17.0.1
  • v17.0.2
  • v17.0.3
  • v17.0.5
  • v17.1.0
  • v17.2.0
  • v17.2.1
  • v17.3.0
  • v17.3.1
  • v17.3.2
  • v2.4.0
  • v3.0.0
  • v3.0.1
  • v3.0.2
  • v4.0.1
  • v4.1.0
  • v4.2.0
  • v4.2.1
  • v4.2.2
  • v4.3.0
  • v4.3.1
  • v4.3.2
  • v4.4.1
  • v4.4.2
  • v4.4.3
  • v4.4.4
  • v4.6.0
  • v4.7.0
  • v5.1.2
  • v5.1.3
  • v5.1.4
  • v5.1.5
  • v6.0.0
  • v6.1.0
  • v6.1.1
  • v6.1.2
  • v6.1.3
  • v7.0.0
  • v7.0.1
  • v7.0.10
  • v7.0.11
  • v7.0.12
  • v7.0.2
  • v7.0.3
  • v7.0.4
  • v7.0.5
  • v7.0.6
  • v7.0.7
  • v7.0.8
  • v7.0.9
  • v7.1.0
  • v7.2.0
  • v7.2.2
  • v7.2.3
  • v7.2.4
  • v8.0.0
  • v8.1.0
  • v8.1.2
  • v8.2.0
  • v8.2.1
  • v9.0.0
  • v9.0.1
  • v9.0.2
  • v9.1.0
  • v9.1.1
  • v9.2.0
  • v9.3.0
  • v9.4.1
  • v9.4.2
  • v9.4.3
  • v9.4.4
  • v9.4.5
  • v9.4.6
  • v9.5.0
  • v9.5.1
  • v9.5.2
  • v9.5.3
  • v9.5.4

pending completion
567

Pull #132

travis-ci

web-flow
Remove MavenCompileOnlyPlugin

This plugin takes compileOnly dependencies and adds them to the generated POM
with provided scope. This sometimes causes issues with projects by generating
two distinct dependencies blocks.

By removing it we better align ourselves with Gradle's position, which is that
compileOnly dependencies do not need to be published in any scope[1].

[1]: https://discuss.gradle.org/t/publishing-plugin-should-respect-compileonly-configuration/22903/2
Pull Request #132: Remove MavenCompileOnlyPlugin

480 of 553 relevant lines covered (86.8%)

0.87 hits per line

Relevant lines Covered
Build:
Build:
553 RELEVANT LINES 480 COVERED LINES
0.87 HITS PER LINE
Source Files on remove-compileonly-publishing
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
567 remove-compileonly-publishing Remove MavenCompileOnlyPlugin This plugin takes compileOnly dependencies and adds them to the generated POM with provided scope. This sometimes causes issues with projects by generating two distinct dependencies blocks. By removing it we better ... Pull #132 15 May 2019 12:02AM UTC web-flow travis-ci pending completion  
566 remove-compileonly-publishing Remove MavenCompileOnlyPlugin This plugin takes compileOnly dependencies and adds them to the generated POM with provided scope. This sometimes causes issues with projects by generating two distinct dependencies blocks. By removing it we better ... push 15 May 2019 12:00AM UTC sghill travis-ci pending completion  
See All Builds (573)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc