0
votes
1answer
24 views

Deploying maven project to glassfish with Netbeans

this is my first post here so I would like to say hi to this wonderful community. Tips found here helped me many times, but now I am in need to ask a question So here is my problem. I'm struggling to ...
0
votes
0answers
18 views

NetBeans & Maven: add JavaScript API from dependency

I am currently working on a Maven web application with NetBeans 7.3. My HTML files need some .js which I would like to include as a Maven dependency. The dependency is packaged as a WAR. However, ...
0
votes
0answers
30 views

External jar found in Maven Web Application but not when being deployed

I recently created a Maven Web Application through Netbeans 7.3, using GlassFish 3.1.2. In this I use an external jar, so I added it in pom.xml: <dependencies> ... ...
1
vote
3answers
28 views

Use Build phase to validate XML (Maven)

I would like to validate my XML files against the XSD i have written during the project Build, and if the XML is not valid the build should not complete. Is the possible? if so can you please point ...
1
vote
1answer
30 views

Run a netbeans maven project from a command line

I wrote a maven code in netbeans that in included 6 classes: ColumnComparator.java IQC.java Main.java MultipleLinearRegression.java Overlap.java PSResidualReduction.java I want to compile and run ...
1
vote
0answers
60 views

How to properly combine NetBeans, Scala, and Maven? [closed]

I'm trying to create a Maven project in NetBeans, and have NetBeans recognize it as a Scala project and use the Scala plugins, but can't figure this out. I can combine Scala and Maven without ...
0
votes
1answer
37 views

Running Maven project in Netbeans

Is there any way I can run Maven project in Netbeans not in a Maven way? Netbeans do it automatically but I just want to run program normally, as a typical Java project (to save time). I want output ...
0
votes
1answer
53 views

Fun times with migrating maven projects from netbeans to eclipse

I have an interesting problem. So, we have a multi-module maven based project, that was originally written on Netbeans. The task is to migrate it to the Eclipse. I imported the project as an existing ...
0
votes
0answers
67 views

Netbeans reports “no library found for namespace” for PrimeFaces tags from Maven

I'm using Netbeans 7.3 with OpenJDK 1.7.0_21 64-Bit Server VM 23.7-b01 on Linux 3.8.8-1-ARCH. On every Facelet I have <html xmlns="http://www.w3.org/1999/xhtml" ...
0
votes
0answers
46 views

NetBeans 7.3 maven project “No web folder found”

I am running the latest version of NetBeans (7.3) with GlassFish and I have created a maven web project that adds the necessary JSF 2.1 dependency. I am able to deploy the project and access the home ...
0
votes
1answer
17 views

Remove the generated modules/ext folder for a Netbeans Platform Application under Maven

I have a Netbeans Platform Application which is builded with Maven. I would like to edit the pom.xml in order to remove the generated folder "modules/ext" (containing all external libs) before the ...
0
votes
0answers
43 views

Maven project: add play framework compiled classes to classpath

I want to use Play Framework 2.1.1 application as maven project in NetBeans IDE. I successfully mavenized java application generated from play console with maven-play2-plugin, but my IDE complains ...
0
votes
0answers
39 views

Maven run submodule from Netbeans

I want to build an application with Maven. Currently I have the following setup: Two projects; Project A and Project B. Project B depends on A (with the dependency tag in the pom). The main Class ...
1
vote
2answers
124 views

Maven: Deploy on Save of EAR in Netbeans only works when dependency project is open

The deploy on save option of my EAR project is not working and I don't understand why. Here is my structure: myproject-ear, packaging: EAR --->myproject-core, packaging: JAR (ejbs) ...
0
votes
0answers
17 views

Run Restfuse Test using Maven

I'm trying to run a Restfuse test using NetBeans. NetBeans is using the following Maven command to run the Restfuse Test: mvn -Dtest=com.mycompany.RequestTest -DfailIfNoTests=false test-compile ...
0
votes
0answers
29 views

Compile maven required projects in netbeans 7.3

I have 5 Maven projects in Netbeans 7.3, where one is the master and depends on the other 4. For example Master <- P2 <- P3 <- P4 <- P5. I want to know if there is a way to compile only ...
0
votes
1answer
65 views
0
votes
0answers
47 views

Migrate Tomcat Project to Jboss and configure Jboss in Netbeans

I have a project that I used to run in Tomcat Server Application 7.0. Now I have to migrate it to Jboss 5.1. What is the configuration that I have to change in my project? Here is my pom.xml ...
0
votes
1answer
50 views

Netbeans Maven annotations not supported in source 1.3, use source 5

When building my projects using Maven from Netbeans 6.7, I get these error messages: Error annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations) I've ...
1
vote
2answers
31 views

Maven version used by Netbeans 6.7.1

I'm developing Maven projects using Netbeans 6.7.1. How can I see where the Maven that my Netbeans is using is located? I'd like to edit the settings.xml file of this Maven installation. Is there a ...
0
votes
1answer
116 views

NetBeans Maven: ClassCastException - RestEasy vs Jersey

As my title says, I believe the issue is with classloading, and the fact that my application is trying to cast a jersey-core class to resteasy. Below is the code that triggers it, as well as the ...
0
votes
1answer
27 views

NetBeans giving error saying a project was deleted when it was never opened

I've just cloned a project from a GitHub repository and proceeded to attempt to open the project in NetBeans, using the "Import Project from existing sources" option, but I was stopped by an error ...
0
votes
3answers
203 views

Netbeans Maven project: JAVA_HOME is not defined correctly

I have a NetBeans Platform project build with Maven2. When I try to create a new platform module I get this strange error: cd ~/src; JAVA_HOME=/usr/lib/jvm/jdk1.7.0/bin/java ...
0
votes
0answers
34 views

Maven on netbeans cyclic reference

I'm new to maven and i do really need help here. I have web application built with maven2. It's composed of 2 utility projects (A and B)and another one contains the Web contents (C). "A" run with ...
0
votes
1answer
21 views

Method to run maven command in Netbean

How can I run mvn clean install -Pjnlp command in Netbean 7.3 ?
3
votes
2answers
80 views

Hot deploy with maven overlay

So I'm trying to get hot deploy to work on my maven project using netbeans. I have two war packages. One I call "web" and the other I call "custom-web". I overlay (with the maven overlay plugin) ...
0
votes
1answer
78 views

Maven: webstart, buildnumber and finalName conflict?

I generate a build-number with this part of the POM file: <plugin> <groupId>org.codehaus.mojo</groupId> ...
0
votes
1answer
56 views

Lucene 3.6.2 does not contain TopDocCollector class

I am trying my hands on the lucene example from the following link http://www.hascode.com/2010/03/how-to-build-a-quick-lucene-search/ however, I am not using maven , just the lucene 3.6.2 library ...
0
votes
2answers
198 views

Netbeans Maven Project Not adding Main Class to Manifest

I am having a similar problem to this question. I have tried all the suggestions listed and am still at a loss. My issue is that I am trying to build a maven project and distribute it to other ...
0
votes
1answer
90 views

Maven Profiles not working and failing tests

I'm starting to use profiles with Maven in order to build multi-environment jars. I followed the official docs to do this. First, validation question: I have read that you should always have one ...
1
vote
1answer
67 views

Which WAR is Netbeans deploying?

Explanation: I currently have a Java Web Project in Netbeans and I'm using Maven. Recently I changed the pom in the project in order to generate 2 war files when building: one for development (which ...
0
votes
0answers
86 views

deploy web service on net beans with tomcat + maven

I created a web service with netbeans 7.2 + tomcat7. After this, I created a web service client, and the Net beans asked me to deploy the web service first. So I did and every thing went ok. Now I ...
0
votes
0answers
70 views

NetBeans Not Shutting Down Java Server, Leaves Main Thread Running

I have a very simple server, it just listens for connections and then puts them in a new thread to deal with them. try{ ServerSocket aSocket = new ServerSocket(port); ...
1
vote
1answer
156 views

Can't configure logging for executable jar

This is similar to this other question, although I already put the logging.properties in the executable jar and doesn't work. I have a class (ReportGenerator) that has the following: Logger logger ...
1
vote
0answers
175 views

Netbeans jUnit 4 - Java EE API is missing on project classpath

I have clear maven web app project. I add jUnit to pom. <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> ...
0
votes
2answers
148 views

netbeans Maven PlugIn does not update remote repo index

I am starting with a project where I want to use latest versions of hibernate and the hibernate spatial extension. Therefore I decided to start with a maven project to manage all the dependencies. I ...
0
votes
1answer
45 views

NetBeans won't show static web files under “Projects” view

I have a multi-module maven project in which one module is called "webapp" and has all the static files and directories for these static files in src/main/webapp. I am used to seeing these ...
0
votes
1answer
357 views

wsimport fail with maven

I'm trying to create an ssl webservice client using maven and netbeans(7.2). The webservice is perfectly working and I test it using an ant project. When I try to build the project and generate ...
2
votes
1answer
250 views

main class not found in jar file despite manifest

I have Maven project in netbeans. My POM looks like this: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
0answers
125 views

How to use JBoss in Netbeans for existing maven web applications?

I've started to use Netbeans 7.2 recently and I would like to use JBoss 4.2.3GA. I am able to choose JBoss as server when I am about to create new maven web app, but how about existing maven web apps ...
0
votes
2answers
92 views

Importing org.quartz and org.slf4j in Netbeans Maven Project

I'm looking to import support for org.slf4j and org.quartz in a maven project in Netbeans. However, I'm not able to figure out the exact steps. I'm unclear as to how should I configure these two ...
0
votes
1answer
223 views

NetBeans 7.2.1: Adding Dependency

I'm running NetBeans 7.2.1. I successfully built com.slidingmenu.lib. I successfully built ABS. NetBeans won't let me add ABS as a dependency to com.slidingmenu.example because NetBeans doesn't ...
0
votes
1answer
17 views

Trouble with maven in Netbeans

I want to create maven project in Netbeans. So, I do File->New project->Maven->Java Application. After that I try to build the project and get error: The POM for ...
0
votes
1answer
53 views

How to set the NetBeans Server in Maven?

I have a Web Application that is environment independent so it's a single war that can be deployed to multiple environments. I have created multiple Tomcat Servers (i.e. Devel, QA, Production) and ...
1
vote
2answers
914 views

NetBeans 7.2, starting a maven spring project and add hibernate

I'm trying to move to maven as build system in order to have a more standard management of dependencies. This are the steps I do and the simple, (maven newbie) questions I ask. The process is the ...
0
votes
2answers
173 views

Unable to deploy ear with Netbeans if the package name is changed with Maven

In order to have a constant JNDI name for remote calls, I want to remove the version from the EAR package name. I do it with the tag < finalName > in the maven-ear-plugin. It works fine but, when I ...
0
votes
1answer
75 views

Adding more web-apps/wars to a Netbeans maven Enterprise Application

I want to modularise my web application setup a bit better. I have a REST service that I want to put in its own web-app/war project. When you create a Maven Enterprise Application in Maven you get a ...
2
votes
4answers
78 views

How can the production jar specify its own dependencies when added to other project as a dependency?

If the question title can't make it clear, take me explain here in more detail. Suppose the production jar of one of my Maven applications needs to be used into my other Maven web-application. Adding ...
0
votes
1answer
66 views

Maven location (when installed indirectly with Netbeans/Glassfish)?

Where is the maven home directory when you install Netbeans with Glassfish? I have searched for 'mvn' in the Program Files directory and my user directory in Windows 7 but it turns up nothing. In the ...
0
votes
0answers
38 views

How can I get these sample applications from github to work in Netbeans/Glassfish?

I need to use the Atmosphere framework for a web app that will make heavy use of websockets. All I want to do is run through all the samples and see how they work but I can't do that because I can't ...

1 2 3 4 5