Hi,
Im having a hard time trying to get my add on into the maven repository. I wrote the build script with gradle, so I think something with my addon-zip layout is wrong.
I followed these instructions, but something seems to be missing:
Can anybody take a look at my addon and tell me what I did wrong? I tried with various versions of the /META-INF/maven/…/pom.xml but it didn’t help. Now I removed the pom.xml altogether, because I found add ons where the MANIFEST-file seems to be sufficient, but still its not available.
My Addon:
https://vaadin.com/directory#!addon/extended-token-field
Issue:
https://github.com/florianschmitt/ext-token-field/issues/2
Thanks!