I have a problem while maven packaging. In this code:
public class LoginDialog extends Dialog { private final TextField customer;
When you compile your code with -source 1.3, the compiler does not support assertions, generics, or other language features introduced after JDK 1.3.
-source 1.3