Skip to content

fugerit-org/openapi-doc-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openapi-doc-maven-plugin

Simple maven plugin for openapi-doc-tool project.

Keep a Changelog v1.1.0 badge Maven Central license Quality Gate Status Coverage

Accepted config params are :

  • configPath
  • idCatalog

Here a sample configuration :

			<plugin>
				<groupId>org.fugerit.java</groupId>
				<artifactId>openapi-doc-maven-plugin</artifactId>
				<version>${openapi-doc-version}</version>	
				<configuration>
					<configPath>src/config/openapi-doc-config.xml</configPath>
					<idCatalog>openapi</idCatalog>		
				</configuration>							
				<executions>
					<execution>
						<id>openapi</id>
						<goals>
							<goal>generate</goal>
						</goals>
					</execution>		
				</executions>
			</plugin>	

About

Simple maven plugin for the openapi-doc-tool project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages