From: SourceForge.net <no...@so...> - 2006-05-02 14:53:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3710386 By: jplenhart Hi, What do you all think about the following packaging structure: blue |->src |->plugins |->docs |->config |->build |->dist |->assemblies LICENSE.txt README.txt RELEASE-NOTES-0.9.txt maven.xml pom.xml project.properties src - obviously blue source code plugins - this can serve as the area where the plugins for blue will reside (maybe have all plugins here - but you can choose which to build with) docs - documentation config - configuration files build - the build directory dist - the distributions that you build (multiple builds can reside here) assemblies - this can be where Jetty and Tomcat can reside, 3rd party options for building the distributions the rest of the files are self explanatory - except for the maven files - I think it is worth a look to be able to have the option to download plugins from a repository - if we used maven for that, may as well use it entirely. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=545812 |