MVN

name.abuchen : fix-info-plist-maven-plugin

Maven & Gradle

Feb 21, 2023
6 stars

Fix Info.plist Maven Plugin (Eclipse RCP) · Maven plugin to "fix" the Info.plist file generated by p2 during a Tycho product build. Typically used to change copyright and language information.

<plugin>
    <groupId>name.abuchen</groupId>
    <artifactId>fix-info-plist-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.abuchen : fix-info-plist-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of name.abuchen : fix-info-plist-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8
fix-info-plist-maven-plugin-1.8
1.7
fix-info-plist-maven-plugin-1.7
1.6
fix-info-plist-maven-plugin-1.6
1.5
fix-info-plist-maven-plugin-1.5

How to add a plugin to Maven

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

<plugin>
    <groupId>name.abuchen</groupId>
    <artifactId>fix-info-plist-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>

Advertisement