[ 
https://issues.apache.org/jira/browse/FLINK-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chesnay Schepler closed FLINK-8847.
-----------------------------------
    Resolution: Fixed

master: 870ff31a944da5eba2c228f4529a26b6ff1d6846
1.5: 4d0b4db975577ccca50185bd5a1654a7fce5849d
1.4: 430336f5746d2a2fdf68d83522b03558f05bc780

> Modules containing package-info.java are always recompiled
> ----------------------------------------------------------
>
>                 Key: FLINK-8847
>                 URL: https://issues.apache.org/jira/browse/FLINK-8847
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.3.2, 1.5.0, 1.4.1
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Minor
>             Fix For: 1.5.0, 1.4.3
>
>
> All modules that contain a {{package-info.java}} file (that do not contain 
> annotations which applies to *all* instances in Flink) will always be 
> recompiled by the {{maven-compiler-plugin}}.
> To detect modified files the compiler compares timestamps of the source and 
> .class file. In the case of {{package-info.java}} no .class file is created 
> if it doesn't contain annotations, which the compiler interprets as a missing 
> .class file.
> We can add {{-Xpkginfo:always}} to the compiler configuration to force the 
> generation of these files to prevent this from happening.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to