0
votes
0answers
13 views
Deploy a maven project in Tomcat 6.0.36
I am working in a maven project with tomcat, I did the following steps:
1) I generate the war file with maven
2) I put the file in the "webapps" folder in tomcat.
3) When I start tomcat from the ...
0
votes
1answer
23 views
Referring to NodeChildren in groovy code
I am in Eclipse 3.6.2 and using maven (0.12) and groovy (2.7) plugins. I have the following code:
import groovy.util.slurpersupport.NodeChildren;
...
protected Container getContainerFor( NodeChildren ...
0
votes
1answer
31 views
Loading log4j from maven repository
I'm new to maven and i am currently trying to load the log4j jar (i am also using eclipse) with maven. If i search for "org.apache.log4" e.g. i find this entries:
But if i add the selected one, it ...
0
votes
1answer
38 views
simpe maven web project in eclipse
For last few hours I’m trying to set up a simple(create a simple project(skip archetype selection) )maven javeEE project in eclipse with one servlet and one jsp page, nothing fancy. Can someone ...
0
votes
0answers
9 views
jboss forge cannot setup plugins
I wanna create a jboss forge plugin but I have massive problems running forge...
When I start forge inside Eclipse or from command prompt it takes quite a long time and then I always get this huge ...
1
vote
1answer
16 views
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5-r682619-maestro-2.0.0:test (default-test) on project
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5-r682619-maestro-2.0.0:test (default-test) on project ms61-webservice-xxxx: There are test failures. what does it mean and how ...
0
votes
0answers
33 views
error in integrating maven plugin in android project
I am trying to build an android application project using maven and eclipse.
I created a 'hello world' file and then converted it into a maven project. After adding com.google.android dependency and ...
0
votes
0answers
23 views
Difficulty assembling maven plugin with Eclipse IDE for android
I am trying to assemble Maven plug-in with Eclipse IDE. I want to make an android application.
I have installed android-release archtype, and have made a new Maven project. When I make a new project, ...
0
votes
0answers
33 views
src/main/java folder not visible in project explorer in Spring Roo project
I followed these excellent instructions:
http://baldercm.blogspot.co.uk/2012/04/maven-multi-module-with-spring-roo-and.html
I now have a multi-module roo / jsf / jpa project up and running in STS.
...
0
votes
1answer
28 views
Maven plugin with eclipse
I am trying to assemble Maven plugin with eclipse. For that I have already installed the m2eclipse. Now, in the new project, I have created a new Maven project.
When I try to run it by right clicking ...
1
vote
1answer
16 views
org.hibernate.InvalidMappingException: Could not parse mapping document from resource *.hbm.xml
I know this question has been asked a lot, but I read almost every one of them but non of them helped me.
I'm writing an eclipse maven project with hibernate and I'm getting this error:
...
7
votes
3answers
724 views
Android Maven Could not find tool 'aapt'
i was trying to follow this tutorial:
http://www.gdgankara.org/2012/11/01/step-by-step-android-development-with-maven/
but after setting up the environment, and create a project, at the "run ...
0
votes
0answers
39 views
System scope dependency resulting in ClassNotFoundExcpetion
When I try to run my war using tomcat7:run-war using M2E eclipse, it gives a ClassNotFoundException for the classes present in the particular dependency.
As I understand system scope dependency will ...
0
votes
1answer
40 views
Maven install error javax.el.ELContext not found and javax.el.ELResolver not found
I am using Maven 3 and JDK 1.7. When I tried to do mvn install, I am getting the following errors
[ERROR] /domain/view/EmployeeNameConverter.java:[29,76] cannot access
javax.el.ELContext
class file ...
1
vote
1answer
33 views
My first maven example fails (using m2eclipse) : 'mainClass' missing
I am trying to get work this Maven by Example, using Eclipse + m2Eclipse plugin. However, I got this error
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java ...
1
vote
1answer
37 views
Unit Testing Postgres Database with Maven
First let me explain what I am doing:
Creating a Java project in Eclipse (JUNO) to unit test SQL for a Postgres database.
Using Maven2 as the build tool. I have DBUnit, and SQL maven plugins.
The ...
0
votes
0answers
24 views
In Eclipse some menu items are disabled and some are duplicated when editing JSP or XML files
When I am editing JSP or XML files in Eclipse I cannot do a find (CTRL-F) nor delete (Delete key) and sometimes Undo/Redo (CTRL-Z / CTRL-Y) do not work. They are grayed out in the menu item also. ...
1
vote
1answer
54 views
+50
How to create an eclipse-compatible, mavenised Android project?
I need to create a Maven project for my Android application. When I use the normal Android Maven plugin, it produces a file structure with incorrect location of test classes (the test classes lie ...
0
votes
1answer
25 views
how to “debug as maven test” in eclipse (sts)
I have written test cases in JUnit and they are executing fine when I use run as - maven test. But although I put debug points and select debug as - maven test, debugging does not work. I use ...
0
votes
1answer
36 views
Maven Dependencies references non existing library
As stated above I have a problem regarding maven. In my current eclipse project I used maven for dependecy management and it worked fine until now.
The project is not working anymore and it states ...
1
vote
1answer
28 views
Tycho: Maven build on CLI works, but when running in Eclipse Application modules cannot be resolved
Situation
I have a RCP application that gets built with Maven (using Tycho).
When I run the reactor build (the master pom, see below) from the command line using mvn clean build it builds smoothly ...
0
votes
1answer
16 views
Can't run OSGi wrapper bundle in Eclipse; .jar is building okay, but how do I also copy files into target/classes?
First of all, I know a number of questions have been asked before about wrapping existing Maven dependencies as OSGi bundles, but I have a problem which I don't see directly addressed in any of those ...
1
vote
1answer
36 views
Eclipse gradle and maven tooling - local resolution
I want to gradually migrate a multi-module maven build to a multi-module gradle build.
I'm currently using m2e maven tooling in eclipse and one feature I like is that if projectA depends on projectB ...
1
vote
0answers
49 views
Testing a Geo Transformation fails in maven, works in eclipse
In our current project we use a maven setup to manage dependencies and run unit tests. At some point in development one of our tests stoped working (we are not sure at what point exactly, so we don't ...
-1
votes
0answers
16 views
How to wrap maven dependencies to use it in eclipse plug-in
I need to add some third party libraries to my eclipse plug-in. I've found example, so I've imported build02 project into Eclipse then I've created a Plug-in project using "Hello, world" template to ...
1
vote
1answer
32 views
Is it possible to get the exact maven command from an eclipse build process?
Short Version:
Is there a way to get at/inspect the command that Eclipse uses to build my maven project, in order to run that command from the command line?
Long Version:
I'm trying to set up an ...
0
votes
1answer
43 views
Grails test war creation error
Need your help my dear friend....
I am using Grails 2.1.4 and Maven Integration.
i created pom file for Grails project.
I am running a goal like this from eclipse
mvn -Dgrails.env=test package
I ...
0
votes
1answer
27 views
eclipse run maven project : java.lang.IllegalArgumentException:
when i try to run my maven project in eclispe, i meet this exception:
java.lang.IllegalArgumentException: Document base ...
-1
votes
0answers
28 views
about the build process of eclipse and maven
when in a project that use maven, I can click the project icon in 'package explore' and click 'run on server'
then the project will be build, does this build process use maven (to build)?
0
votes
1answer
46 views
How do I set a system property for compiling in Eclipse?
When I build my project from the command line with Maven, I can pass in a property using
-Dsomeproperty=true
For example:
mvn clean package -Dsomeproperty=true
How do I do the same when ...
0
votes
0answers
35 views
web.xml filtering not working in eclipse m2e-wtp
We have a web app that I would like to customize context-parameters in the web.xml based on a properties file. We are using Maven, Eclipse and m2e-wtp. I have specified the following in the POM ...
4
votes
1answer
45 views
Is it possible to track all settings/configs/patches etc across the OS that may affect an eclipse Project?
This may be an absurd question (plus I am unsure how to best Tag it) but lets me explain 1st. For the last few months I have regularly had stupid issues with my eclipse project when I have made no ...
0
votes
1answer
28 views
Class files are not generated in pom.xml
I am using the below pom.xml for my application
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
2
votes
0answers
44 views
Eclipse Maven Error Plugin execution not covered by lifecycle configuration:
I am using Eclipse Juno with Maven 3.0.5 on Windows 7. The project was previously on Windows XP and I have moved to Windows 64 bit machine.
I have copied my Eclipse Spring 3, Hibernate 4 and JSF 2.0 ...
0
votes
2answers
25 views
Maven repository location is not updated in eclipse
I have a Maven project. I have converted it to eclipse project using the command.
mvn eclipse:eclipse
I imported this project to eclipse. I am getting missing library error.
I have updated the ...
0
votes
0answers
45 views
Configure the Eclipse .classpath file in a Play application?
I'm developing a simple Play application and I'm using two machines (PC1 & PC2, PC for Personal Computer!). The Play framework is installed on PC1 at path "C:\play-2.1.0", and on PC2 at path ...
1
vote
1answer
46 views
Groovy Eclipse compiler plugin for maven not compiling anything
I'm trying to understand the correct setup of a Java and Groovy project in Maven, compiling the source files with groovy-eclipse-compiler.
According to the plugin site, if you have files in ...
0
votes
1answer
64 views
Split packages in different Zip files
in eclipse I use maven for my projects.
Now, I got my java files in src/main/java in two different packages.
src/main/java
/a/b/c (here are the java files of the first package)
...
0
votes
1answer
44 views
maven mvn eclipse:eclipse does not include webapp dependencies in deployment assembly
I created a webapp java project, with a pom file. then I type "mvn eclipse:eclipse" and import it into eclipse.
(btw, how do you usually directly import a java project into eclipse? I have always ...
-2
votes
3answers
44 views
How can I configure and use auto-complete and other Eclipse features within a Maven-managed project?
May be it a pretty basic question as I am starting to learn Maven.
Usually, we copy jar files to lib folder under WEB-INF folder. Eclipse uses those libraries to help during coding, like ...
0
votes
0answers
40 views
could not transfer artifacts org.codehaus.plexus:plexus-utils:jar in maven
I and trying to run sample of atmosphere in my eclipse but i have some error which is related to maven in my pom.xml
Project build error: Unresolveable build extension: Plugin
...
0
votes
1answer
28 views
servlet packages not importing after converting project to maven project in eclipse
I have a dynamic web application that I've converted to a maven project in Spring Toolsuite (Eclipse, basically.) The project now has a pom.xml file, but the Java Build Path no longer has the jars I ...
0
votes
0answers
41 views
java file within Maven project no longer has “run as java application” option
I have a java file within a Maven project that I used to get the "run as java application" option on. I re-imported the code from SVN as it seemed something might have been corrupted. I can compile ...
-2
votes
1answer
35 views
Changing pom.xml doesn't update libraries in Eclipse
I have pom.xml like this:
...
<properties>
<spring.version>3.0.5.RELEASE</spring.version>
</properties>
<dependencies>
<!-- Spring 3 dependencies -->
...
0
votes
0answers
36 views
Last changes in code source doen't appear in execution
I have a gwt maven project. when I make changes on java code source and run (after cleaning the project) the application , these changes are not taken into account.
How can i do to resolve the ...
0
votes
0answers
49 views
Error while creating Maven Project in eclipse juno
I am trying to create a Maven Project using eclipse juno and I am getting errors in below images.
I have added below maven plugins to my eclipse:
m2e-wro4j
Maven Integration for Eclipse
Maven ...
0
votes
1answer
42 views
maven don't work with me, is there any dependency missing?
I'm new to maven, I'm using it with eclipse on Windows 7. And I'm trying to use maven with my test project and here is my pom.xml file :
<project xmlns="http://maven.apache.org/POM/4.0.0" ...
1
vote
1answer
54 views
Compiling LESS CSS with Maven and m2e-wtp
I'm trying to compile LESS CSS files with lesscss-maven-plugin, both in pure maven (with command line) and within Eclipse (Juno).
In the lesscss-maven-plugin, I need to define an output directory, ...
0
votes
0answers
34 views
How to explain the different behaviour of spring in eclipse and standalone application
We have a web application using spring framework which works well. We try to use the same spring context in a standalone application built with maven. We managed to get the context by launching the ...
1
vote
1answer
33 views
Why javadoc is not downloaded in eclipse maven project
I created maven project(m2eclipse) in eclipse juno. Project has dependency on hive 0.10 and hadoop 0.23.5.
Maven resolved all dependencies, compiled all ok.
Now I want to look javadoc and source so ...

