MVN

org.apache.sis.core : sis-build-helper

Maven & Gradle

Dec 17, 2022

Apache SIS build helper · Define Maven Mojos and Javadoc taglets for generating resource files formatting the Javadoc or creating ".oxt" files for OpenOffice.org. While any project could use it, this module is primarily for internal use by Apache SIS and may change in any future version.

<plugin>
    <groupId>org.apache.sis.core</groupId>
    <artifactId>sis-build-helper</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sis.core : sis-build-helper to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.apache.sis.core : sis-build-helper to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
sis-build-helper-1.3
1.2
sis-build-helper-1.2
1.1
sis-build-helper-1.1
1.0
sis-build-helper-1.0
0.8
sis-build-helper-0.8
0.7
sis-build-helper-0.7
0.6
sis-build-helper-0.6
0.5
sis-build-helper-0.5
0.4
sis-build-helper-0.4
0.3
sis-build-helper-0.3

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.apache.sis.core</groupId>
    <artifactId>sis-build-helper</artifactId>
    <version>1.3</version>
</plugin>

Advertisement