Skip to content

roth/maven-syrup-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maven-syrup-plugin

           <plugin>
                <groupId>com.netcetera</groupId>
                <artifactId>maven-syrup-plugin</artifactId>
                <version>1.0-SNAPSHOT</version>
                <configuration>
                    <graphConfigurations>
                        <graphConfiguration>
                            <renderer>dot</renderer>
                            <rendererPath>/usr/local/bin/dot</rendererPath>
                            <outputType>svg</outputType>
                            <outputDirectory>${project.build.directory}</outputDirectory>
                            <graphName>spring-mvc</graphName>
                            <groupId>org.springframework</groupId>
                            <artifactId>spring-webmvc</artifactId>
                            <version>3.1.1.RELEASE</version>
                            <includes>
                                <include>.*spring.*</include>
                            </includes>
                        </graphConfiguration>
                        <graphConfiguration>
                            <renderer>googleDot</renderer>
                            <outputType>svg</outputType>
                            <outputDirectory>${project.build.directory}</outputDirectory>
                            <graphName>spring-core</graphName>
                            <groupId>org.springframework</groupId>
                            <artifactId>spring-core</artifactId>
                            <version>3.1.1.RELEASE</version>
                            <includes><include>.*spring.*</include></includes>
                        </graphConfiguration>
                    </graphConfigurations>
                </configuration>
            </plugin>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages