dependency « m2eclipse « 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 » m2eclipse » dependency 

1. Exporting eclipse maven project as a non-maven eclipse project with dependencies    stackoverflow.com

Is it possible to export my maven Java project on Eclipse to users that do not have maven or the eclipse maven plugin? The first question that comes to my mind ...

2. Maven missing transitive dependency    stackoverflow.com

I have a maven project with a dependency (datanucleus-db4o). This dependency has itself a dependency on db4o (db4o:db4o:jar:7.12.126.14142-all-java5). Now maven says:

09.09.10 19:43:09 MESZ: Missing artifact db4o:db4o:jar:7.12.126.14142-all-java5:compile
I am new to maven. ...

3. Missing Maven dependencies in Eclipse project    stackoverflow.com

We have a project set up with maven for resolving dependancies. It usually works fine, but now I am trying to compile and run it on a new PC and I ...

4. How to tell m2eclipse not to add the JRE as a dependency    stackoverflow.com

It seems that m2eclipse automatically adds the JRE as a dependency to a project. On a JavaME project however I need to be able to disable that. Is there a way to ...

5. automatic import of existing maven dependencies    stackoverflow.com

I have maven dependency with available source code. Is it possible to import it as maven project in eclipse automatically? I can manually create new maven project in eclipse, unpack source code ...

6. In Eclipse, "Update Maven Dependencies" is disabled and greyed-out, why?    stackoverflow.com

I'm using Eclipse STS 2.7.1 and created a new Spring Template/MVC project. I deleted the pom file and replaced it with one from another project that has all the dependencies I ...

7. org.apache.maven.plugin.PluginResolutionException: plugin dependency couldn't be resolved    stackoverflow.com

when building my spring application with mvn using cmd build is success but when importing the project to eclipse (Helios) i am getting the following error:

Build error for /mySample/pom.xml; org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.4.3 or one ...

8. m2eclipse can't find any dependencies    stackoverflow.com

I have created a new Maven project in eclipse, using the Nexus Indexer Archetype. I am trying to add dependencies to this project via Maven -> Add Dependency. But whenever I search ...

9. maven plugin for eclipse, proxy issue    stackoverflow.com

I use m2eclipse to integrate Eclipse (Indigo) and Maven. I also use a proxy, so I have a Settings.xml with the correct host and port. I've configured the LAN Settings of ...

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.