2
votes
1answer
42 views
Anonymize pom.xml on release
I've got artefacts which are built and released using Maven.
The artefact's original pom.xml contains the usual project information (artifactId, name, etc.) and the dependencies. T …
1
vote
1answer
52 views
How can I clean _svn folders/files from ‘src/main/webapp’ folder when maven2 builds webapp project in netbeans 6.7?
I have created a webapp using maven2 archetype in netbeans 6.7.
when I do plain build(removing all the plugin configuration), it copies all the required files including the '_svn' …
0
votes
1answer
26 views
Resin’s `pomegranate’ - auto-magical-loading maven jar dependencies for a project - but how to generate jars with pom.xml for them?
Hi.
Resin java server has a neat feature they call pomegranate ( http://www.caucho.com/projects/pomegranate/ ) which allows to just put various jar dependencies in server's direct …
0
votes
2answers
101 views
“Cannot get the revision information from the scm repository”
I get maven error :
"Cannot get the revision information from the scm repository"
Any idea how to solve this ?
Thanks.
0
votes
1answer
20 views
How can the output path of the generated JAR be set in a Maven build profile?
I have a Maven POM set up with multiple build profiles. For one profile, I want to copy, move, or build the JAR file that is generated in the target folder to another folder. How c …
2
votes
3answers
184 views
How to exclude pom.xml from Maven generated war?
Using Maven war plugin, I generate WAR which includes following directory:
META-INF
-- maven
-- com.abc.def
-- myServlet
-- pom.xml
-- pom.properties
…
1
vote
4answers
113 views
how to add the servlet api to my pom.xml
How do I add the servlets API to my project's pom.xml
mvnrepository.com has lots of servlet api and similarly named projects, that I don't know which is the right one. Or are all …
