POM setting in Maven can be inherited from one parent project to many children projects. But all elements in the POM inherit chain should in Maven Repository. Only with this condition can success run the setting for grand child project with “maven test”.
Archiv für Oktober 2008
Maven POM Chains
Veröffentlicht in Uncategorized, Getaggt Java, Maven am 10/02/2008 | Kommentar schreiben »
@Override Compile-time Error in Java 5
Veröffentlicht in Java, Getaggt Annotation, Error, Java am 10/01/2008 | Kommentar schreiben »
The Annotation is new feature since Java 5. But when you use the @Override for a method, it implements from interface, you will get the Error message like “method does not override a method from its superclas”. By Java 6 not. In Java Language Specification, you can find answer.