Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
0
votes
2 answers

Maven deploy fails for Apache Archiva

I have a Maven project which generates a 413.06 KB jar file. I have to deploy it on Apache Archiva based managed repository. I have tried to deploy different versions, and it created required layout and structure, uploaded some files, even it…
Jaffar Ramay
  • 1,147
  • 8
  • 13
0
votes
1 answer

Good configuration for Archiva?

We have recently decided to use Maven as build system. I'm responsible to migrate all the projects from Ant to Maven. We also decided to use Apache Archiva to configure an internal repository in the company. I see that Archiva create two…
manash
  • 6,985
  • 12
  • 65
  • 125
0
votes
1 answer

'mvn release:perform' takes too long when deploying to Archiva

'mvn release:perform' takes too long to deploy artifacts to Archiva. The logs shows that the 'release:perform' do its job quickly (test, package, source, javadoc...) but it takes too match time to complete download of 'maven-metadat.xml' from…
Younes
  • 1,635
  • 1
  • 19
  • 33
0
votes
1 answer

Unable to get Apache Archiva working with LDAP

I have uncommented the LDAP and UserMapper connectors in application.xml I know my LDAP credentials (binddn, hostname, etc) are all working, because I use LDAP authentication and authorization for other apps on my server. All I've done, is make the…
Sam Levin
  • 3,326
  • 7
  • 30
  • 44
0
votes
0 answers

My uploaded artifact does not list its dependencies in Apache Archiva

I have installed Apache Archiva to manage my personal artifacts. However, I am now experiencing a weird behavior that my uploaded artifact does not list its dependencies on Archiva view. Here is the pom.xml file of my sample project
NoName
  • 877
  • 12
  • 28
0
votes
0 answers

Android studio maven and google mirror problem

I have problem with apache archiva mirror on Android studio I create self-host maven mirror with apache archiva First, I created remote repository for google and Gradle plugin and maven Seccoend I created local repository for google and Gradle…
Javadz
  • 1
  • 3
0
votes
0 answers

Archiva login hangs with apache2 proxy

Archiva login hangs with apache2 proxy ServerName mydomain.com DocumentRoot /var/www/html ProxyPreserveHost On ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse /…
eastwater
  • 4,624
  • 9
  • 49
  • 118
0
votes
0 answers

Deploy apache archiva 2.2.8 war to Tomcat 9: not accept HTTP connection

Deploy apache archiva 2.2.8 war to Tomcat 9: could not accept HTTP connections. There are many errors like this on server side: WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT]…
eastwater
  • 4,624
  • 9
  • 49
  • 118
0
votes
0 answers

Apache Archiva upload artifact is not working for file size more than 50MB

Tried to upload war file which size is about 150MB manually using "upload Artifact" menu in Apache Archiva, it always fail with no error message shown. While debugging, it shows the following error. Uncaught TypeError: file.error.replace is not a…
0
votes
1 answer

How maven decides to reference the latest artifact information

We use mvn deploy:deploy to deploy an artifact to repository manager and a developer could have done just mvn install for the same artifact, so the artifact is present under M2_HOME\.m2\repository Will the maven runtime retrieve the artifact from…
Joe
  • 14,513
  • 28
  • 82
  • 144
0
votes
1 answer

I have a problem with Maven 3.8.4 that not allowed to authorize our private repo on Apache Archiva

I have installed Maven 3.8.4 with homebrew on Macbook M1 CPU recently and I have ~/.m2/settings.xml properly containing the Apache Archiva user name and password. when I executed mvn help:effective-settings -DshowPasswords=true command I can see…
A. Yasar G.
  • 362
  • 3
  • 11
0
votes
1 answer

Configurating an archiva repository to never allow to update a old version of an artifact

Due a requirement of one of our clients We need garantee that our developers can not update a published version of an artifact in Archiva. They will be enable to publish a new version of the same artifact. Is it possible to have this configuration…
0
votes
1 answer

Is there any way to configure Archiva to download missing Maven project modules if they aren't in the local workspace?

I'm confused about how Archiva fully works. I understand that if we had a core set of dependencies, we could use Archiva as our local maven repo. The thing I don't understand, is how Archiva manages build artifacts from your own projects. Say I have…
Sam Levin
  • 3,326
  • 7
  • 30
  • 44
0
votes
2 answers

RSocket dependency issue using Gradle6.3 with Spring boot 2.2..6.Release in Apache Archiva

My issue is similar to https://github.com/spring-projects/spring-boot/issues/20348 but still, I am not able to find the appropriate solution. I am using apache archiva2.2.5, Gradle 6.3, and Spring boot 2.2.6.Release. When I try to build the project,…
Xerxis
  • 191
  • 1
  • 9
0
votes
2 answers

How to connect local archiva repository and create maven project in Eclipse?

I have no internet access on my project and trying to deploy archiva and use it to create maven projects offline. So, i downloaded apache archiva and deployed it on my local computer. Then i created local repository with this settings. Then i…