protected void setUp()
throws Exception
{
super.setUp();
artifactHandler = new MockArtifactHandler();
versionRange = VersionRange.createFromVersion( version );
artifact = new DefaultArtifact( groupId, artifactId, versionRange, scope, type, classifier, artifactHandler );
}