
META-INF.maven.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger2markup-maven-plugin Show documentation
Show all versions of swagger2markup-maven-plugin Show documentation
A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated by maven-plugin-tools 3.4 on 2016-04-05 --> <plugin> <name>Swagger2Markup Maven Plugin</name> <description>Swagger2Markup Maven Plugin</description> <groupId>io.github.swagger2markup</groupId> <artifactId>swagger2markup-maven-plugin</artifactId> <version>@projectVersion@</version> <goalPrefix>swagger2markup</goalPrefix> <isolatedRealm>false</isolatedRealm> <inheritedByDefault>true</inheritedByDefault> <mojos> <mojo> <goal>convertSwagger2markup</goal> <description>Basic mojo to invoke the {@link Swagger2MarkupConverter} during the maven build cycle</description> <requiresDirectInvocation>false</requiresDirectInvocation> <requiresProject>true</requiresProject> <requiresReports>false</requiresReports> <aggregator>false</aggregator> <requiresOnline>false</requiresOnline> <inheritedByDefault>true</inheritedByDefault> <implementation>io.github.swagger2markup.Swagger2MarkupMojo</implementation> <language>java</language> <instantiationStrategy>per-lookup</instantiationStrategy> <executionStrategy>once-per-session</executionStrategy> <threadSafe>false</threadSafe> <parameters> <parameter> <name>config</name> <type>java.util.Map</type> <required>false</required> <editable>true</editable> <description></description> </parameter> <parameter> <name>outputDir</name> <type>java.io.File</type> <required>false</required> <editable>true</editable> <description></description> </parameter> <parameter> <name>outputFile</name> <type>java.io.File</type> <required>false</required> <editable>true</editable> <description></description> </parameter> <parameter> <name>swaggerInput</name> <type>java.lang.String</type> <required>false</required> <editable>true</editable> <description></description> </parameter> </parameters> <configuration> <outputDir implementation="java.io.File">${outputDir}</outputDir> <outputFile implementation="java.io.File">${outputFile}</outputFile> <swaggerInput implementation="java.lang.String">${swaggerInput}</swaggerInput> </configuration> </mojo> </mojos> <dependencies> <dependency> <groupId>io.github.swagger2markup</groupId> <artifactId>swagger2markup</artifactId> <type>jar</type> <version>@projectVersion@</version> </dependency> <dependency> <groupId>io.github.swagger2markup</groupId> <artifactId>markup-document-builder</artifactId> <type>jar</type> <version>@projectVersion@</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <type>jar</type> <version>3.4</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <type>jar</type> <version>1.10</version> </dependency> <dependency> <groupId>nl.jworks.markdown_to_asciidoc</groupId> <artifactId>markdown_to_asciidoc</artifactId> <type>jar</type> <version>1.0</version> </dependency> <dependency> <groupId>org.pegdown</groupId> <artifactId>pegdown</artifactId> <type>jar</type> <version>1.4.2</version> </dependency> <dependency> <groupId>org.parboiled</groupId> <artifactId>parboiled-java</artifactId> <type>jar</type> <version>1.1.6</version> </dependency> <dependency> <groupId>org.parboiled</groupId> <artifactId>parboiled-core</artifactId> <type>jar</type> <version>1.1.6</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <type>jar</type> <version>4.1</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <type>jar</type> <version>4.1</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <type>jar</type> <version>4.1</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> <type>jar</type> <version>4.1</version> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <type>jar</type> <version>1.8.1</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-compat-spec-parser</artifactId> <type>jar</type> <version>1.0.18</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-core</artifactId> <type>jar</type> <version>1.5.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <type>jar</type> <version>2.4.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <type>jar</type> <version>2.4.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <type>jar</type> <version>2.4.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-joda</artifactId> <type>jar</type> <version>2.4.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <type>jar</type> <version>2.4.5</version> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <type>jar</type> <version>1.12</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-models</artifactId> <type>jar</type> <version>1.5.8</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <type>jar</type> <version>1.5.8</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <type>jar</type> <version>18.0</version> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <type>jar</type> <version>1.1.0.Final</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-parser</artifactId> <type>jar</type> <version>1.0.18</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> <type>jar</type> <version>1.6.3</version> </dependency> <dependency> <groupId>ch.qos.cal10n</groupId> <artifactId>cal10n-api</artifactId> <type>jar</type> <version>0.7.4</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>json-schema-validator</artifactId> <type>jar</type> <version>2.2.3</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <type>jar</type> <version>2.3</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>json-schema-core</artifactId> <type>jar</type> <version>1.2.1</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>uri-template</artifactId> <type>jar</type> <version>0.9</version> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <type>jar</type> <version>1.7R4</version> </dependency> <dependency> <groupId>com.googlecode.libphonenumber</groupId> <artifactId>libphonenumber</artifactId> <type>jar</type> <version>6.0</version> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mailapi</artifactId> <type>jar</type> <version>1.4.3</version> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <type>jar</type> <version>1.1</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <type>jar</type> <version>2.0.1</version> </dependency> <dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> <type>jar</type> <version>4.6</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>json-patch</artifactId> <type>jar</type> <version>1.6</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>jackson-coreutils</artifactId> <type>jar</type> <version>1.6</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>msg-simple</artifactId> <type>jar</type> <version>1.1</version> </dependency> <dependency> <groupId>com.github.fge</groupId> <artifactId>btf</artifactId> <type>jar</type> <version>1.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <type>jar</type> <version>4.3.3</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <type>jar</type> <version>4.3.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> <type>jar</type> <version>2.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <type>jar</type> <version>1.2</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <type>jar</type> <version>1.9.2</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <type>jar</type> <version>3.2.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <type>jar</type> <version>4.1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <type>jar</type> <version>3.3.3</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <type>jar</type> <version>3.3.3</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <type>jar</type> <version>3.0.20</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <type>jar</type> <version>3.3.3</version> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> <type>jar</type> <version>0.3.0</version> </dependency> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> <type>jar</type> <version>1.0</version> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <type>jar</type> <version>1.0</version> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <type>jar</type> <version>1</version> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.inject</artifactId> <type>jar</type> <version>0.3.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-annotations</artifactId> <type>jar</type> <version>1.5.5</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-classworlds</artifactId> <type>jar</type> <version>2.5.2</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <type>jar</type> <version>3.4</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <type>jar</type> <version>1.7.7</version> </dependency> </dependencies> </plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy