You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we process <type>java-source</type> in gwt:import-sources could be replaced with dependency:unpack or dependency:unpack-dependencies, and a declared <resource> or possibly build-helper:add-resource (and similarly for import-test-resources).
In retrospect, using <classifier>sources</classifier> is OK most of the time, and <type>java-source</type> has only few advantages, and some drawbacks (more I/O).
The text was updated successfully, but these errors were encountered:
The way we process
<type>java-source</type>
ingwt:import-sources
could be replaced withdependency:unpack
ordependency:unpack-dependencies
, and a declared<resource>
or possiblybuild-helper:add-resource
(and similarly forimport-test-resources
).In retrospect, using
<classifier>sources</classifier>
is OK most of the time, and<type>java-source</type>
has only few advantages, and some drawbacks (more I/O).The text was updated successfully, but these errors were encountered: