* @throws MojoExecutionException In case of an error
*/
public void execute() throws MojoExecutionException {
try {
repositoryPath = findRepoPath(this.ceylonRepository);
ArtifactRepositoryLayout layout = new CeylonRepoLayout();
getLog().debug("Layout: " + layout.getClass());
localRepository =
new DefaultArtifactRepository(ceylonRepository,
repositoryPath.toURI().toURL().toString(), layout);
getLog().debug("Repository: " + localRepository);