Re: Copy Dependencies into target/lib

2010-04-29 Thread grm
like "asdf" ... ;-) >>> >>> - Jörg >>> >>> >>> ----- >>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org >>> For additional commands

Re: Copy Dependencies into target/lib

2010-04-29 Thread Kalpak Gadre
I tried your configuration and noted one thing, It did not work for me when the plugin definition is done under section in but it does work if the plugin definition is done in section in I am using Maven 2.2.1 Could you try defining your plugin under ? Here is the my config org.ap

Re: Copy Dependencies into target/lib

2010-04-29 Thread grm
--- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this message in context: http://old.nabble.com/Co

Re: Copy Dependencies into target/lib

2010-04-29 Thread Jörg Schaible
Hi Nathan, nsowatsk wrote: > The plugin will be called in the prepare-package phase. Beware, this phase is quite new (don't know when it was introduced, it might have been M2.2 or M3 actually). > There is no asdf > phase, so that won't work. In older versions it is therefore ignored like "asd

Re: Copy Dependencies into target/lib

2010-04-29 Thread grm
mes, but it doesn't copies the dependencies, I >>>> think, I allready tried every possible configuration you can find on >>>> the >>>> internet, so my question ist, could the dependencies be defined >>>> wrong??? >>>> but >>>&g

Re: Copy Dependencies into target/lib

2010-04-29 Thread nsowatsk
i think, if the dependencies were wrong >>> defined, i couldn't do it. I also can run the program in eclipse >>> >>> >>> subir.sasikumar wrote: >>>> >>>> Try this configuration >>>> >>>> >>>>${pr

Re: Copy Dependencies into target/lib

2010-04-29 Thread grm
>> >>> http://best-practice-software-engineering.ifs.tuwien.ac.at/repository/>> url> >>> >>> >>> >>> >>> >>>junit >>>junit >>>4.7 >>>test >>> >>> >>> >>>hsqldb >>>hsqldb >>>

Re: Copy Dependencies into target/lib

2010-04-29 Thread nsowatsk
I also can run the program in eclipse > > > subir.sasikumar wrote: >> >> Try this configuration >> >> >>${project.build.directory}/lib >> >> >> Subir >> -Original Message- >> From: Peter Grman [mailto:peter.gr...@grman.at]

RE: Copy Dependencies into target/lib

2010-04-29 Thread grm
hursday, April 29, 2010 6:26 AM > To: users@maven.apache.org > Subject: Copy Dependencies into target/lib > > Hallo, I'm allready trying for about 2 hours to copy my dependencies into > target/lib, I've found hundreds of posts and answers how to do it, but it > just do

RE: Copy Dependencies into target/lib

2010-04-29 Thread subir.sasikumar
Try this configuration ${project.build.directory}/lib Subir -Original Message- From: Peter Grman [mailto:peter.gr...@grman.at] Sent: Thursday, April 29, 2010 6:26 AM To: users@maven.apache.org Subject: Copy Dependencies into target/lib Hallo, I'm allready trying for about 2

Copy Dependencies into target/lib

2010-04-28 Thread Peter Grman
Hallo, I'm allready trying for about 2 hours to copy my dependencies into target/lib, I've found hundreds of posts and answers how to do it, but it just doesnt work for me. I can compile the code, I can pack it into a jar and the JUnit tests run also, but the dependencies are not copied. Here