Is anyone aware of a publicly available Maven repository that contains the Google App Engine 1.3.1 JAR\'s? I\'ve been using the maven-gae-plugin repository, but it\'s not updated yet. It looks like th
I\'ve recently been asked to, effectively, sell my department on unit testing.I can\'t tellyou how excited this makes me, but I do have one concern.We\'re using JUnit with Spring and Maven, and this m
I would not want to filter some files in overlays, when building a war file. For example how I can exclude from filtering all jsp files from overlay module2?
My test code in Maven project B (which is a child of project A) has something like String filePath = \"src/main/webapp\";
I can\'t seem to find apache common logging when using eclipse w/maven2 plugi开发者_如何转开发n.
Background: I\'m setting up a functional tests module in a maven project.We use the maven-jetty-plugin for testing.
How can I use maven to 开发者_运维问答determine if there are updates to any of the third party jars that the project uses without actually modifying the project?I think that versions:display-dependenc
while running maven from eclipse you have option to execute these launch configurations by default .. here is the image of that :
I have a Maven project which executes integration tests for another web-application. This application is deployed and started within a tomcat container.
I have not mentioned any dependencies in pom.xml, but the war c开发者_JAVA百科reated by maven has quite a few unwanted jars. Any idea why this is happening?Please post your pom.xml file, to be more he