Martin,
I apologise for the long delay in responding to you. I have been on the road, and other issues have seemed to take precedence.
Thank you very much for preparing this package for me. I was using the article/blog as a starting point, but did not need, or want, the Aikau part, anyway. There are certain customisations, such as Logo and E-Mail text, that we apply to the system every time that we re-install the WAR files, and would like to package those changes in an AMP to make the system easier to update.
I have been working on it today, and think that I am doing things correctly – I started with "mvn clean," and followed with "mvn install," but there is where things seem to break.
It is complaining that there are duplicate definitions of "org.apache.maven.plugins:maven-antrun-plugin" and "org.apache.maven.plugins:maven-resources-plugin." I found those in the solr pom file, ( which we don't need anyway, since we use Lucene ) but they appear to be independent. One is in "run" and one — hmmm. They have different "execution" sections, but at the plugin level, they do seem to be the same. Can you have two different execution sections for the same plugin? In other words, if I move the second execution section into the first plugin definition, would this work correctly?
Thank you,
Brian