I have created a Java web app project. I am loading some external library which further require some external dependecies which are not on my computer and need to be downloaded ...
Hi, I have several maven modules linked together with one master pom which itself defines dependencies via dependency management. If I change the dependencies (remove one from the top pom and ...
Have any of you tried renaming / removing /.netbeans/dev/var, then start-up the IDE? Btw, since none of you seem to have reported any version numbers, I am assuming you are trying ...
Hello. I'm working with the new NB6.7 and I can't figure out if it supports Maven project dependency. I have 2 projects, one is using the second as a library. I ...
Hi all, I've been looking everywhere I could think of, but haven't found an answer to the following question: What's the (best?) way to add a library built from a Maven ...
Hi, I've got a plain old Java Project in Netbeans which I'm using to run my Groovy code. However, I need to add a Maven dependency. How do I go about ...
Posted: Fri Feb 26, 2010 9:38 pm Post subject: Cannot add Maven2 dependency Hi, When I try to add dependency (Jersey 1.1.4 or any version for that matter) ...
Hello, i've cheched out the following via SVN: https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk If i open the project, which NB recognizes as a Maven project, there are some unresolved problems with some jar's. But if ...
Hi, I created a new Maven-based project by using the builtin project wizard for Maven plugins. That plugin has to use the Saxon XSLT processor, so I right-click on the "Libraries" ...
Hi, I created a new Maven-based project by using the builtin project wizard for Maven plugins. That plugin has to use the Saxon XSLT processor, so I right-click on the "Libraries" ...
I closed the project, added the second dependency (with the classifier element) as you suggested, manually, to the pom.xml file. Then opened again the project in NetBeans, selected "Clean and build", ...
Hi all; Netbeans / Maven has recently developed some very frustrating behaviour! When opening a Maven project, Netbeans will scan the project and attempt to download all the project dependencies. However, this process has recently start to stall. A given dependency jar will start to download, but will then stall - and never recover. Looking in the repository, I see the ...
All, I'm currently working on a project that involves Netbeans 7.0 RC2 and Maven 3. My project consists of a parent project with 5 modules. One of modules relies on 3 of the other modules. For some reason, in the IDE, these dependencies aren't being resolved. I'm able to build from the command line as well as in the IDE, but ...
Jason This may be a little late but I had problems getting genrated code to show in NB 7.0 until I remembered to add the following to my POM org.codehaus.mojobuild-helper-maven-pluginadd-sourcegenerate-sourcesadd-source${basedir}/target/generated/src/main/java FWIW... This fixed my class resolution problems which resulted from "invisible" generated code . ...
Hello, I have a very large multi-module project that I have opened in netbeans (the project is actually geotools). All the poms are already correctly configured and I should just be able to open the project and have all the class references be recognized. Opening this project in Eclipse works fine without having to do anything, so there is something wrong ...
Hi, I have a project A that depends on a project B. When I try to build project A, the following message occurs: "The POM for com.mycompany:mavenproject-b:jar:1.0-SNAPSHOT is missing, no dependency information available" The project B was added as dependency of project A. The sintax check and the code complementation based on project B works. I'm using Netbeans 7.0.1. What I'm ...
When creating a mavenized netbeans application, you start with a app stripped of many functionalities. I have been looking around for a while now, but still can't find how to add a basic editor capability : i would like the editor to display line numbers ! Could somebody provides me of few hints on : 1) what dependencies do i need ...