repository « repository « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » repository » repository 

1. Can I add maven repositories in the command line?    stackoverflow.com

I'm aware I can add maven repositories for fetching dependencies in ~/.m2/settings.xml. But is it possible to add a repository using command line, something like:

mvn install -Dmaven.repository=http://example.com/maven2
The reason I want to ...

2. Host Maven Repository    stackoverflow.com

I would like to host a Maven repository for a framework we're working on and its dependencies. Can I just deploy my artifacts to my ftp host using mvn deploy, or ...

3. Best enterprise repository tool for Maven 2?    stackoverflow.com

Some of the other questions and answers here on SO extol the virtues of using an enterprise repository tool like Archiva, Artifactory, or Nexus. What are the pros and cons of ...

4. Best practices for installing 3rd party libraries into your hosted Maven repository?    stackoverflow.com

Let's say that you have a project which is using a 3rd party library, such as Google's Analytics Data API (gdata), which does not appear to be currently deployed ...

5. How do I use a Maven 2 repository protected using SSL and a wildcard/self-signed certificate?    stackoverflow.com

I am trying to use a Maven 2 repository via SSL secured with a self-signed certificate. I followed the instructions at HTTPS and Self-Signed Certificates in Java but I ...

6. Maven Best Practices    stackoverflow.com

I have a couple of questions about maven best practices and managing repositories. In my environment, I do not want to go out to the central maven repository but rather store everything ...

7. Find Oracle JDBC driver in Maven repository    stackoverflow.com

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>
    <groupId>com.oracle</groupId>
 ...

8. Where is a good place to find maven archetypes?    stackoverflow.com

I'm aware of the archetype list in codehaus. Are there any other good places to find Maven archetypes out there?

9. best practice: how to host server-side code in the maven repository    stackoverflow.com

What is the best way to put javascript/html/css code in the maven repository, so that is easily usable by java projects. Is there a way to do it such that the included ...

10. Maven repository location woes    stackoverflow.com

I'm reconfiguring a build server that someone else setup a long time ago to use a new Maven repository. However, the old repository is still being referenced and I can't ...

11. Question about Maven2 repositories mirroring    stackoverflow.com

I have set up a Maven 2 repository (call 'dev repository') using Apache Archiva which holds artifacts of my private projects. If I build an artifact of my own project, say ...

12. How should I lay out my repository?    stackoverflow.com

I'm moving an application out of an svn repository it shares with a bunch of other stuff into its own, brand new one. So, I have a chance to make a ...

13. Maven repository for EJB 3.1 API    stackoverflow.com

What Maven repository can I use for EJB 3.1 API dependency?

14. How does one mirror a maven repository?    stackoverflow.com

Our company would like to mirror our Maven 2 Repository inside of the Amazon network. What software should one use to do this? We have looked into a Wagon-S3 but that sort of ...

15. Maven Thrift repository    stackoverflow.com

Does anyone know if the Thrift libraries are in any Maven repository?

16. How to specify a maven repository    stackoverflow.com

I am taking over a project left by previous colleague. The project is mavenized and I'm having a hard time building it. There is a inside block, which generates ...

17. Java-Maven: How to add manually a library to the maven repository?    stackoverflow.com

I'm trying to generate a jasperReport, but I receive this:

net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Times New Roman' is not available to the JVM. See the Javadoc for more details.
After searching on the net, I ...

18. How can I ask Maven for a list of the default repositories?    stackoverflow.com

What command can I use to ask Maven for a list of the default repositories that it searches for its dependencies? If no such command exists, where else may I ...

19. How can I view javadocs that have been added to a maven repository?    stackoverflow.com

I know I can use maven to pull the javadocs for an artifact (if they've been added), which should come through as a JAR (right?), which I can then unpack and ...

20. maven repository location for hsqldb 2.0    stackoverflow.com

http://hsqldb.org/ - where is the maven repository for the latest version 2.0.0 bits

21. Where is the "caucho.com" new Maven2 repository address?    stackoverflow.com

I add the "http://caucho.com/m2" or "http://caucho.com/m2-snapshot" repository address but is error .Message is

Unable to update index for caucho release repository|http://caucho.com/m2: Resource nexus-maven-repository-index.properties does not exist
Where is the new address?

22. Maven getting stuck at a website    stackoverflow.com

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

23. Recommendable Maven repository search engines?    stackoverflow.com

mavensearch.net doesn't know current versions in many cases, mvnrepository.com is a bit more up to date but doesn't show repositories from where a package can be downloaded, ...

24. Selenium Webdriver - missing classes in maven repository    stackoverflow.com

I have been using Selenium Webdriver successfully with JAR downloaded from their pages or code.google. But now I would like convert my project to use Maven repository. I found ...

25. how to prevent maven from checking foreign repositories?    stackoverflow.com

When I build using maven I see it checking all sort of foreign repositories for artifacts which only my local build should produce. How can I tell it that the ...

26. What should I included (using maven) to have use an embedded sesame repository in my Java application    stackoverflow.com

I would like to use an embedded openRDF sesame repository in my Java application. I can not find information what is a minimum set of libraries that I need to include ...

27. DynamicJasper 3.1.x maven repository    stackoverflow.com

I need maven repository for DynamicJasper 3.1.2 or higher...
Thanks in advance!

28. Maven optional repository    stackoverflow.com

I am converting a project to use Ant/maven-ant-tasks. I have a local repository in $HOME/.m2, an enterprise repository on a local machine on the LAN, and I have listed several global ...

29. What is a maven repository url for jung2 (java graph framework)?    stackoverflow.com

I am looking for a maven repository that distributes jung2 packages. Unfortunetely I can not find any information on its location. Update: I have included the cental repository repo1.

 <repository>
 ...

30. maven repository server    stackoverflow.com

a simple question about maven repository server can a pom file have dependencies of jar files located on different repositories on the same server ?

31. Where is the play framework maven repository?    stackoverflow.com

Trying to get my code to compile magically using maven dependancies. I can't find the playframework on any 3rd party maven repository. Can someone help ? I is even deployed anywhere ? ...

32. Using Maven without my own repository    stackoverflow.com

How would you collaborate on a Maven project with another developer, without setting up a repository on a dedicated server?

33. Is there a repository manager for plain source code (*not* Java/Maven related)    stackoverflow.com

Is there something similar to Artifactory/Nexus/Archiva, but which works for pure source code as opposed to build artefacts, and does not depend either on Java or on using Maven in the ...

34. Maven repository for QPid    stackoverflow.com

I am trying to use QPid as a JMS provider. Maven is used as a build tool. I cannot locate maven repository that contains QPid, so my build fails. Questions

  1. does somebody know ...

35. where is the correct and recent ehcache maven repository    stackoverflow.com

I've been struggling to get ehcache 2.1.0 in my environment.anytime i thought i got it right, it's just not downloading it. here is where i set the repository

 <repository>
 <!--<url>https://oss.sonatype.org/content/repositories/releases/</url>-->
  ...

36. How to change maven repository folder in windows?    stackoverflow.com

In windows, maven downloads everything in the C:\Documents And Settings\MyUser\.m2 folder (or C:\Users\MyUser\.m2). There exists some way to change the folder that it uses? Specially I want to set it to ...

37. Maven: Repository no longer exists! Now what?    stackoverflow.com

I have just begun my journey in Maven2 and found the dependency repositories logic a little weird... As far as I understand, I need to point Maven to a repository from ...

38. repository element    stackoverflow.com

 Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project mysticpaste: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
POM.xml
<project xmlns="http://maven.apache.org/POM/4.0.0"
 ...

39. How to set a custom Maven repository manager in Grape    stackoverflow.com

I would like to use grape to install a library by command-line. So I've issued the command:

grape -V install org.apache.derby derby 10.5.3.0
Grape should use the Maven repository located at http://127.0.0.1:8081/artifactory/webapp/home.html. How ...

40. Suggest a maven repository manager for my projects    stackoverflow.com

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 ...

41. Maven woes: maven-clean-plugin not found in repository    stackoverflow.com

Sigh. Using maven 2.2.1, and suddenly it can't resolve the maven-clean-plugin. And really, how insane is it that a build tool requires a plugin for "clean"? I tried syncing up my .m2 ...

42. maven repository mirrors    stackoverflow.com

Normally, I have the following mirror configured in my Maven settings.xml

<mirror>
  <id>internal-repository</id>
  <url>http://build.idaho.local/wtp_repository</url>
  <mirrorOf>*</mirrorOf>
</mirror>
My understanding is that this mirror prevents Maven from downloading dependencies from the internet, i.e. ...

43. How to find closer maven repository close to my home    stackoverflow.com

I am wondering how to find the maven repository close to my home?

44. How can I scan a maven repository?    stackoverflow.com

I'm developing a code-sharing plugin for eclipse (for a bachelor thesis project). Currently I'm trying to scan a maven repository and generate a package list. I can download and parse a pom.xml using ...

45. Can I use Maven repository manager outside of Maven?    stackoverflow.com

I already asked in Maven User List, let me duplicate here. I'm trying to create an application that will download and use Maven artifacts outside of Maven. I think that ...

46. Error-Unable to connect to repository    stackoverflow.com

I am unable to install Maven in Eclipse galileo. When i tried to install it thru help-->install software, and given url="http://m2eclipse.sonatype.org/sites/m2e". But after sometime it just displays "Unable to connect to ...

47. Where can I find a repository containing functionaljava 3.0?    stackoverflow.com

I would like to use functional Java 3.0 in a maven project. I have been googling a little, but I can't find valid information to include the corresponsding 'dependency' ...

48. Does maven take the default repositories if no repositories are mentioned for a specific profile?    stackoverflow.com

I would be developing a pom.xml for my project, the issue is we will have almost 15 different profiles depending on the modules we want to build for that specific profile.(Its ...

49. Maven can't find httpcomponents-client in repository    stackoverflow.com

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 http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcomponents-client/4.1.1), but when building my Eclipse ...

50. EclipseLink Maven Repository not working correctly?    stackoverflow.com

I'm trying to get the EclipseLink libraries from the given Maven repositories. I read the tips given in Where did the EclipseLink/Maven repository go to? on stackoverflow and tried to integrate ...

51. What are the Maven repositories for Jasper Reports?    stackoverflow.com

Where can I find the Maven repositories for the latest versions of Jasper Reports? I've tried in the main site but it seems that the repo isn't up to date.

52. How to get m2repo directory in java?    stackoverflow.com

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 ...

53. Maven: prevent repository mirrors from being displayed in the project site    stackoverflow.com

I'm using a local Nexus instance as mirror for all repositories; in settings.xml:

<mirrors>
    <mirror>
        <id>nexus</id>
       ...

54. What is the maven repository for jasperreports-chart-themes?    stackoverflow.com

I'm searching the repository for jasperreports-chart-themes (groupId : net.sf.jasperreports). I know that jasperreports lib is here http://repo2.maven.org/maven2/net/sf/jasperreports, but there is no track of jasperreports-chart-themes ...

55. importing source code of Jbox2d into my maven repository to be used as a dependancy    stackoverflow.com

I have downloaded the source of Jbox2d using:
svn checkout http://jbox2d.googlecode.com/svn/trunk/ jbox2d-read-only How do I import the source code of Jbox2d into my maven repository to be used as a dependancy? ...

56. When to run my own maven repository?    stackoverflow.com

I'm working on a small project with one other developer. We are using libraries that are all available in public maven repositories. We have a single, multi-module maven project ...

57. Selenium repositories    stackoverflow.com

I am searching for selenium standalone (2.0rc3) in any maven repository. I am interested only in the standalone version and I can't find it. Is it available anywhere (not to download ...

58. Merging maven .m2 repositories    stackoverflow.com

I have a maven repository in an offline network. I need to update its contents and merge in another repository . What is the best method to do this ? I looked ...

59. What does repository layout mean    stackoverflow.com

<repository>
  <id>oauth-maven-repo</id>
  <name>OAuth Maven repository</name>
  <url>http://oauth.googlecode.com/svn/code/maven</url>
  <layout>default</layout>
</repository>
What does repository layout mean, compared to setting snapshots / releases?

60. Is there any free online maven repository?    stackoverflow.com

Is there any free online private maven2 or maven3 repository? So that team can access the repository from various region.

61. maven can't find archetype in my repository    stackoverflow.com

I'm trying to create my own maven archetype. For now, I'm going through this tutorial [here][1] without success. I'm able to build the archetype project okay, but when I ...

62. Access a Maven repository located in https    stackoverflow.com

I have a Maven project that requires some dependencies that are in a repository located behind HTTPS. I can access the URL by my browser (Firefox) as it asks me a ...

63. 'false' at maven 3    stackoverflow.com

Why maven 3 depreciated false at Snapshot repository configuration at pom.xml? What is the motivation behind it?

  <snapshotRepository>
     <id>snapshots</id>
     <url>http://nexus.mycompany.local/content/repositories/snapshots</url>
   ...

64. Maven repositories    stackoverflow.com

We are using maven in the development process. Maven provides a nice feature of configuring the repositories. Using this feature I have created a remote internal repository and I can download ...

65. getting maven to use repository for one library only    stackoverflow.com

i have a repository setup like this

    <repository>
        <id>jboss</id>
        <name>JBoss Repository for Maven</name>
  ...

66. Maven project defined repository not works    stackoverflow.com

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 ...

67. Where did the EclipseLink/Maven repository go to? (again)    stackoverflow.com

Yes, I know, the subject was asked before, but the repository moved again. Has anybody seen it? I would be much obliged.

68. How secure are the Maven public repositories?    forums.oracle.com

The main reason why we gave up on Maven is that we had firewall changes that blocked us from downloading .jar files directly onto machines on our LAN. Now, if I could have put my hand on my heart and said to our network administrator that these repositories were absolutely safe I might have got these sites whitelisted. Truth is I ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.