Skip to content

Tag: maven

How to get a jar file from nexus using Jenkins?

I have a Jenkins job which contains 3 parameters: ARTIFACT_ID, GROUP_ID, and APP_VERSION. I would like to use those 3 params to download any specific jar file from Nexus. Note that the Nexus URL is provided in the Jenkins config, so it will automatically know from where to lookup. Do you have an idea how to d…

Maven can’t resolve the Kotlin Maven Plugin jar

Not sure how to fix this. I want this version of the Kotlin runtime and maven plugin. These are the bits in my pom.xml: And I added this as a repo: I get this error: Failure to find org.jetbrains.kotlin:kotlin-maven-plugin:jar:1.2-M2 in https://repo.maven.apache.org/maven2 was cached in the local repository, …