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