[
https://issues.apache.org/jira/browse/MCOMPILER-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stanimir updated MCOMPILER-268:
-------------------------------
Description:
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
was:
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
> Compiller Plugin not package in jar classes with long names
> -----------------------------------------------------------
>
> Key: MCOMPILER-268
> URL: https://issues.apache.org/jira/browse/MCOMPILER-268
> Project: Maven Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.5.1
> Environment: Java 1.7, Debian, Maven 3.2.1
> Reporter: Stanimir
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)