[MCOMPILER-268] Compiller Plugin not package in jar classes with long names (original) (raw)

I have compile successful my Maven project and open jar package in my lockal Maven repo -> Mission.class exist but MissionUsersAwardsLog.class and MissionUsersExecutionLog.class not exist. I have sources MissionUsersAwardsLog.java MissionUsersExecutionLog.java
If I change maven compiler version to 3.3 this problem not exist

Project is the same I only change compiler plugin versions:
Maven log with compiler plugin 3.5.1 -> Compiling 20 source files
http://pastebin.com/KCkL1rpS

Maven log with compiler plugin 3.3 -> Compiling 193 source files
http://pastebin.com/sWEyCM7G

I cant add a comment to this issue.. but yes I can confirm that the classes doesn`t exist under target/classes. Maybe the problem is not in the name (its have compiled classes with the long names with 3.5.1 version). I have try to change from Java 7 to Java 8 version but the result is the same. Compiled classes are generated POJOs only from http://mvnrepository.com/artifact/org.jooq/jooq-codegen-maven its location is in target/generated-sources