MVN

org.apache.myfaces.tobago : tobago-theme-plugin

Maven & Gradle

Jul 01, 2022

Tobago Maven Theme Plugin

<plugin>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-theme-plugin</artifactId>
    <version>2.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.tobago : tobago-theme-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.5.0
  • Latest Beta: 2.0.0-beta-4
  • Latest Alpha: 3.0.0-alpha-7

All Versions

Choose a version of org.apache.myfaces.tobago : tobago-theme-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
tobago-theme-plugin-3.0.0-alpha-7
tobago-theme-plugin-3.0.0-alpha-6
tobago-theme-plugin-3.0.0-alpha-5
tobago-theme-plugin-3.0.0-alpha-4
tobago-theme-plugin-3.0.0-alpha-3
tobago-theme-plugin-3.0.0-alpha-2
tobago-theme-plugin-3.0.0-alpha-1
2.5.x
tobago-theme-plugin-2.5.0
2.4.x
tobago-theme-plugin-2.4.5
tobago-theme-plugin-2.4.4
tobago-theme-plugin-2.4.3
tobago-theme-plugin-2.4.2
tobago-theme-plugin-2.4.1
tobago-theme-plugin-2.4.0
2.3.x
tobago-theme-plugin-2.3.0
2.2.x
tobago-theme-plugin-2.2.0
2.1.x
tobago-theme-plugin-2.1.1
tobago-theme-plugin-2.1.0
2.0.x
tobago-theme-plugin-2.0.10
tobago-theme-plugin-2.0.9
tobago-theme-plugin-2.0.8
tobago-theme-plugin-2.0.7
tobago-theme-plugin-2.0.6
tobago-theme-plugin-2.0.5
tobago-theme-plugin-2.0.4
tobago-theme-plugin-2.0.3
tobago-theme-plugin-2.0.2
tobago-theme-plugin-2.0.1
tobago-theme-plugin-2.0.0
tobago-theme-plugin-2.0.0-beta-4
tobago-theme-plugin-2.0.0-beta-3
tobago-theme-plugin-2.0.0-beta-2
tobago-theme-plugin-2.0.0-beta-1
tobago-theme-plugin-2.0.0-alpha-3
tobago-theme-plugin-2.0.0-alpha-2
tobago-theme-plugin-2.0.0-alpha-1
1.6.x
tobago-theme-plugin-1.6.0-beta-2
tobago-theme-plugin-1.6.0-beta-1

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.myfaces.tobago</groupId>
    <artifactId>tobago-theme-plugin</artifactId>
    <version>2.5.0</version>
</plugin>