Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin sources and Maven
Hi, I modified Vaadin 6.2.6 sources files.
I created a ContainerFilter interface, and let the Container accept my own ContainerFilter implementation.
Then I built all and it works if I add the built library in webapp/WEB-INF/lib
Now the problem is that I'd like to publish this as maven artifact on our private repository.
Does someone can help me?
Regards
Pietro Marrone: Hi, I modified Vaadin 6.2.6 sources files.
I created a ContainerFilter interface, and let the Container accept my own ContainerFilter implementation.
Then I built all and it works if I add the built library in webapp/WEB-INF/lib
Now the problem is that I'd like to publish this as maven artifact on our private repository.
This is really a Maven question, not directly related to Vaadin.
Take a look at Maven deploy:deploy-file mojo. You'll probably need the groupId, artifactId, packaging and generatePom parameters.