org.apache.maven.plugin.ide
public class IdeUtils extends Object
Version: $Id: IdeUtils.java 390800 2006-04-02 08:49:59Z fgiust $
Method Summary | |
---|---|
static String | getCanonicalPath(File file) |
static String | getDependencyVersion(String[] artifactNames, Set artifacts, int len)
Extracts the version of the first matching dependency in the given list.
|
static String | getPluginSetting(MavenProject project, String artifactId, String optionName, String defaultValue) |
static Artifact | resolveArtifactWithClassifier(String groupId, String artifactId, String version, String classifier, ArtifactRepository localRepository, ArtifactResolver artifactResolver, ArtifactFactory artifactFactory, List remoteRepos, Log log) |
static String | toRelativeAndFixSeparator(File basedir, File fileToAdd, boolean replaceSlashesWithDashes) |
Parameters: artifactNames artifact names to compare against for extracting version artifacts Collection of dependencies for our project len expected length of the version sub-string
Returns:
UNKNOWN: there should be a better way to do this