com.jayway.maven.plugins.android.configuration.Unpack Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-maven-plugin Show documentation
Show all versions of android-maven-plugin Show documentation
Maven Plugin for Android Development
package com.jayway.maven.plugins.android.configuration;
/**
* Embedded configuration of {@link com.jayway.maven.plugins.android.standalonemojos.UnpackMojo}.
*
* @author Pappy STĂNESCU <pappy.stanescu@gmail.com>
*/
public class Unpack
{
/**
* Mirror of {@link com.jayway.maven.plugins.android.standalonemojos.UnpackMojo#unpackMetaInf}.
*/
private MetaInf metaInf;
/**
* Mirror of {@link com.jayway.maven.plugins.android.standalonemojos.UnpackMojo#unpackLazy}.
*/
private Boolean lazy;
}