[
https://issues.apache.org/jira/browse/BUILDR-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Assaf Arkin updated BUILDR-145:
-------------------------------
Fix Version/s: (was: 1.3.3)
Priority: Minor (was: Major)
Issue Type: Improvement (was: Bug)
compile.with should be smarter and only pick packages it knows what to do with,
i.e. JAR or ZIP. Compiling with less dependencies is better.
It could be better, but it's not broken, so changing issue type from bug to
improvement.
> buildr builds unnecessary packages when using compile.with
> -----------------------------------------------------------
>
> Key: BUILDR-145
> URL: https://issues.apache.org/jira/browse/BUILDR-145
> Project: Buildr
> Issue Type: Improvement
> Components: Packaging
> Affects Versions: 1.3.2
> Reporter: Ittay Dror
> Priority: Minor
>
> If I use 'compile.with project('foo')', then in artifacts.rb, this line is
> used:
> when Project
> set |= artifacts(spec.packages)
> this means that now to compile java, first all packages of foo are created.
> instead, only the 'jar' package should be created.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.