235 lines
8.8 KiB
Plaintext
235 lines
8.8 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-java</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>flexmark-all</artifactId>
|
||
|
<name>flexmark-all</name>
|
||
|
<description>flexmark-java core and all extension modules and converters</description>
|
||
|
|
||
|
<!-- NOTE: These dependency declarations are only required to sort this project to the
|
||
|
end of the line in the multimodule build.
|
||
|
-->
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-abbreviation</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-admonition</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-anchorlink</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-aside</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-attributes</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-autolink</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-definition</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-emoji</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-enumerated-reference</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-escaped-character</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-footnotes</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-gfm-issues</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-gfm-strikethrough</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-gfm-tables</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-gfm-tasklist</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-gfm-users</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-gitlab</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-jekyll-front-matter</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-jekyll-tag</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-media-tags</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-macros</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-ins</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-xwiki-macros</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-superscript</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-tables</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-toc</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-typographic</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-wikilink</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-yaml-front-matter</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-ext-youtube-embedded</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-formatter</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-html-parser</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-jira-converter</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-pdf-converter</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-profile-pegdown</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-util</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.vladsch.flexmark</groupId>
|
||
|
<artifactId>flexmark-youtrack-converter</artifactId>
|
||
|
<version>0.42.14</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
<build>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<artifactId>maven-assembly-plugin</artifactId>
|
||
|
<executions>
|
||
|
<execution>
|
||
|
<id>distro-assembly</id>
|
||
|
<phase>package</phase>
|
||
|
<goals>
|
||
|
<goal>single</goal>
|
||
|
</goals>
|
||
|
<configuration>
|
||
|
<descriptors>
|
||
|
<descriptor>src/assembly/bin.xml</descriptor>
|
||
|
</descriptors>
|
||
|
</configuration>
|
||
|
</execution>
|
||
|
</executions>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
</build>
|
||
|
</project>
|