maven-resource icon indicating copy to clipboard operation
maven-resource copied to clipboard

Maven Repository Manager Concourse Resource

Results 29 maven-resource issues
Sort by recently updated
recently updated
newest added

Add a null coalesce to the url so that it resolves to snapshot URL if undefined.

We're experiencing an issue where one of our pipelines is failing because it's failing to pull the maven artifact it depends on. Another pipeline pulls the correct version of the...

When doing a GET on the maven-resource, maven first checks maven-central for the jar before checking our own repository. The risk is that someone can place a malicious artifact with...

* Checks for versions matching the given pattern only. * Uses XPath 2 for pattern matching. * Replaces shell looping with XPath following-sibling. * Produces a version file with the...

I'd like to dynamically specify the artifact version instead of pulling the latest version from the release repository - name: nexus-artifact type: maven source: artifact: com.fdc.ucom.customer:uComCustomerSvcs:jar url: http://xxxxx:8081/nexus/content/repositories/releases version :...

added elif for versioning with the intention to grab the most recent **release** (not just the most recent snapshot).

We use Concourse CI and the maven-resource to build our JVM projects, including libraries. However we were not able to upload the sources and javadoc of the libraries alongside the...

This change improves the message received, when multiple jar files match the given wildcard. As denoted in #28, previously there only was an unhelpful message by maven, e.g.: ``` [ERROR]...

Hi Team, I am trying to use the **maven-resource** image on arm64 platform but it seems it is not available for arm64. I have successfully built the image using the...

Hi, I have an artifact that is stored under my snapshots folder on nexus. The artifact is a simple tar.gz file that gets updated everyday, however, it is not stored...