description = "Name of the facet to install") final String facetName)
{
try
{
Facet facet = factory.getFacetByName(facetName);
installFacets.fire(new InstallFacets(facet.getClass()));
}
catch (FacetNotFoundException e)
{
throw new RuntimeException("Could not find a facet with the name: " + facetName
+ "; use 'project list-facets' to list all available facets.", e);