Forum Discussion
Yes, I used the archetype and version 4.22 at that. Sorry, I already shared the commands in my original post - not sure what your looking for @ptaylor .
Note I am using the latest download of Maven and running directly from the terminal on my Mac. Per @robin this is a know issue but if you have a workaround please do share.
I think Robin was unaware that I had already updated and deployed the 4.22 Maven archetype.
I meant the command you used to build the project, not the command you used to clone the archetype. Was it just a ‘mvn clean install’ or similar? What I’m more interested in is the full output of that build. Can you please try ‘mvn clean install | tee build.out’ and then post build.out here?
You might first try temporarily using a clean local maven repo cache by doing this:
cd ~/.m2/
mv repository repository.save
mkdir repository
Then try your build.
- ronmwhite6 years agoNew Contributor II
I tried that yesterday (removing the repository) - trying again at this time. I will post the build.out.