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
1 answer

Maven 2 works but Maven 3 gives authentication error with same settings and server

I'm setting up a new archiva server and a new project. Right now I have a very simple pom and nothing really that interesting on the server. When I 'mvn compile -U' using maven2 from the command line I'm able to access my archiva server and download…
0
votes
1 answer

still cannot configure Archiva mail under Tomcat

I have already looked here, sending mail to a configured smtp server and here, http://www.questionhub.com/StackOverflow/2592434 and also the sendmail spec Appendix A, but the answers just aren't helping me. I have Archiva running under Tomcat…
Susan
  • 1
  • 2
0
votes
1 answer

Maven Repository Management: after pointing to local repository, maven plugins error

Using Apache Archiva, I am able to add all application dependencies into the internal repo of it. and in settings.xml I am pointing to local repository. However when I run the pom file, I get following error: C:\workspace\workspace-java\hsca-mvn>mvn…
vicky
  • 890
  • 4
  • 23
  • 54
0
votes
1 answer

Unable to delete artifact in apache archiva

I am getting the following error when I try to delete an uploaded artifact from Archiva. ERROR:Repository exception: Unable to write metadata file:/usrdata/tomcatapi/tomcat/api/jars/Apache-Commons/1/maven-metadata.xml -…
Atmesh Mishra
  • 527
  • 10
  • 26
0
votes
2 answers

How to add a repository to archiva?

I have installed archiva on a server and when I access the dashboard, I can't find option to make new project or upload repositories. Any idea on how to do it? EDIT:: Now it looks something like this: Do we have documentation on how to create…
Atmesh Mishra
  • 527
  • 10
  • 26
0
votes
1 answer

Apache Archiva: how do I edit Artifact information?

Is there a way for edit the Arfifact information (name, description, etc.) and the information about the version of an Artifact (dependencies, etc.) using the Web interface of Apache Archiva? So without editing the pom.xml file directly.
Michele
  • 1,213
  • 2
  • 18
  • 36
0
votes
1 answer

Jenkins outOfMemory when try to deploy in archiva

I use Jenkins on my local machine and try deploy my jar in archiva ( on local too). After a build succes in jenkins's log I have a out of memory when jenkins try to deploy jar into archiva : My Jenkins log output :a [INFO]…
Ismael 4j
  • 75
  • 7
0
votes
1 answer

Migrate Apache Archiva to Nexus Milestone 6 or 7

i am trying to migrate my maven artifacts form apache archiva repository manager to Nexus OSS Milestone 7 https://support.sonatype.com/hc/en-us/articles/215781148-Nexus-Repository-Manager-3-0-Technology-Preview-Milestone-7-Release- the only…
0
votes
0 answers

Maven gitflow repository versioning

I am pretty new to using Maven, coming from a heavy ant background. I have been trying to figure out the "correct" way to handle how my Companies projects and release process works in Maven, but haven't really been able to get a straight answer. We…
Ryan S
  • 370
  • 2
  • 12
0
votes
1 answer

How to search with maven plugin in archiva

Using this maven plugin: http://www.mojohaus.org/versions-maven-plugin/index.html With this command line: mvn versions:display-dependency-updates Maven can connect to Archiva to retrieve the list of dependencies a project is using and check if it…
0
votes
2 answers

Can I avoid Maven deployed war version with timestamp in Archiva?

In out project we are using using deployed war file in /archiva-2.2.0/repositories/internal/com/xyz/1-SNAPSHOT/proj-1-20160204.122021-15.war path using shell script to copy to jboss. However finding the latest build timestamp and build number is…
samarjit samanta
  • 1,285
  • 2
  • 16
  • 29
0
votes
1 answer

Need to deploy from archiva to weblogic using Jenkins

We use Jenkins for building maven projects, analysing code and pushing our builds to archiva(via mvn deploy). I need to have a deploy item that grabs a war from archiva and pushes it to weblogic. Checking if this can be easily done without scripting…
Daniel Mulcahy
  • 653
  • 1
  • 5
  • 14
0
votes
1 answer

ivy archiva working with "latest time" strategy

I have a system of continuos integration that using ivy/archiva/jenkins. For a lot of reasons, principally because i work with other people and often we work with the same projects, i have to use the "latest time" strategy for my project's and i use…
mautrok
  • 961
  • 1
  • 17
  • 41
0
votes
0 answers

Maven Repository Server - Getting User Name and Password

I have written a basic maven repository with java upon HTTP. That can handle both maven, gradle publish and dependency-request. I used Embeded jetty and Servlet to handle the request. Now as like original repo or archiva, they some time need…
sadlil
  • 3,077
  • 5
  • 23
  • 36
0
votes
1 answer

Timeout exception when trying to download any remote index in Archiva 2.2.0

Archiva 2.2.0. is up and running on a VM (CentOS 6.6). The VM can access the internet behind a proxy. For example, GET repo1.maven.org works well: ...

Browsing for this…

tduchateau
  • 4,351
  • 2
  • 29
  • 40