Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newbie issue: building 3.3.0 #73

Open
marcosrmendezthd opened this issue Sep 20, 2017 · 0 comments
Open

newbie issue: building 3.3.0 #73

marcosrmendezthd opened this issue Sep 20, 2017 · 0 comments

Comments

@marcosrmendezthd
Copy link

marcosrmendezthd commented Sep 20, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant