Is it possible to configure a Maven project so that it doesn't build or deploy the main artifact? I have projects that are essentially shells to download and package dependencies, but there are no Java sources to compile or package as a jar (or anything else). Am I condemned to have empty jars deployed along with the artifacts I want, or are there configuration options that can address this?
-- C. Benson Manica [email protected]
