Hi,
I’m currently developing my first Graylog plugin bases on the Sample Plugin.
My problem is that after building the project (mvn clean package
) the web files (target/web/build/*
) are not part of the created jar.
As a temporary solution I’m adding them manually but that can’t be the correct way
Any ideas what’s the problem?