* @param artifactSpec The specification of how the obfuscated artifact is to be named
* @param task The task(s) that will invoke {@link #generate()} on this jar (optional)
*/
public ObfArtifact(AbstractArchiveTask toObf, ArtifactSpec artifactSpec, ReobfTask task)
{
this(new DelayedThingy(toObf), artifactSpec, task);
this.toObfArtifact = (PublishArtifact) toObf;
}