MVN

org.cubeengine.maven.plugins : pericopist-maven-plugin

Maven & Gradle

Jul 11, 2017
1 stars

A maven plugin to extract messages from your source code and generate message catalogs.

<plugin>
    <groupId>org.cubeengine.maven.plugins</groupId>
    <artifactId>pericopist-maven-plugin</artifactId>
    <version>2.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cubeengine.maven.plugins : pericopist-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of org.cubeengine.maven.plugins : pericopist-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
pericopist-maven-plugin-2.2.1
pericopist-maven-plugin-2.2.0
2.1.x
pericopist-maven-plugin-2.1.1
pericopist-maven-plugin-2.1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.cubeengine.maven.plugins</groupId>
    <artifactId>pericopist-maven-plugin</artifactId>
    <version>2.2.1</version>
</plugin>