When i try to assembly my project with my own assembly.xml file which is situated in the src/main/resources/assemblies I got always the error:
Error reading assemblies: Descriptor with ID 'XY' not found
I've no idea what I'm doing wrong. I tried only the ID or the complete path in the pom.xml of my project.
Thanks for any help.
Martin
On page 30 of chapter 3, the reader is asked to run the command "mvn install". Later, in the first sentence of page 35, the reader is informed that "The second command we rean in the previous section was mvn package."
When referring to a plugin goal, we frequently use the shorthand notation: pluginId:goalId. For example, when referring to the create plugin in the Archetype plugin, we write archetype:create.
Shouldn't that be:
When referring to a plugin goal, we frequently use the shorthand notation: pluginId:goalId. For example, when referring to the create goal in the Archetype plugin, we write archetype:create.