I am trying to get a project to launch a maven site: site goal using Maven 3.0.4. Unbeknownst to me, it worked under Maven 2.2.1 (when I thought it should be 3).
I keep getting the following crash:
Failed to execute target org.apache.maven.plugins: maven-site-plugin: 3.0: site (default-cli) in myproj-parent project: Run default-cli target org.apache.maven.plugins: maven -site-plugin : 3.0: site failed: for artifact {null: null: null: jar}: Group id cannot be empty.
How can I find that the artifact is missing, group ID?
source share