Skip to content

Allow style properties override from pom.#2

Open
hgschmie wants to merge 1 commit intojcaddel:masterfrom
hgschmie:style-properties
Open

Allow style properties override from pom.#2
hgschmie wants to merge 1 commit intojcaddel:masterfrom
hgschmie:style-properties

Conversation

@hgschmie
Copy link

@hgschmie hgschmie commented Nov 1, 2015

This adds a new property section to the configuration, which allows
overriding any property that is listed in the dot.properties file. This
is especially useful if graphs need to match some corporate guidelines.

e.g. using

           <styleProperties>
              <property>
                <name>scope.runtime.color</name>
                <value>black</value>
              </property>
              <property>
                <name>scope.runtime.fontcolor</name>
                <value>black</value>
              </property>
            </styleProperties>

to change the color of "runtime" edges.

This adds a new property section to the configuration,  which allows
overriding any property that is listed in the dot.properties file. This
is especially useful if graphs need to match some corporate guidelines.
@buildhive
Copy link

Jeff Caddel » graph-maven-plugin #4 SUCCESS
This pull request looks good
(what's this?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants