return createArtifactWithGroupId( groupId, artifactId, version, type, null );
}
protected Artifact createArtifact( String artifactId, String version, String type, String classifier )
{
return new ArtifactTestStub( DEFAULT_GROUPID, artifactId, type, classifier, version );
}