Hi List! I am using Maven in a project, that is a stand-alone Java application. While compiling and testing works fine, I have some problems in understanding how the best way to create a distributable application is. My goal is, to get either a jar File, that contains all classes needed by the application (by merging the other jars like Xerces etc.) or to create a folder structure with a lib/ folder containing all needed .jar files. As far as I can see, Maven doesn't support this... or am I overlooking something? The end-user of the application should not use Maven to run the application.
Any help will be appreciated. Thank you, Moritz. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
