I am running just 'mvn clean install' just as with the pet project. Below is my xml:
<plugin> <groupId>fr.rmannibucau</groupId> <artifactId>diagram-generator-maven-plugin</artifactId> <version>0.0.1-SNAPSHOT</version> <executions> <execution> <id>route1</id> <phase>package</phase> <goals> <goal>diagram</goal> </goals> <configuration> <input>com.nestorurquiza.orchestration.camel.route</input> <view>false</view> <width>480</width> <height>640</height> <output>${basedir}/src/main/javadoc/com/nestorurquiza/orchestration/camel/route/doc-files</output> <type>camel</type> <fileType>java</fileType> <format>png</format> <adjust>true</adjust> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>fr.rmannibucau</groupId> <artifactId>camel-loader</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> </dependencies> </plugin> -- View this message in context: http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5703403.html Sent from the Camel - Users mailing list archive at Nabble.com.