Re: tar or tar.gz created out of assembly, is not in right format while extracting

2012-06-23 Thread Dan Tran
This sounds like a configuration issue. Do you a minimum project that can produce this issue that we can run? what version of assembly plugin and maven do you use? -D On Fri, Jun 22, 2012 at 6:50 PM, samra wrote: > here is the assembly.xml I have, in my project. > > >                tar.gz >

tar or tar.gz created out of assembly, is not in right format while extracting

2012-06-23 Thread samra
here is the assembly.xml I have, in my project. tar.gz ${project.basedir}/resources / ${project.basedir}/../ /

Custom plugin will not resolve on first try

2012-06-23 Thread Beto
I created a maven plugin and tested it locally and it worked fine. So I placed it on a local repository where we have other maven artifacts and attempted to use this plugin on a second machine. On this second machine, I did the following: - added the plugin repository info to the settings.xml f

RE: Maven for Software Installation

2012-06-23 Thread Martin Gainty
The sticky wicket of .NET Framework and native builds I just talked someone in GB out of using .NET Framework and GAC for the reason when you load an assembly into GAC you will have to hook that assembly to a native binary There are so many variations of native builds for each OS and with .NET y

Re: Maven Shade Plugin 1.7 causes ${project.basedir} to point to the build dir instead of where the pom.xml is

2012-06-23 Thread Benson Margulies
Thanks. I'm at an ice-skating competition, but if I have another dead hour (which is quite likely) I'll spin up on this and try to figure out what went wrong. On Sat, Jun 23, 2012 at 10:28 AM, Shay Banon wrote: > Done: http://jira.codehaus.org/browse/MSHADE-123. > > On Sat, Jun 23, 2012 at 1:10 P

Re: Maven Shade Plugin 1.7 causes ${project.basedir} to point to the build dir instead of where the pom.xml is

2012-06-23 Thread Shay Banon
Done: http://jira.codehaus.org/browse/MSHADE-123. On Sat, Jun 23, 2012 at 1:10 PM, Benson Margulies wrote: > You mean, other uses in your POM end up in target instead of .? Could > you please post a JIRA with a testcase? I didn't think that there was > a way for a mojo to change that value, but I

Re: 5 minutes guide - error

2012-06-23 Thread shachar
Thanks for all for the help, I"m not sure which of the following fixed it for me, but at least for future newbie users this is what I did: cleaned all my jre/jdk installation sun only jre and jdk. went over the maven installation process again this time I ran from su. (so maybe it was library writi

Re: Maven Shade Plugin 1.7 causes ${project.basedir} to point to the build dir instead of where the pom.xml is

2012-06-23 Thread Benson Margulies
You mean, other uses in your POM end up in target instead of .? Could you please post a JIRA with a testcase? I didn't think that there was a way for a mojo to change that value, but I suppose I might have found one by accident. On Fri, Jun 22, 2012 at 3:01 PM, Shay Banon wrote: > The title says