common-custom-user-data-maven-extension

Maven extension that enhances published build scans by adding a set of tags, links and custom values that have proven to be useful for many projects building with Develocity.

APACHE-2.0 License

Stars
8
Committers
28

Bot releases are hidden (Show)

common-custom-user-data-maven-extension - 1.4.1

Published by alextu over 2 years ago

  • [NEW] - Add TeamCity build configuration as a custom value and search link
common-custom-user-data-maven-extension - 1.5

Published by alextu over 2 years ago

  • [NEW] - Add the Git repository URL as a custom value
common-custom-user-data-maven-extension - 1.6

Published by alextu over 2 years ago

  • [NEW] - Add custom values for IntelliJ IDEA and Eclipse versions
  • [NEW] - Store the full Git commit ID in "Git commit id" custom value and the short ID in "Git commit id short" custom value
  • [NEW] - Add gradle.cache.remote.shard system property to add an additional path segment to the remote build cache URL
common-custom-user-data-maven-extension - 1.7

Published by alextu over 2 years ago

  • [NEW] - Add access to the GradleEnterpriseApi to configure Gradle Enterprise
common-custom-user-data-maven-extension - 1.7.1

Published by alextu over 2 years ago

  • [FIX] - Encode (escape) the TeamCity build number when creating a link to the TeamCity build (fixes Issue #101)
common-custom-user-data-maven-extension - 1.7.2

Published by alextu over 2 years ago

  • [NEW] - Publish a "fat" jar that contains all of the extension's dependencies (to make it easier to use the extension in certian scenarios)
common-custom-user-data-maven-extension - 1.7.3

Published by alextu over 2 years ago

  • [FIX] - Fix the git branch detection on Jenkins by using the branch name provided by Jenkins (#109)
common-custom-user-data-maven-extension - 1.8

Published by alextu over 2 years ago

  • [NEW] - Declare extension as a GradleEnterpriseListener component
  • [FIX] - Update dependency versions
common-custom-user-data-maven-extension - 1.8.1

Published by alextu over 2 years ago

  • [FIX] - Avoid use of org.apache.maven.monitor.logging.DefaultLog since this type has been renamed in Maven 4
common-custom-user-data-maven-extension - 1.9

Published by alextu over 2 years ago

  • [FIX] - Change the type of the log variable bound for custom Groovy scripts to org.slf4j.Logger (may affect custom Groovy scripts)
  • [FIX] - Fix generation of search links for custom values
  • [NEW] - Add custom value and search link for GitHub Actions run ID
  • [NEW] - Redact any user:password@ portion of the 'Git repository' custom value
common-custom-user-data-maven-extension - 1.10

Published by alextu over 2 years ago

  • [NEW] - Detect GoCD CI and add respective custom CI tag, values and links
  • [NEW] - Detect skipTests, maven.test.skip, skipITs system properties and set corresponding custom values named switches.*