redpen-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-plugin</artifactId>
<version>1.10.3</version>
</dependency><?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">
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.10.3</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>redpen-plugin</artifactId>
<name>redpen-plugin</name>
<description>RedPen is an open source proofreading tool a tool to check if your technical documents meet the writing standard . RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, and LaTeX).</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Takahiko Ito</id>
<name>Takahiko Ito</name>
<email>takahiko03@gmail.com</email>
<url>http://unigram.org/</url>
<roles>
<role>lead</role>
</roles>
<timezone>9</timezone>
</developer>
</developers>
<scm>
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>redpen-1.10.2</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.10.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>