0
votes
0answers
13 views

Maven JAR project with WAR project layout?

I hope the title is not to confusing. I am developing a library to be used in JSF projects. The library will be packaged as a JAR. The project is currently setup as a war and i am able to create the ...
0
votes
0answers
14 views

Creating Maven Web Service on Tomcat

I created a Maven web application which name is "aa3" on Netbeans. I choose Tomcat server which Netbeans installed. And then I added a web service class. A warning appeared, it says: I choose Yes. ...
0
votes
0answers
12 views

How can I reach web service function by using Maven?

I created a web service client by using Maven on Netbeans. I use http://www.w3schools.com/webservices/tempconvert.asmx?wsdl as a web service. I created servlet for response. When I select Right ...
0
votes
1answer
35 views

What is Heroku Procfile for Maven web application on Glassfish?

I wrote a simple Maven web application on Netbeans. My project works well on localhost on Glassfish server. I tried to upload my project to Heroku but I can not achieve. What is appropriate Procfile ...
0
votes
0answers
14 views

netbeans red badge issues with non-bundled maven

I am seeing a problem and need a bit of assistance please. My team has just upgraded to version 7.3 (mixed os, linux/windows) and we are all seeing strange behaviour in netbeans. We are using a ...
0
votes
0answers
12 views

Tomcat deploying the same application twice in netbeans

I'm using Netbeans and tomcat seems to be deploying in war application twice. I've tried both tomcat 6 and 7 and the same result. I've got a Spring MVC, Hibernate and Thymeleaf application. ...
0
votes
1answer
36 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
19 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
1answer
40 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
29 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
32 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
63 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
39 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
57 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
73 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
51 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
19 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
46 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
40 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
129 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
18 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
32 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
71 views
0
votes
0answers
48 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
55 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
123 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
28 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
216 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
35 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
84 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
80 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
57 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
218 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
91 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
70 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
89 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
169 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
182 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
157 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
47 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
383 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
259 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
127 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
18 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
54 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 2 3 4 5