Skip to content

newbie issue: building 3.3.0 #73

@marcosrmendezthd

Description

@marcosrmendezthd

hi,

i'm trying to build 3.3.0 and i get the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on project rest-utils-parent: Execution validate of goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.17 or one of its dependencies could not be resolved: Could not find artifact io.confluent:build-tools:jar:3.3.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

i'm using the following dockerfile, any suggestions?

FROM maven:latest

ENV CONFLUENT_VERSION v3.3.0

RUN mkdir -p /usr/src/ && \
    cd /usr/src/ && \
    git clone --branch ${CONFLUENT_VERSION} https://github.com/confluentinc/common && \
    cd common && \
    mvn -Dmaven.test.skip=true clean install

RUN cd /usr/src/common/parent && \
    git clone --branch ${CONFLUENT_VERSION} https://github.com/confluentinc/rest-utils && \
    cd rest-utils && \
    mvn -Dmaven.test.skip=true clean install

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