<configuration>
<profiles>
   <profile>
       <id>dot</id>
       <properties>
           <graphVizExecutable>
               C:/Program Files/ATT/Graphviz/bin/dot.exe
           </graphVizExecutable>
       </properties>
   </profile>
 </profiles>

 <activeProfiles>
   <activeProfile>dot</activeProfile>
 </activeProfiles> 
</configuration>
