The pom.xml builds main which compiles the few source files in the main project and then merges those class files with the class files from framework and org.osgi.code (and org.osgi.compendium for service tracker) and puts all of these merged classes into bin/felix.jar. Additionally, it copies the needed shell bundles into the bundle/ directory so that you can start the framework directly from the main/ directory.

-> richard

richard jackson wrote:
After a build from source what is the pom.xml in the main directory used
for? The reason I ask is I'm wanting to modify it a little so that it
contains a run section (not sure how to do that yet as this is the first
time I've dealt with maven). The reason I would like to do this is that with
the maven plugin for Netbeans I could then open this as a project then just
run it from with in Netbeans with no fuss or copying of files true plug and
play.

Richard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to