saker.maven.support Documentation TaskDoc JavaDoc Packages
Extension lookup object of a Maven dependency resolution output. Use the fields with the extension of your choice to retrieve the resolution output that only contains artifacts with the specified extension. The fields can be specified as a single extension like "jar", or separated by | character like "jar|zip".
Summary
Fields
aarGets the resolved artifacts that have the "aar" extension.
earGets the resolved artifacts that have the "ear" extension.
jarGets the resolved artifacts that have the "jar" extension.
warGets the resolved artifacts that have the "war" extension.
Fields
Gets the resolved artifacts that have the "aar" extension. (Android archive)
Gets the resolved artifacts that have the "ear" extension. (Enterprise application archive)
Gets the resolved artifacts that have the "jar" extension. (Java archive)
Gets the resolved artifacts that have the "war" extension. (Web application archive)