Hi I'm coming to the list in order to have the opinion of experimented maven users on the way to use Maven on my project.
It is a project which provides a javascript library to enhance web forms. It has a server-side API in different languages : PHP, Java, Python, ASP, ... I'm searching for a uniform way to distribute the project : - in a "snapshot" archive containing all of the binaries (most of which are in fact sources, since they're scripts) - in an individual package for each programming language (one needs only to download the one for the appropriate language) As a matter of fact, API will also be distributed in other ways (PEAR for PHP, compressed javascript, ...), and I'll probably use CruiseControl on top of Maven. I've started to (re)organize it in a parent project and one subproject (<module/>) for each language. -> Do you think Maven is adequate there ? I've also a problem : I made a few icons : for the web site and for use by the Javascript API. -> Where do you think I shall put those pictures : they could form a project by themselves, but it's going to be a lot of projects... If I put it in the parent project, will its modules be able to access those icons ? Thanks for taking time to answer (any clue appreciated), cbonar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
