Forum Discussion
ptaylor
6 years agoEmployee
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.
ronmwhite
6 years agoNew Contributor II
I tried that yesterday (removing the repository) - trying again at this time. I will post the build.out.