compiles empty plugin with mvn clean package

This commit is contained in:
2024-05-14 19:31:21 +00:00
commit a0481f0bf4
31 changed files with 846 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/click.kamil.feature_1.0.0.qualifier.jar" id="click.kamil.feature" version="1.0.0.qualifier">
<category name="click.kamil.category"/>
</feature>
<category-def name="click.kamil.category" label="My name of the category">
<description>
My description
</description>
</category-def>
</site>