JavierFlores09
JCHJava Community | Help. Code. Learn.
•Created by JavierFlores09 on 11/4/2024 in #java-help
Setting up maven build cache extension
Hey, I just discovered the maven build cache extension, so I wanted to give it a whirl. I made a somewhat simple project and it worked great, until I added the maven dependency plugin in my pom to copy over the built artifact into a different folder, if I remove the maven dependency plugin the build cache works properly. Any ideas?
version info:
Java: Jetbrains Runtime JDK 21.0.5
Maven: 3.9.9
maven-build-cache extension: 1.2.0
here's the pom.xml:
https://pastes.dev/ElRCtflwdc
no maven-build-cache-config.xml yet, don't know if I need to configure anything so I went with the defaults
4 replies