help with PagedTable compile

Hello everybody!

Yesterday I started with PagedTable addon:
https://vaadin.com/directory#addon/pagedtable:vaadin
. After create a table with it I saw a strange error:
'Wrong page number
’ when I tried to filter less than 25 rows.

I have seen in github:
https://github.com/Peppe-/PagedTable
that could be a fix to that issue.

I am trying to create a jar from that sources but I can’t compile it first. What commands should be correct to do it from command line?

Thanks