= Analysis = == Overview == This task '''Depends on''' PLUGIN_DECOMPOSITION task.[[BR]] PLUGIN_DECOMPOSITION represents a set of all plug-ins. Furthermore we should define three unions of elements from that set, which are packed and combined to construct the three main parts of Sophie2 Project. These include: The Author, The Reader and The Server. If we define the three parts as three unions of plugins their intersection is NOT null or void. This means that a plugin which is part of the Author may also be part of the Reader. == Task requirements == * We should have three parts of plugins that define the Author, Reader and Server. * Every plugins should be part of at least one of the three. * We should define the technical process of dividing and packing the plugins into the editions. * Research Maven. * Research JPF. == Task Result == * Wiki page with the three editions' structure of plugins. * Properly configured plugins. * Properly configured Maven. == Implementation idea == - == How to demo == * Go to the corresponding wiki page and explain the three editions and their structure. * - = Design = [wiki:PLUGIN_EDITIONS_STRUCTURE] = Implementation = The wiki page is created. [source:/trunk/sophie2-platform/modules/org.sophie2.author The author edition module] = Testing = = Log = [[Include(wiki:PLUGIN_EDITIONS_STRUCTURE_R0_LOG)]]