Skip to content
Snippets Groups Projects
Commit 1dcf88ad authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Add missing metadata for the Extension Manager

parent 07336af7
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,16 @@
</parent>
<artifactId>xwiki-platform-image-processing-api</artifactId>
<name>XWiki Platform - Image - Processing - API</name>
<description>General APIs for processing images</description>
<properties>
<thumbnailator.version>0.4.20</thumbnailator.version>
<xwiki.jacoco.instructionRatio>0.22</xwiki.jacoco.instructionRatio>
<!-- Old names of this module used for retro compatibility when resolving dependencies of old extensions -->
<xwiki.extension.features>org.xwiki.platform:xwiki-platform-image-api</xwiki.extension.features>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>Image Processing API</xwiki.extension.name>
<!-- Category for the Extension Manager -->
<xwiki.extension.category>api</xwiki.extension.category>
</properties>
<dependencies>
<dependency>
......
......@@ -29,11 +29,15 @@
</parent>
<artifactId>xwiki-platform-image-processing-plugin</artifactId>
<name>XWiki Platform - Image - Processing - Plugin</name>
<description>Deprecated Image plugin</description>
<description>Server-side resize of downloaded images</description>
<properties>
<xwiki.jacoco.instructionRatio>0.64</xwiki.jacoco.instructionRatio>
<!-- Old names of this module used for retro compatibility when resolving dependencies of old extensions -->
<xwiki.extension.features>org.xwiki.platform:xwiki-platform-image-plugin</xwiki.extension.features>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>Image Processing Plugin</xwiki.extension.name>
<!-- Category for the Extension Manager -->
<xwiki.extension.category>api</xwiki.extension.category>
</properties>
<dependencies>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment