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
30 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
42 views

maven settings.xml configuration for looking up workspace artifacts

I'm using maven and I'm currently stumped with the following issue: Project setup: - master (parent project) - module1 (parent is master) - module2 (parent is master and needs module1 as "provided") ...
1
vote
3answers
46 views

Cleaning Maven m2e .cache directory

My Maven installation (Windows 7 64-bit) has a .cache directory that is almost 3.5GB! It contains only a m2e directory. (I'm running Eclipse 4.3M7 with m2e.) Surely all the things inside aren't needed ...
-2
votes
3answers
41 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
18 views

Eclipse WTP + Maven : how to rename war file for JBoss

I have setup a Web project with Eclipse Juno, Maven and JBoss 7. I can't succeed in renaming my war file for eclipse "live" deployment (note that doing a mvn outside eclipse produces the good war ...
1
vote
1answer
51 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, ...
2
votes
2answers
74 views

IDE with better Maven support than Eclipse with m2e?

We are using maven for manage multi-module projects and Eclipse with m2e for development. Unfortunately Eclipse by itself does not understand the way Maven works, and even if m2e does a lot of work ...
0
votes
1answer
52 views

Maven multi-module build with eclipse

I am moving to maven multi-module build. My project structure looks as follows: MyProject |-->MyProject-Core | |->pom.xml (packaging jar) |-->MyProject-Assets | |->pom.xml ...
2
votes
1answer
96 views

Error importing cxf projects into eclipse using m2e: Couldn't find that class org.apache.cxf.pmd.UnsafeStringConstructorRule

I check out the cxf sources and try to import a project into eclipse using "import as maven project". I then get the error: Couldn't find that class org.apache.cxf.pmd.UnsafeStringConstructorRule ...
0
votes
1answer
30 views

Can I work with eclipse-m2e and not having the container restart when a class is compiled?

I am working with a Java/Maven/Spring application stack, using Eclipse and m2e integration. Everything works well for the most part but it is slightly annoying that the default behaviour is to ...
0
votes
1answer
443 views

tomcat-maven-plugin: Server returned HTTP response code: 403

I'm trying to automatically deploy a Maven webapp from Eclipse Java EE to my local Tomcat server. I'm using Windows XP. This is the error: [ERROR] Failed to execute goal ...
1
vote
1answer
102 views

Autowired dependencies in a Maven multi-module project

I have a single Maven project that has the "core" and the "web" pieces in it. I'm attempting to convert it into multiple modules. I've taken the "web" packages and put them into the new project. ...
0
votes
0answers
133 views

Error: Plugin execution not covered by lifecycle configuration maven error

I have a flex project that I need to convert into a maven project. I am using m2e for Eclipse and at the bottom of this post is the POM.xml file that I have created. My issue is that I cannot seem to ...
0
votes
1answer
35 views

M2eclipse dependency resolution

I notice that m2eclipse doesn't automatically add transitive dependencies to a project's build path... For instance, if "Project A" specifies "Library X" as a dependency which, in turn, depends on ...
0
votes
1answer
24 views

m2e and target folder in BusinessEvents Studio

I'm having a project in BusinessEvents Studio (Eclipse) that I'm slowly turning into a Maven project. I've added m2e to BusinessEvents Studio and given the project a POM. Regardless of being in the ...
0
votes
1answer
62 views

How to run an eclipse m2e webapp project on a local server?

I'm trying to create a simple webapp as a maven project with m2e to help me manage dependencies, but I'm must be missing something, because I'm not able to run the project from eclipse. To put a bit ...
0
votes
1answer
40 views

In Eclipse, how do I exclude test folder of one maven project from another project that has as a dependency?

I have two maven projects imported into Eclipse in the same workspace. Both have a class with the same name and package, but different implementations and in different locations in each project. ...
0
votes
0answers
47 views

Cannot Run Spring App in Eclipse: Can't Find My Classes

I'm trying to run my Spring+Hibernate application in the server tab of Springsource Tool Suite. This used to work, but I installed the latest-greatest version of STS (Eclipse Platform 4.2.1) and now ...
0
votes
2answers
85 views

JUnit spring resource override

I have java project with basic structure src/(main|test)/(java|resources)/... I am using servlet 2.5 and xml configured spring. My BaseDaoTest class looks like this: ...
0
votes
1answer
20 views

m2e autocomplete for cuatom properties not working

I have this configuration: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> ...
3
votes
2answers
125 views

Prevent Eclipse targeting/linking files from Maven target folder

I'm developing a web application using Maven and Eclipse. I'm also using m2e plugin and its wtp connector to publish changes into the server on the fly. These plugins are creating a folder into the ...
0
votes
1answer
94 views

Maven custom Archetype generator Sources and Resources missing

We are developing modular application where we want to use common template for each ERP module. Created own archetype inspired by maven. Finally we are able to deployed it own repository as usually ...
4
votes
2answers
72 views

Can I get eclipse (using maven, m2e) to throw an error/warning when main code references test code?

I am using Eclipse (4.2 Juno) with m2e with the default settings. Source code is in src/main/java and test code is in src/test/java. Sometimes I inadvertently import some stuff from test to a class ...
0
votes
1answer
116 views

“org.eclipse.m2e.jdt.JarLifecycleMapping” is not available

How do I deal with this m2e plugin problem with Eclipse: Description Resource Path Location Type Lifecycle mapping "org.eclipse.m2e.jdt.JarLifecycleMapping" is not available. To ...
0
votes
3answers
153 views

Maven and eclipse: a reliable way to add non-Maven or external jars to a project?

Maven is great. It mostly keeps me out of jar dependency hell by specifying versions of dependent packages in the pom configuration, and applies them automatically. It also has great integration with ...
0
votes
0answers
26 views

build path contains entries not specified by dependencies

after importing a project into eclipse using m2e plugin, the build path contains entries not specified by the dependencies in the pom.xml file. Why? The dependencies are shown in the following file. ...
0
votes
1answer
46 views

GeoTools dependency not found by the m2e Eclipse plugin

I need to use GeoTools in a JAVA-Project I am developing using Eclipse and the m2e plugin. I have configured the following repository in my pom.xml: <repository> <id>osgeo</id> ...
0
votes
0answers
284 views

ArtifactDescriptorException: Failed to read artifact descriptor for org.jboss.as:jboss-as-arquillian

I generated a Java EE Web Project from JBoss Central and I am struggling with an error in pom.xml. I read a lot about similar errors and basically the suggestion is "mvn clean install -U". I run ...
0
votes
1answer
101 views

Whenever I build a Maven project the pom file has a lifecycle configuration error,why?

I am a noob in m2e and Maven things.I am now tring to bulid a Maven project in eclipse, so I have a M2E plugin installed.However, whenever I build a new Maven project, the initial completely new ...
0
votes
2answers
510 views

Maven Java EE Configuration Marker with Java Server Faces 1.2

I'm having a weird configuration problem with Maven in Eclipse. Although I can build the project and deploy it to tomcat without any errors, The Marker tab keeps showing the following message: [-] ...
0
votes
3answers
50 views

Eclipse Plugin Auto-Fetching

I have an Eclipse project (which is generated via a maven archetype and requires m2e) that I want to deploy to many users. Currently the way I'm telling them to do it is extremely manual, (i.e. ...
0
votes
1answer
77 views

m2e not working for multi module

I installed m2e and checked-out a multi module project using "Checkout projects using SCM". I can see all modules open as separate projects and it is working fine. When I try to check-out a different ...
0
votes
1answer
83 views

M2E Eclipse Maven Workspace resolution and CDI

I have a war project A that I am deploying to JBoss AS7 that uses CDI and all works fine. But I want to use some classes in another project B, which I added to my pom.xml and turned on workspace ...
1
vote
1answer
119 views

m2e cannot transfer metadata from nexus, but maven command line can

I'm using nexus to host my maven repository, and maven command line (both win32 and linux) can transfer artifacts from this nexus successfully, using same command and same setting.xml. But m2e will ...
0
votes
1answer
107 views

Maven - how to add a module in parent project's pom as dependency

I have a situation mentioned in this question. I have a multi-module Maven project with a parent project P and two sub-modules A and B. When I only had A as a sub module it worked fine. I added a ...
1
vote
1answer
73 views

Can't get the latest version of a library

I'm using Eclipse Juno SR1, and I think the integrated m2e plugin uses Maven 3 but I'm not sure. Netty has recently published the 4.0.0.Beta1 version, but I can't seem to update it via Maven -- ...
2
votes
1answer
544 views

Jacoco Maven Plugin - Plugin execution not covered by lifecycle configuration

I'm new to Maven and want to use the Jacoco Maven Plugin to build my projects. I've set up an example project with TestNG the only dependency. Here is part of the pom.xml: <dependencies> ...
0
votes
1answer
48 views

How to create maven project with two clicks in Eclipse?

How to create maven project with two clicks in Eclipse? (One click to open Dialog, then enter names etc, click finish). in other words Is there way to configure icon or shortcut to New Maven ...
0
votes
2answers
52 views

How can I use a installed version of Maven with eclipse

I have downloaded Apache-Maven-3.0.4 in zip format and extracted to a directory called My Documents\Software.I have set Path variable to point to the Maven\bin directory.Now when I am checking from ...
1
vote
1answer
57 views

why does m2e plugin for eclipse insert optional attribute to src and what does it do

I started noticing these attributes in my .classpath file after running Maven -> Update Project... tool with Update project configuration from pom.xml option checked: <?xml version="1.0" ...
0
votes
1answer
104 views

Programmatically Launch M2E Maven Command

I'm developing an Eclipse plugin. This Eclipse plugin contains a New Project wizard and in the performFinish method of my wizard I want to use Maven (M2E) to execute an archetype:generate command. I ...
0
votes
2answers
339 views

Maven null dependency and multiple annotations on this line

Something has gone wrong with my pom and I have a blank dependency and artifactId in the xml but get the same error whether I delete the tags or not. I am using eclipse with m2eclipse installed in my ...
8
votes
1answer
297 views

WTP - m2e not deploying dependencies

I have a web application which is structured in this way: A.jar -> B.war -> C.war I'm using Eclipse Juno and the WTP version is 1.1. The A.jar is a workspace utility project which is being included ...
0
votes
0answers
141 views

Android libpng ERROR: Failure processing PNG image - maven-plugin

Compiling my project with android-maven-plugin gave me the following png error. Eclipse with android-m2e compiles and deploys without a problem onto my tablet. Is this an issue with the aapt command ...
2
votes
1answer
152 views

Dependency to project foo with type test-jar is not fully supported.

In my maven project I am using a dependency of type test-jar which m2e does not like and gives the following warning. "Dependency to project foo with type test-jar is not fully supported. ...
2
votes
1answer
36 views

Two Eclipses on same Maven repository

I have one single external installation of Maven 3.0.4 and two Eclipses (Juno and Indigo) referring it in their m2e settings. Also I have one single user setting file which describes one single local ...
0
votes
1answer
56 views

Building a maven project for deployment

Hello all I'm pretty new to using maven to build Java project so I'm sure the solution to my problem will be quite easy. I have installed the Eclipse Maven plugin and created a maven project. I now ...
0
votes
0answers
376 views

Maven configure. Java WS project using Eclipse - Apache CXF, JAXB, JAX-WS

I am trying to avoid the highlighting errors in a maven project with JAXB and JAX-WS using Elicpse With JAXB, Eclipse shows me the next class as unknown @XmlSeeAlso({ MyClass.class }) And I have ...
0
votes
1answer
295 views

Selenium chrome driver can't be found when added to eclipse as maven dependency

I am using m2e eclipse plugin in 4.2 Juno. I see the selenium-chrome-driver-2.26.0.jar file in my maven dependencies after adding <dependency> ...

1 2 3 4 5 6