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 - 2.0 Latest Release

Published by bot-githubaction 7 months ago

  • [NEW] Improve tags/values in GitHub Actions pull_request workflows
  • [NEW] Improve tags/values in Jenkins where GIT_BRANCH is available
  • [NEW] Configure Develocity extension using the new API
common-custom-user-data-maven-extension - 1.13

Published by bot-githubaction 8 months ago

  • [New] Capture CI provider custom value.
common-custom-user-data-maven-extension - 1.12.5

Published by bot-githubaction 11 months ago

  • [NEW] Add a CI controller custom value to capture JENKINS_URL or HUDSON_URL
common-custom-user-data-maven-extension - 1.12.4

Published by bot-githubaction about 1 year ago

  • [FIX] PGP key to sign the artifacts needs to be rotated
common-custom-user-data-maven-extension - 1.12.3

Published by bot-githubaction about 1 year ago

  • [FIX] PGP key to sign the artifacts needs to be rotated
common-custom-user-data-maven-extension - 1.12.2

Published by bot-githubaction about 1 year ago

  • [FIX] Generates incorrect links to source repositories when repository URL contains embedded user info
common-custom-user-data-maven-extension - 1.12.1

Published by bot-githubaction over 1 year ago

  • [FIX] Project properties not collected as custom values from Maven 4.0.0-alpha-06 (related issue)
common-custom-user-data-maven-extension - 1.12

Published by bot-githubaction over 1 year ago

  • [NEW] Overrides via system properties are consolidated #108
  • [NEW] Detect BuildKite CI and add respective custom tags, values and links
  • [FIX] Generate correct GitHub Actions Build and GitHub/GitLab Source links to repositories not hosted at github.com or gitlab.com
common-custom-user-data-maven-extension - 1.11.1

Published by bot-githubaction about 2 years ago

  • [FIX] - Use buildId to calculate TeamCity build URL
common-custom-user-data-maven-extension - 1.11

Published by bot-githubaction about 2 years ago

  • [NEW] Detect Azure pipeline and add respective custom tags, values and links
  • [NEW] Detect Gitlab branch name on CI
common-custom-user-data-maven-extension - 1.10.1

Published by bot-githubaction over 2 years ago

  • [FIX] - Remove special logic to deal with old versions of IntelliJ
common-custom-user-data-maven-extension - 1.0

Published by alextu over 2 years ago

Initial release.

common-custom-user-data-maven-extension - 1.0.1

Published by alextu over 2 years ago

  • [NEW] - Improve lookup of BuildScanApi
  • [FIX] - Remove dependency on SLF4J.
common-custom-user-data-maven-extension - 1.1

Published by alextu over 2 years ago

  • [NEW] - Evaluate .mvn/gradle-enterprise-custom-user-data.groovy custom user data Groovy script if present
common-custom-user-data-maven-extension - 1.1.1

Published by alextu over 2 years ago

  • [FIX] - Add hint to CommonCustomUserDataMavenExtension to allow multiple AbstractMavenLifecycleParticipant implementations on the classpath
common-custom-user-data-maven-extension - 1.2

Published by alextu over 2 years ago

  • [NEW] - Tag builds run in TravisCI
  • [NEW] - Tag builds triggered by IntelliJ IDEA
  • [FIX] - Remove build scan tag for Maven version since Gradle Enterprise 2020.3+ allows filtering by Maven version out-of-the-box
common-custom-user-data-maven-extension - 1.3

Published by alextu over 2 years ago

  • [NEW] - Add access to the BuildCacheApi to configure the build cache
  • [FIX] - Fix GitLab Source custom link
common-custom-user-data-maven-extension - 1.3.1

Published by alextu over 2 years ago

  • [FIX] - Builds with no changes as per git status are no longer tagged as Dirty
common-custom-user-data-maven-extension - 1.3.2

Published by alextu over 2 years ago

  • [NEW] - Detect generic "CI" environment variable or system property to add CI tag
  • [NEW] - Detect Hudson and Bitrise CI and add respective custom tags and values
  • [FIX] - Fix TeamCity integration by using environment variables that are present in TeamCity 2020.2
common-custom-user-data-maven-extension - 1.4

Published by alextu over 2 years ago

  • [FIX] - Fix TeamCity integration by loading properties from the MavenSession