Generating an XPI file from maven2?

2010-01-13 Thread Andrew Robinson
I have looked over Google, and I have not seen a satisfactory answer to this extremely simple requirement. I am trying to produce an XPI file for a firefox extension. An XPI file is simply a zip file with a different extension. I have looked at the maven-jar-plugin and the maven-assembly-plugin

Re: Generating an XPI file from maven2?

2010-01-13 Thread Olivier Lamy
Hi, You can create you custom packaging xpi. Have a look at this sources[1] which create a zip packaginf HTH, -- Olivier [1] : http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-zip-plugin/ 2010/1/13 Andrew Robinson andrew.rw.robin...@gmail.com: I have looked over Google, and I

Re: Generating an XPI file from maven2?

2010-01-13 Thread Wayne Fay
Check out this thread: http://markmail.org/message/qixvhtloug5rlmkz There are other similar posts in the User Archives if you search for custom file extension. Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Generating an XPI file from maven2?

2010-01-13 Thread Mirko Friedenhagen
Am 13.01.2010 um 21:26 schrieb Andrew Robinson: I have looked over Google, and I have not seen a satisfactory answer to this extremely simple requirement. I am trying to produce an XPI file for a firefox extension. An XPI file is simply a zip file with a different extension. Hello, I used