Questions tagged [m2e-wtp]

52 questions
0
votes
2 answers

Spring Maven project splitted, deployment issues in Eclipse

I've got a Spring maven project separated, myapp.web contains only JSPs and static files, while myapp.core contains app context XMLs and…
isah
  • 5,221
  • 3
  • 26
  • 36
0
votes
1 answer

Make Eclipse Respect Maven-Dependency-Plugin

How can I have Eclipse recognise my use of the maven-dependency-plugin and execute it before deploying resources to Tomcat via WTP? In a previous question I configured Maven to copy some artifacts into a war application, so I could serve them to web…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
0
votes
1 answer

How to add m2e-wtp Maven JAX-RS Configurator to Eclipse

my colleague and I are working on the same project using slightly different versions of Eclipse. He is using Juno and I am using Kepler. Under Help->About Eclipse->m2e-wtp he sees this But I am missing the Maven JAX-RS Configurator:
jeph perro
  • 6,242
  • 26
  • 90
  • 124
0
votes
2 answers

Internal error occurred in Eclipse Juno during Maven Project Import/Update

I am using Eclipse Juno (tried SR1 & SR2) with the m2e WTP plugin installed. (I have also tried the same with just the m2e plugin) and I get the following: An internal error occurred during: "Importing Maven projects". …
Sameer Malhotra
  • 424
  • 3
  • 12
  • 29
0
votes
1 answer

cannot deploy spring web application using indigo+m2e+wtp

When deploying spring MVC application I am having java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener Details: - eclipse Indigo Service Release 2 (Eclipse IDE for Java EE Developers) - "m2e - Maven Integration…
user973296
  • 113
  • 1
  • 8
0
votes
2 answers

M2E WTP Copy Provided Jar

I have a custom classloader jar provided that must be in tomcat/lib before my webapp is run or else it fails to start. I'm using WTP. Is there some way that I can configure M2E/WTP to automatically copy this custom jar to tomcat/lib…
Ring
  • 2,249
  • 5
  • 27
  • 40
0
votes
0 answers

Configure maven dependency resolution with in eclipse

I use maven-2 in external mode in eclipse 4 (juno) with m2e and m2e-wtp plugin. In all our projects we usually define all the libraries (to the version) with in the pom. So we use non-transitive dependency resolution for our build. But when I import…
Bharath
  • 105
  • 2
  • 6
1 2 3
4