Re: 401 error with Maven Release Plugin

2009-12-10 Thread Matt Milliss
ion of there being a problem with Maven passing the MAVEN_HOME value to the forked maven when MAVEN_HOME points to a symlink. Although I've tried changing MAVEN_HOME to the actual directory as well as passing in the -DmavenHome parameter. On Thu, Dec 10, 2009 at 5:20 PM, Matt Milliss <m

Re: 401 error with Maven Release Plugin

2009-12-10 Thread Matt Milliss
are you using Archiva as your repo? On 11/12/2009 7:49 AM, Brendan Sibre wrote: A previous poster wrote: Thanks for your response, this fixed the problem! However, another issue comes up - *release*:*perform* almost worked out except at the very end it failed to upload the artifact>t

Re: Thoughts on build vs deploy time property filtering

2009-11-23 Thread Matt Milliss
To avoid having to build an artifact per environment we took the approach of having a single build which contains all properties for all environments, but we use a runtime flag to tell the application which set of properties to use. So inside the war (or whatever packaging you use) we have a di

Re: How to get Spring Security with Maven?

2009-11-11 Thread Matt Milliss
I don't know about the 3.0.0.RC1 release but we get the 3.0.0.CI-SNAPSHOT versions like this: spring-milestone Spring Portfolio Milestone Repository http://s3.amazonaws.com/maven.springframework.org/milestone spring.snapshots Spring snapshot repository http://maven.springframework.org/snapsh

Re: release:branch in batch mode doesn't seem to accept branch version values

2009-10-23 Thread Matt Milliss
I've been trying to solve this exact same problem, it looks like a bug in the release plugin, what version are you using. On 15/10/2009 7:40 AM, Allan Ditzel wrote: Really? Were you running it from the location the trunk was checked out? For us, if we do a mvn release:prepare in the location of

release branch not working as expected

2009-10-19 Thread Matt Milliss
I'm having trouble getting the maven-release-plugin to work in a non-interactive way. I'm trying to create a branch with the version 09.20.01-SNAPSHOT from the trunk version 09.20.00-SNAPSHOT. I'm using the following command to branch manually, mvn release:branch -DbranchName=09.20.00_BRANCH -

release branch not working as expected

2009-10-12 Thread Matt Milliss
I'm having trouble getting the maven-release-plugin to work in a non-interactive way. I'm trying to create a branch with the version 09.20.01-SNAPSHOT from the trunk version 09.20.00-SNAPSHOT. I'm using the following command to branch manually, mvn release:branch -DbranchName=09.20.00_BRANCH -

rejected emails

2009-10-09 Thread Matt Milliss
Does anybody know what to do when emails are getting rejected by this email list as spam? Regards Matt - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Creating a branch in non-interactive mode

2009-10-08 Thread Matt Milliss
I have a project on a particular version eg 09.20.00-SNAPSHOT I want to create a branch so I run the following command; mvn release:branch -DbranchName=09.20.00_BRANCH -DupdateBranchVersions=true -DupdateWorkingCopyVersions=false and when prompted for the branch version I enter 09.20.01-SNAPS

Re: Timestamped snapshots with local time

2009-09-24 Thread Matt Milliss
/09/2009, at 8:07 PM, Matt Milliss wrote: Thanks Brett, it's not really a big issue, our deployment team just asked if it could be done so they could tell easily what time the latest build was deployed. To be honest I'm not really sure why they need it I just told them I'd

Re: Timestamped snapshots with local time

2009-09-24 Thread Matt Milliss
u, Sep 24, 2009 at 10:02 AM, Brett Porter wrote: > On 24/09/2009, at 9:58 AM, Matt Milliss wrote: > > I'm using true for deploying timestamped >> snapshots to our Archiva repo. By default the timestamp seems to be in >> GMT/UTC. Is there any way to get the timestamp to use

Timestamped snapshots with local time

2009-09-23 Thread Matt Milliss
I'm using true for deploying timestamped snapshots to our Archiva repo. By default the timestamp seems to be in GMT/UTC. Is there any way to get the timestamp to use local time. Cheers Matt Milliss - To unsubscribe, e

Re: AW: Automated release process

2009-09-14 Thread Matt Milliss
ic requirements out-of-the-box (meaning: in an automated process). I think you would have to write a script which is then called every two weeks (e.g. with cron). But you would have to do that with Maven anyway. Best regards, Eric -Ursprüngliche Nachricht- Von: Matt Milliss [m

Re: Automated release process

2009-09-13 Thread Matt Milliss
: Hi! It sounds as you need a CI server. It would solve your issue. Take a look at CruiseControl:http://cruisecontrol.sourceforge.net/ Hudson:https://hudson.dev.java.net/ /Thomas On Thu, Sep 10, 2009 at 13:10, Matt Milliss wrote: I work at a company that has around 10 applications, each ap

Automated release process

2009-09-10 Thread Matt Milliss
for each application I've been trying to find a maven way of doing this but haven't had any luck, has anybody done something similar with success. Cheers Matt Milliss - To unsubscribe, e-mail: users-unsubscr...@maven.

Help with assembly artifact

2009-08-25 Thread Matt Milliss
My project generates a zip file that contains a war file and some text files, I would like to be able to generate a checksum for the war and include it in the zip file as well as having it deployed to my repository (and possibly even checked into subversion when I perform a release). Does anyon

maven antrun plugin issue with sending emails

2009-05-21 Thread Matt Milliss
e Detected OS: Linux parsing buildfile /home/development/Desktop/build.xml with URI = file:/home/development/Desktop/build.xml Project base dir set to: /home/development/Desktop BUILD SUCCESSFUL Total time: 0 seconds Any help would be greatly appreciated. Cheers Matt Milliss ---

Default repository question

2008-08-10 Thread Matt Milliss
This question is really just highlighting my ignorance of how maven works but I've been unable to find this documented anywhere. The problem I'm having is mavens use of repositories, I know maven by default uses the central repo at http://repo1.maven.org/maven2 when locating artifacts, I also h

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Matt Milliss
Our team uses the filesystem Jason van Zyl wrote: Hi, I'm just trying to get some data on what protocol is used to retrieve artifacts. This question strictly relates to what you use for retrieval. Most people I have seen use a web server or a shared network drive, but I'd like to get some fe

Re: Can't run ant task in maven 2.0.9

2008-05-08 Thread Matt Milliss
5.3" /> Brian E. Fox wrote: It would be good to have a sample that we can definitively identify where the problem is to make sure it doesn't happen again. -Original Message- From: Matt Milliss [mailto:[EMAIL

Re: Can't run ant task in maven 2.0.9

2008-05-07 Thread Matt Milliss
I've found if I upgrade the antrun plugin to 1.2-SNAPSHOT the problem is fixed. Should I still log a Jira? Brian E. Fox wrote: Since this is a regression, we will fix it for 2.0.10, can you write a jira and attach a sample project? -Original Message- From: Matt Milliss [mailto:[

Re: Can't run ant task in maven 2.0.9

2008-05-06 Thread Matt Milliss
The problem only happens with maven 2.0.9. If I rollback maven to 2.0.8 it works fine with ant tasks 2.0.9. And maven 2.0.9 still doesn't work with ant tasks 2.0.8. The maven antun plugin version is 1.1. I even tried rolling ant back to 1.6.5 as I noticed that the antrun plugin has a dependency

Re: Can't run ant task in maven 2.0.9

2008-05-04 Thread Matt Milliss
The problem only happens with maven 2.0.9. If I rollback maven to 2.0.8 it works fine with ant tasks 2.0.9. And maven 2.0.9 still doesn't work with ant tasks 2.0.8. The maven antun plugin version is 1.1. I even tried rolling ant back to 1.6.5 as I noticed that the antrun plugin has a dependency

Execute specific process on maven success and failure.

2007-03-05 Thread Matt Milliss
Does anyone know if there is a way to execute one of two processes dependent on either the success or failure of a maven build. Executng the process needs to be independent of the build lifecycle ie doesn't matter if it fails at clean or test or deploy, just the fact that maven has failed shoul