Re: [2.0.4] release:perform without surfire reports not possible?

2006-04-26 Thread Tim Dysinger
http://maven.apache.org/plugins/maven-surefire-plugin/howto.html Shows how to skip tests by default. It's at the top of the page. On Apr 26, 2006, at 12:04 PM, Roland Kofler wrote: i dont get it. i have no surefire-report-pluging activated but I still fail to release because some tests

Re: Maven2 plugin for validating XML?

2006-02-25 Thread Tim Dysinger
looking for? Wayne On 2/22/06, Tim Dysinger [EMAIL PROTECTED] wrote: Is there such a thing? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Maven2 plugin for validating XML?

2006-02-22 Thread Tim Dysinger
Is there such a thing? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ActiveMQ POM?

2005-11-29 Thread Tim Dysinger
None of the ActiveMQ poms are correct in the m2 repositories. Has anyone noticed this? There are variables instead of real version numbers in all the dependencies. How can we fix this? How soon? I'd be happy to lend a hand but I have no access to the SVN repo. Tim Dysinger [EMAIL

Re: Cross-project dependencies on unit test code

2005-09-28 Thread Tim Dysinger
(depend on core-impl, depends on core-test at scope test - the test cases must not depend on core-impl's tests) +- use-core-2 (...) Then you move all the common test practices to the core-test project. May that helps. Regards, Raphaël. Tim Dysinger a écrit : I have a best

Cross-project dependencies on unit test code

2005-09-27 Thread Tim Dysinger
I have a best practices question. I have a multi-project setup with three sub-projects. Two of the sub-projects have tests which subclass tests in the core project. However, just having the sub-projects depend on core does not expose the unit test code and the build fails with a compilation

Problem with maven-war-plugin in 1.1b2?

2005-09-22 Thread Tim Dysinger
Tag library requested that is not present: 'caller' in plugin: 'maven-war-plugin-1.6.1' Keeps coming up in my multiproject setup when building using: `maven -o -Dgoal=install multiproject:goal` What's wrong? Anybody know? -Tim

Site Branding?

2005-09-19 Thread Tim Dysinger
I have a simple war project and I want to extend it by branding it for each of our customers. The branded projects is essentially the same code as the main project with slightly over-ridden web content (jsps and images). What is the simplest way to do this in Maven? I was thinking of making a