When doing a mvn install I want to end up with 2 WAR files in my target directory. One will contain the production web.xml and the other will contain the test/uat web.xml.
I\'m trying to create a executable jar(using maven) that contains the project classes and it\'s dependencies with a manifest file that has the entry for the main class and the class path entry that po
I\'m trying to create an archtype for a simple project, this project contains some ssl certs that i\'d like to includes as resources in the archtype so when the project gets created those certs will b
I\'m running a project that has a dependency on groovy 1.7-beta-1. The gmaven plugin uses groovy version 1.6 as a dependency. In my pom, I specify in the dependency management section the grooyv-all v
I\'m generating clover coverage reports (using Clover\'s maven plugin), and I\'d like to exclude a certain package from the coverage repor开发者_StackOverflowts (specifically, because it\'s UI code th
I have inherited a webapp built using NetBean\'s internal ant. All jsps reside in: WEB-INF/jsp And the web.xml has hardcoded links to /WEB-INF/jsp/somefile.jsp
I have a project with spring and maven. I found that using profiles, maven could change the properties of the data source. But what if in production the datasource is with a lookup like this, how to d
I have a maven module that uses the plugin jaxws-maven-plugin. I have the webservice up and running and when browsing to the .../myWebservice?wsdl, I get the WSDL. No problem.
I have a very large workspace with about 30 projects all together.I am using Eclipse 3.5 with m2eclipse.I check out of my subversion repository using the defaults in order to import the projects into
I have a requirement where I need to share some web resources (jsp, html, js, images, css etc.) across different Spring based Struts 2 applications. And seems like OSGi can be used to achieve this?