Questions tagged [maven]

Maven is a build tool primarily for compiling, building, testing, and deploying Java artifacts and managing their dependencies.

69 questions
0
votes
0 answers

Maven Repositories - Nexus Alternative

We are using BitBucket and Git for source control of a Java Spring Boot application that uses Maven as it build tool hosted on AWS. We want to create a repository to store out dependencies. We did consider using a self managed Nexus repo, but would…
Richard
  • 145
  • 1
  • 10
0
votes
0 answers

Starting karaf in mvn deployed servicemix 7

On Fedora 39 rawhide, I have finally got mvn-3.9.1-3 to complete the "jar:jar install:install" goals. But using find I could not find executable files for karaf or a bin dir. dnf has no installable for servicemix. The localhost;8181/system/console…
ArrowInTree
  • 164
  • 7
0
votes
0 answers

How to automatically delete old artifacts in an Apache Archiva

We have an Apache Archiva server that we use as our main object repository for Maven. This server has been running for years already. I have noticed that it still stores old version artifacts that are not in use anymore. That means that I must do…
0
votes
0 answers

The POM for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 is missing

I created a jenkins free style job I inserted my github repo, Installed maven on the server, When I run the job I get error: The POM for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 is missing but my pom is on the repo when jenkins is…
Samson
  • 113
  • 5
0
votes
0 answers

Jenkins SonarQube Scanner's withSonarQubeEnv and Docker build container

I build my app from Jenkins inside a Docker container using a series of commands like docker exec mycontainer /bin/bash -c 'mvn clean install'. I'm also used to the SonarQube plugin to configure the server URL and the authentication token,…
siggi
  • 1
0
votes
0 answers

Build pipeline to upload .jar package to AWS Lambda

So far according to the documentation at https://docs.aws.amazon.com/lambda/latest/dg/java-package.html, the only way to upload .jar code to an AWS Lambda function would be to manually upload the file over their web interface. Is there a way to…
0
votes
2 answers

download newest build of an artifact using maven in the command line

All I want at the end of the day is for the puppet-managed servers in our development environment to always pull the latest build of the latest version of whatever application they are running. While maven isn't exactly intended for that, since all…
UncleBob
  • 247
  • 2
  • 13
0
votes
1 answer

How to run a java jar that writes records periodically on firestore database, on google cloud?

I have created a java jar executable. The project is a maven project. It is running a task every 5 minutes and using this library (https://github.com/googleapis/java-firestore) it adds some records to a firestore database. It is not a web app and it…
skiabox
  • 101
  • 3
-1
votes
2 answers

Access Denied to search.maven.org

Not sure where to post this?!?!?! When using Jeremy Longs dependency-check the following error occurred today and stalled our development/CICID (jenkins slave within OTC): $ dependency-check.sh -l depcheck.log -s…
U.V.
  • 99
  • 3
1 2 3 4
5