Skip to content

Commit

Permalink
Use own, fixed version of dependency-plugin temporarilly (#81)
Browse files Browse the repository at this point in the history
* Use own, fixed version of dependency-plugin temporarilly

Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>

* No need to install git

Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>

---------

Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
  • Loading branch information
jmle authored Nov 8, 2023
1 parent 8a82719 commit 3b4f904
Show file tree
Hide file tree
Showing 8 changed files with 554 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN curl -fsSL -o /tmp/apache-maven.tar.gz https://dlcdn.apache.org/maven/maven-
ln -s /usr/local/apache-maven-3.9.5/bin/mvn /usr/bin/mvn && \
rm /tmp/apache-maven.tar.gz
ENV M2_HOME /usr/local/apache-maven-3.9.5

# TODO(jmle): remove this when plugin is fixed - installs fixed dependency plugin to fetch sources
COPY ./hack/3.6.2-SNAPSHOT /root/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/3.6.2-SNAPSHOT

COPY --from=gopls-build /root/go/bin/gopls /root/go/bin/gopls
COPY --from=jdtls-download /jdtls /jdtls/
COPY --from=addon-build /root/.m2/repository/io/konveyor/tackle/java-analyzer-bundle.core/1.0.0-SNAPSHOT/java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar /jdtls/java-analyzer-bundle/java-analyzer-bundle.core/target/
Expand Down
4 changes: 4 additions & 0 deletions hack/3.6.2-SNAPSHOT/_remote.repositories
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Wed Nov 08 10:17:18 CET 2023
maven-dependency-plugin-3.6.2-SNAPSHOT.jar>=
maven-dependency-plugin-3.6.2-SNAPSHOT.pom>=
Binary file not shown.
Loading

0 comments on commit 3b4f904

Please sign in to comment.