about the javadoc i thought of the dedicated folder: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html. It should work.
For the input your idea is not bad but currently executions should be enough (using xbean to scan a package could be added if you want to try). Maybe what i'll say will be obvious fo ryou so sorry if it is the case. Duplicate the <execution> block, change the id (it is unique) and move <configuration> block in the execution one. This way you can generate mutiple diagrams in the same build. - Romain 2012/5/9 Nestor Urquiza <nestor.urqu...@gmail.com> > Hi Romain, > > >i updated trunk to manage diagram name from routebuilder name. It should > be > >easier when several route builders are defined. > Does it make sense to include something like the below? > <configuration> > > <package>com.sample.routes</package> > > The alternative to create for example two diagrams out of two classes does > not look clear to me BTW. There is only one <input> node for a class name > and you mentioned about using a different execution but I cannot figure out > how can I generate diagrams for more than one class containing routes. > > Thanks! > -Nestor > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5698319.html > Sent from the Camel - Users mailing list archive at Nabble.com. >