Re: Using artifacts as resources in other projects.

2012-04-07 Thread Mariusz Plucinski
Wiadomość napisana przez Jeff MAURY w dniu 2 kwi 2012, o godz. 21:02: > You should probably use the maven assembly plugin Thanks. I'll look on this plugin when come back to that project. Best regards, Mariusz Pluciński

Re: Using artifacts as resources in other projects.

2012-04-02 Thread Jeff MAURY
You should probably use the maven assembly plugin Jeff Le 2 avr. 2012 17:47, "Mariusz Plucinski" a écrit : > Hello Maven users, > > I am really newbie in Maven, so I am not pretty sure if my way of thinking > is right. If it's not, do not hesitate to criticize it. > > I am developing medium-size

Re: Using artifacts as resources in other projects.

2012-04-02 Thread Wayne Fay
> However, I would like to deliver only one file - Main.jar. Two other files - > Android.apk > and Swing.jar should be put as entire files inside of Main.jar (they should > stay there > as full files, without unpacking or anything). This way, when user decided to > generate > e.g. Swing applicat

Using artifacts as resources in other projects.

2012-04-02 Thread Mariusz Plucinski
Hello Maven users, I am really newbie in Maven, so I am not pretty sure if my way of thinking is right. If it's not, do not hesitate to criticize it. I am developing medium-size project, which contains both Java SE and Android sub-projects. After many troubles with Ant, I've decided to give Mav