Hi. > > [...] > >> There is still an old artifact in the jar: > >> > >> templates/math-release-notes.vm > >> > >> which comes from > >> > >> src/main/resources/templates/math-release-notes.vm > >> > >> The actual release notes are now generated from > >> > >> src/changes/release-notes.vm > > > > Yes, I discovered that the hard way because > > > > $ mvn changes:annoucement-generate > > > > does not work as is, you need to explicitly indicate where to pick the > > template... > > hmm this is strange, as the new location is configured in the > commons-parent pom, and CM should inherit from there. I tried it locally > and it worked without specifying the location.
Does it work with exactly the command above? Looking further into it, I discovered that the configuration (in "commons-parent") is in a profile named "release-notes". So this $ mvn -Prelease-notes changes:annoucement-generate works indeed. > [...] Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
