You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we generate the lbjava files via the 2nd step mentioned here.
It seems much better if we can change it slightly so that it generates the files via the lbja-maven plugin.
Like can we do this in the root folder? :
mvn -pl lbjava-examples lbjava:generate
Or inside the examples folder lbjava-examples? :
mvn -pl lbjava:generate
The text was updated successfully, but these errors were encountered:
Currently we generate the lbjava files via the 2nd step mentioned here.
It seems much better if we can change it slightly so that it generates the files via the lbja-maven plugin.
Like can we do this in the root folder? :
Or inside the examples folder
lbjava-examples
? :The text was updated successfully, but these errors were encountered: