All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ybrewery.habushu.habushu-maven-plugin.2.17.0.source-code.migrations.json Maven / Gradle / Ivy

Go to download

Leverages Poetry and Pyenv to provide an automated, predictable order of execution of build commands that apply DevOps and configuration management best practices

The newest version!
[
  {
    "group": "baton-migrations",
    "type": "ordered",
    "migrations": [
      {
        "name": "remove-monorepo-group-migration",
        "implementation": "org.technologybrewery.habushu.migration.RemoveMonorepoGroupMigration",
        "fileSets": [
          {
            "includes": [
              "pyproject.toml"
            ]
          }
        ]
      },
      {
        "name": "custom-poetry-core-version-migration",
        "implementation": "org.technologybrewery.habushu.migration.CustomPoetrycoreVersionMigration",
        "fileSets": [
          {
            "includes": [
              "pyproject.toml"
            ]
          }
        ]
      },
      {
        "name": "dev-dependencies-preferred-poetry-approach-group-migration",
        "implementation": "org.technologybrewery.habushu.migration.DevDependenciesGroupMigration",
        "fileSets": [
          {
            "includes": [
              "pyproject.toml"
            ]
          }
        ]
      }
    ]
  }
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy