1
vote
2answers
39 views
Maven WAR dependency
Hi There,
I am writing a project for accepatance testing and for various reasons this is dependent or another project which is packaged as a WAR. I have managed to unpack the WAR u …
0
votes
2answers
24 views
Maven:Using JUnit test-help required
Hi
In my project, I have lot of test cases.
What command can be used to selectively run one Test suite/test case?
Please help
0
votes
1answer
17 views
Maven - extract /test/resources/my.zip in /target during the Test Phase
Hi all,
I've some test resources (that are specific for a particular task) zipped in /test/resources/my.zip.
I want to extract the zip content to /target during the maven's Test …
0
votes
1answer
19 views
Maven checksum failed
I am working on a project that uses Maven as the build tool. I am using version 2.2.1 of the tool. Recently a coworker mentioned that he couldn't build the project because of check …
0
votes
0answers
12 views
Web host with Maven 2 support?
Does anyone know of a web host that has support for a Maven 2 project?
Edit: I'm looking for a managed shared server to put code on like what wush.net does with Subversion.
0
votes
1answer
46 views
Maven - Include dependent libs in jar without unpacking dependencies?
We're trying to build a client jar that includes unpacked depenedent jar's. And the manifest should have class-path entries to the dependent jars. The snippet below works but the …
0
votes
2answers
17 views
FlexPMD - Override Phase & Goal
I have integrated FlexPMD into my pom.xml file but I need to change the phase & goal in which the plugin is run. Currently it runs in the site phase but I need it to run in the …
1
vote
2answers
31 views
Getting all Maven artifacts from Hudson
I have a Maven project that is a child project. It has many sibling projects and the job of this project is to get resources from the siblings and package them in a zip file using …
1
vote
1answer
21 views
How to manually disable/blacklist Maven repository
In my base project I use dependency of JasperReports which has non-existent repository declaration in its pom. When I run every Maven commad there is dependency looking for commons …
0
votes
2answers
34 views
Maven: how to export project with sources and dependencies
Hi,
I have Maven project with dependencies in repo and stuff. I want to "export" its sources with all dependencies so that I can successfully open it in IDE without Maven running …
0
votes
3answers
26 views
maven open source project
Please, I want to test CVS and Maven tools within an existing project so:
is there any open source project that I can check out from its "CVS" and build it with "Maven"?
thanx in …
0
votes
1answer
22 views
Disable Maven SCM
Hello,
Could I disable SCM integration option in Maven? I want it to build a local checked-out project without SCM integration ?
is there some settings or some how??
thanx in ad …
0
votes
0answers
21 views
VisualVM breaks jetty
Hi,
I'm trying to profile application that is run by "mvn jetty:run", when I connect VisualVM to it and click on Profile jetty crashes with:
Profiler Agent: Waiting for connection …
2
votes
4answers
51 views
Using Sonatype nexus in local network
I've successfully created a small software engineering environment (SEE) for Java applications that is - amongst other tools - based on maven and nexus. My actual problem is - not …
0
votes
3answers
27 views
How can I make deployed resources editable with Maven 2?
I have a project where I create a JAR which contains a bunch of classes with main() plus a set of scripts which set the environment to invoke them. Most of those are long running p …
