Re: Release plugin: release project from within subdirectory

2012-07-20 Thread Graham Leggett
On 20 Jul 2012, at 6:10 PM, Kalle Korhonen wrote: >> Maven is about doing things the right way, no hacks. > > Says the purist :P This isn't purist, this is being disciplined. >> Hacks impede understanding of a project by others (or yourself 6 months >> later) and are an antipattern >> What happ

Re: Release plugin: release project from within subdirectory

2012-07-20 Thread Kalle Korhonen
nse are a direct result of using swype to type on >> the >> > screen >> > On 20 Apr 2011 15:36, "werdex" > >> wrote: >> >> Hi, >> >> The following did trick for me: >> >> >&g

Re: Release plugin: release project from within subdirectory

2012-07-20 Thread Stephen Connolly
The following did trick for me: > >> > >> deploy -f Sources/pom.xml > >> > >> > >> -- > >> View this message in context: > > > http://maven-users.828.n2.nabble.com/Release-plugin-release-project-from-within-subdirectory-tp

Re: Release plugin: release project from within subdirectory

2012-07-19 Thread Kalle Korhonen
random nonsense > words and other nonsense are a direct result of using swype to type on the > screen > On 20 Apr 2011 15:36, "werdex" wrote: >> Hi, >> The following did trick for me: >> >> deploy -f Sources/pom.xml >> >> >> -- >>

Re: Release plugin: release project from within subdirectory

2011-04-21 Thread Stephen Connolly
gt; Hi, > The following did trick for me: > > deploy -f Sources/pom.xml > > > -- > View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-release-project-from-within-subdirectory-tp5057222p6290891.html > Sent from the maven use

Re: Release plugin: release project from within subdirectory

2011-04-20 Thread werdex
Hi, The following did trick for me: deploy -f Sources/pom.xml -- View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-release-project-from-within-subdirectory-tp5057222p6290891.html Sent from the maven users mailing list

Re: Release plugin: release project from within subdirectory

2011-03-25 Thread Stefan Gheorghiu
Got stuck with the same problem. Is there a solution to this? -- View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-release-project-from-within-subdirectory-tp5057222p6207546.html Sent from the maven users mailing list archive at Nabble.com

Release plugin: release project from within subdirectory

2010-05-14 Thread Pavel
Hello, I'm trying to set up release plugin for a project that lives in the subdirectory of the repo; That is, given the layout like this: |- pom.xml | |- [module1] | |- pom.xml | |- [module2] | |- pom.xml | |- [tools] |- [mytool] |- pom.xml I'd like to release "mytool", which i