org.codehaus.mojo.appassembler.util
Class ArtifactUtils

java.lang.Object
  extended by org.codehaus.mojo.appassembler.util.ArtifactUtils

public final class ArtifactUtils
extends Object


Method Summary
static String pathBaseVersionOf(org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout artifactRepositoryLayout, org.apache.maven.artifact.Artifact artifact)
          get relative path the copied artifact using base version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

pathBaseVersionOf

public static String pathBaseVersionOf(org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout artifactRepositoryLayout,
                                       org.apache.maven.artifact.Artifact artifact)
get relative path the copied artifact using base version. This is mainly use to SNAPSHOT instead of timestamp in the file name

Parameters:
artifactRepositoryLayout -
artifact -
Returns:


Copyright © 2006-2013 Codehaus. All Rights Reserved.