If you know where the file should be, certainly:

           <profile>
              <activation>
               <file>
                 <missing>path-to-dot-file</missing>
              </file>
             </activation>
             ...
           </profile>

You can specify either <exists> or <missing> depending on what you want the 
profile to do


> On Oct 1, 2017, at 8:25 PM, Alex O'Ree <alexo...@apache.org> wrote:
> 
> I've been using the umlgraph/graphviz/dot as a javadoc extension for a
> while now and i was wondering how i could support builds on machines
> whereby graphviz is not installed. I was thinking a profile with some
> activate rules would do it that would override the javadoc settings.
> Looking at the docs, it doesn't seem like this is possible. Anyhow, is
> this possible?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to