Re: Incorrect timestamp of deploy artifact - 12 hours out? AM vs PM

2007-08-04 Thread Antony Stubbs
Yes, after thinking about it for a while, I decided that that must be what was going on. Quite a good idea really... Although in company projects that are only used in one timezone, I imagine there will be resistance from developers (e.g. mine :( ) It was funny - I am from New Zealand, and we are

Re: [JETTY PLUGIN]

2007-08-04 Thread João Kreuzberg
Ok, Will try again the MAVEN_OPTS Thanks for your response, Regards, João Kreuzberg On 8/3/07, Craig Ching <[EMAIL PROTECTED]> wrote: > > Hi Joao > > Maybe I'm wrong about this, but I don't think there would be a way to set > those in the pom as the jetty plugin runs inside the same JVM that

Re: Database lifecycle in Maven

2007-08-04 Thread Wayne Fay
This is the second time you've asked, so I figured I'd reply with what I know, which isn't much. 1) Not that I am aware of. 2) Not that I am aware of. We handle this manually with ant scripts that run before/after our builds/deploys. Wayne On 8/4/07, Victor Bendig <[EMAIL PROTECTED]> wrote: > Hi

Re: Assembly plugin includes directories

2007-08-04 Thread Petar Tahchiev
John, thank you very much :-). After getting the SNAPSHOT version of the assembly plugin and testing - it works. Just another question: when is the next release of the assembly plugin scheduled? Once again: thank you very much. Have a nice day. 2007/8/4, John Casey <[EMAIL PROTECTED]>: > > On

Database lifecycle in Maven

2007-08-04 Thread Victor Bendig
Hi, Have a couple of questions around databases and maven, 1. Does Maven create standards for database development? 2. Is there a plugin that handles the lifecycle of the database (create, drop, etc) I found a sql-maven-plugin but this forces me to bind sql files to code phases. While this migh

Re: Assembly plugin includes directories

2007-08-04 Thread John Casey
On your dependencySet, add (empty element). I've fixed this in 2.2-beta-2-SNAPSHOT, but it's still broken in the latest release (beta-1). -john On Jul 31, 2007, at 2:52 PM, Petar Tahchiev wrote: Eric hi, thank you for your suggestions, but unfortunatelly it didn't help. I want to clarif