Bug 471368 - Maven incremental compilation
Summary: Maven incremental compilation
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Golo (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2015-06-29 16:02 EDT by Julien Ponge CLA
Modified: 2016-05-25 10:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Ponge CLA 2015-06-29 16:02:22 EDT
(from https://github.com/golo-lang/golo-lang/issues/17)

The Golo Maven plugin recompiles everytime it is being invoked. We could improve it by making it incremental. Data comparisons should be enough because Golo is a dynamic language, and there is no cross-module check at compile time.