Tagged Questions

26
votes
4answers
25k views

Find Oracle JDBC driver in Maven repository

I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site the dependency to put in the POM is: <dependency> ...
5
votes
2answers
3k views

Maven Snapshot Repository v/s Release Repository

This is a newbie Q, but What is the difference between a Snapshot Repository v/s Release Repository? This is with reference to setting up Repositories (like Artifactory, Nexus etc)
4
votes
2answers
682 views

Why aren't the Android SDK Jars in any Maven Repository?

Is there any reason that the Android toolchain and development jars aren't in the Maven CEntral repository? Is it really just that no one has done it? or are there some licensing issues? I mean ...
3
votes
2answers
394 views

Where did the EclipseLink/Maven repository go to? (again)

Yes, I know, the subject was asked before, but the repository moved again. Has anybody seen it? I would be much obliged.
3
votes
1answer
43 views

Does a Maven repository exist that can transparently build requested but missing local artifacts?

We are in the process of mavenizing our existing development process, and have found that it would make the logistics much simpler if our new internal Maven artifact repository could transparently ...
3
votes
2answers
132 views

How do you manage the licenses of the dependencies (libraries) of your project?

I would like to know if the Nexus repository manager includes a License manager like Artifactory (with this plugin : http://wiki.jfrog.org/confluence/display/RTF/License+Control). If there is no way ...
3
votes
1answer
560 views

Intellij Idea maven repositories remote error

I have problem with Intellij Idea 10.5 on my Mac OS X 10.6.7. When I try to get some dependencies trough "Maven Artifact search", I have always blank area. So I check the intellij maven repositories ...
3
votes
1answer
1k views

mvn:install to place my jar in nexus remote repository

I am using maven in eclipse (m2 eclipse) When i execute mvn:install i want my jar(artifact) to be installed in the nexus repository which is located on the server(right now the installed jar is ...
3
votes
1answer
216 views

Maven problem with invalid jar file which is actually html

i'm running into a problem in my maven build recently, that it downloads a jar file for the javamail-1.4.jar or something, but it turns out the file is not a real jar file, it's actually a html with a ...
2
votes
1answer
58 views

Maven project defined repository not works

RESOLVED P.S.Because I don't have enough reputation to answer my own question right now so I put the solution in the question. I just start using Maven with my android project. I use a game engine ...
2
votes
2answers
93 views

How do I create a standalone jar from a maven project?

I am trying to create a standalone jar file I don't think that maven package is properly packaging my dependencies into the package. Is there a way to force it to include them?
2
votes
2answers
73 views

Maven JSF version

In Eclipse I try to add dependencies for JSF (mojarra) 2.0. But Maven doesn't find. Only version 1.2 Is it possible download with Maven or need manually? Thanks.
2
votes
1answer
542 views

Problem in accessing JBoss Repository through Nexus Repository Manager

We are using Nexus Repository Manager as our Corporate Repository Manager. The nexus repository manager was linked to JBoss Repository with following remote url. ...
2
votes
3answers
1k views

The POM for org.springframework.security:org.springframework.security.web:jar:3.0.5.RELEASE is missing, no dependency information available

When including into pom.xml <dependency> <groupId>org.springframework.security</groupId> <artifactId>org.springframework.security.web</artifactId> ...
2
votes
2answers
521 views

Maven can't find httpcomponents-client in repository

I am trying to add the Apache httpcomponents-client library to my Maven project. I have added a dependency to pom.xml (as found on ...
2
votes
1answer
275 views

How to configure Bamboo such that it pulls automatically the dependent jars from a local repository that is in SVN?

I have configured maven with Bamboo and have a local repository that contains organization specific jars. These jars are stored in SVN. The problem is that when ever I add a jar to the repository (in ...
2
votes
1answer
102 views

How do I place my open source artifacts into a maven repository?

I have recently published a first stable release for my open source library http://jooq.sourceforge.net. On popular demand, I would like to place my artifacts into a maven repository, but I don't know ...
2
votes
1answer
56 views

Checking a maven project's repository portability

Is there any way to check all dependencies are downloadable from at least one listed repository? I was once omitted a required repository from my pom.xml. But maven didn't complain because those ...
1
vote
0answers
25 views

How can I copy artifacts with all dependencies from one maven repository into another?

Here is my use case: I am building a project that can only read from Repository A. I have permission to add any artifacts I want into this repository, but I don't have administrative rights to ...
1
vote
2answers
121 views

Publish SNAPSHOT artifacts to Maven using IVY - what's the magic?

We have a slight convoluted situation... For the most part we've been using IVY and ANT to manage our builds and dependencies. Now the company is moving towards using Maven. We have a set of projects ...
1
vote
1answer
44 views

How to add own project to public maven repository?

I'd like to add my project to public maven repository so that it can be used by community. It doesn't have to be maven central - just any kind of public and free repository for open source code. How ...
1
vote
0answers
44 views

Proxy all maven dependency repositories through internal Nexus

I have a project with lot of dependencies into a lot of remote repositories and even those dependencies sometimes require other remote repositories. I want to create a stable build environment and I ...
1
vote
3answers
163 views

sbt: How can I publish a jar to my local repository?

I have a library compiled to a jar (not an sbt project, no source code, just the jar file) that's not available on a repository. Is there a simple way to publish the jar locally so I can add the ...
1
vote
2answers
123 views

Maven not using repository specified in %USERPROFILE%\.m2\settings.xml

I have specified a local repository in my settings.xml in %USERPROFILE%.m2 directory. <profile> <id>mainprofile</id> <repositories> ...
1
vote
2answers
437 views

Maven error - Downloading dependencies every time

Whenever I build my app, Maven tries to download some dependencies.. I could see that on console (as shown below). Also I see some messages starting with ....no dependency information available I ...
1
vote
1answer
90 views

How to get m2repo directory in java?

To make my code flexible I would like to find a way to get the maven 2 repository directory via a function like System.getProperty("m2repo") or something, as we do for the classpath ...
1
vote
2answers
675 views

JBoss as client 5.1.0.GA repository missing

Just recently I was creating new maven project on new computer and it seams that the dependency for jboss as client isn't available anymore: <dependency> ...
1
vote
1answer
118 views

Problem in accessing JBoss and other Repositories through Nexus Repository Manager

We are using Nexus Repository Manager as our Corporate Repository Manager. The nexus repository manager was linked to JBoss Repository with following remote url. ...
1
vote
1answer
427 views

maven unable to download jar files from repositories, doesn't recognize already present jar files

I'm new to Maven and m2eclipse, and have been trying to run the main pom.xml file as a maven install for the first time, but it's just not working right. It tries to download some jar files (from both ...
1
vote
1answer
629 views

How to use a maven 1 repository with maven 2?

I am having problem building my project (using maven 2) which references some jars from a maven 1 repository. The scenario: My company has a private maven 1 repository that has the following info: ...
1
vote
2answers
126 views

Hosting my jars in Github with dependencies for Maven Repository

I am planning to host some of my API jars in Git hub as Maven Repository. I have some 3rd party dependent jars needed with my jars. When user like to pull my API i like the 3rd party dependent jars ...
1
vote
2answers
257 views

Setup a remote FTP as a remote Maven repository?

We've been working with maven for quite some time now, and we are trying to take it to the next level... There are a couple of Jars, that we would like to allow access to people in our organization ...
1
vote
1answer
243 views

Install artifact to a specific remote Maven repositories

I have an FTP where I would like to have my personal Maven repository, I would like my artifacts to be installed to that remote folder, how can achieve that? Thanks, Adam.
1
vote
1answer
335 views

How to index a Maven repo without Nexus/Artifactory/etc?

I run my own little Maven repo for some open source. I have no dedicated server so I use a Google code repository, deploy to file system and then commit and push. Works perfect for me. But some ...
1
vote
1answer
99 views

How to compare and update libraries in local Maven repository

I'm looking for a way to compare then possibly update (i.e. get newer versions of) the libraries/plugins that are (a) used by a given business project of mine or (b) stored in my local repository, ...
1
vote
2answers
163 views

Suggest a maven repository manager for my projects

I would like to use a repository manager to accommodate my local and remote jar..But i am a newbie to maven.. So any suggestions among these repository managers .. :) archetype apache archiva ...
1
vote
1answer
408 views

How to run Sonatype Nexus repository on Eclipse Virgo server?

I find it very weird I couldn't find anything useful googling for this so that's why I'm trying here: Could someone please explain to me how I can install Sonatype Nexus repository on Eclipse Virgo ...
1
vote
3answers
107 views

Maven getting stuck at a website

I use maven to build projects and it gets stuck at ftp.cica.es/mirrors/maven2 repository. What is the way around it?
0
votes
0answers
24 views

Maven overrides SNAPSHOT on local repository with older artifacts

I am having the following problem: I have 2 projects A and B. Some module in B depends on some module in A. I compile module A – which produces a SNAPSHOT artifact in the local repository, and then I ...
0
votes
1answer
23 views

Should I write repositories in my pom.xml?

I am new to Maven. If I start new project with Maven, should I know any repository URLs for it to work? For example, this Hibernate tutorial ...
0
votes
2answers
37 views

Maven distinct dependencies?

I wonder if it is possible, to stop Maven 3.0 downloading old libraries and use only distinct versions. (prefering the local repo and the versions where i downloaded Javadoc and sources manually) ...
0
votes
2answers
87 views

Unable to download external jars in to Artifactory

I am using Jfrog's Artifactory and i have included repo1.maven.org/maven2 as a remote repository but when i request for a particular artifact from my IDE, the artifactory doesnt download it to the ...
0
votes
1answer
109 views

Spring Maven repository issue

A sample Spring project contains the following POM file: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0" ...
0
votes
1answer
77 views

Can't get a Maven repo working with Nexus Server

I'm a bit new to Maven. I thought I was getting a pretty good handle on it. I guess not. I want to set up a dependency on SVNKit 1.7.0-alpha1. According to their website, They have a releases repo ...
0
votes
2answers
33 views

Change maven default repository

in my company we have a proxy that inhibits downloading jars so evrey time i download a jar using maven i discover that it was corrupted.but i can download jars from https servers. My problem is that ...
0
votes
1answer
28 views

Find Maven repository where a dependency is stored

I'm working on a project with several corporate remote Maven repositories, each hosting many dozens of dependencies. The entire project uses hundreds of dependencies and I need a way to quickly ...
0
votes
0answers
209 views

Spring Data JPA Repository: IllegalArgumentException this argument is required

I am trying to configure repositories using Spring Data JPA. I get the following exception when trying to execute my tests. I can get it to work and then I compile using Maven and my tests fail. ...
0
votes
1answer
38 views

MyFaces Commons Validator maven dependency repository

Seems like i am having a hard time finding the repository manager for this dependency: <dependency> <groupId>org.apache.myfaces.commons</groupId> ...
0
votes
0answers
33 views

tapestry M2_REPO ( A huge list of jar file is added )

In Eclipse, I added the path Windows-> Preference -> Java ->Build Path -> Classpath Variables -> click New and added the following: Name = M2_REPO Path = C:\Document and Settings\Uday\.m2\repository ...
0
votes
4answers
221 views

easy way to deploy 3rd party dependencies to a maven repository

I work for a very tightly controlled organization, which absolutely will not allow access to outside repositories. I would like to use Spring & Hibernate framework for our applications and use ...

1 2