Skip to content

[Feature request] Publish a BOM #242

@yeikel

Description

@yeikel

With the current setup, we need to track(and align) versions separately.

<dependencies>
    <dependency>
        <groupId>io.soabase.record-builder</groupId>
        <artifactId>record-builder-core</artifactId>
        <version>${record.builder.version}</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
                <annotationProcessorPaths>
                    <path>
                        <groupId>io.soabase.record-builder</groupId>
                        <artifactId>record-builder-processor</artifactId>
                        <version>${record.builder.version}</version>
                    </path>
                </annotationProcessorPaths>
            </configuration>
        </plugin>
    </plugins>
</build>

It would be ideal if we could import a BOM to do this easier

Metadata

Metadata

Assignees

No one assigned

    Labels

    PR welcomeA PR submitted for this issue would be welcomeenhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions