Skip to content

"Rebrand" the extension to work with the Validator as well #28

@marko-bekhta

Description

@marko-bekhta

I had a quick check on integrating Develocity with Validator. From what it seems, most of the things would work as is from the extension perspective, except maybe adjusting the tag here:

https://github.com/hibernate/hibernate-search-develocity-extension/blob/6c369171caecdcd7a3539d1edc92df10d3234299/src/main/java/org/hibernate/search/develocity/scan/BuildScanMetadata.java#L38

maybe to something like

// e.g. "org.hibernate.search" or "org.hibernate.validator"
buildScanApi.tag( currentProject.getModel().getGroupId() );

and then doing some renaming... maybe:

    <groupId>org.hibernate.infra.develocity</groupId>
    <artifactId>hibernate-develocity-maven-extension</artifactId>

and here's a link to one of the local builds https://ge.hibernate.org/s/n7r6spbey4wrc (when most of the stuff got cached)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions