Hi, I am trying to run a quick build on a cleanly cloned repository:
mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install The build fails at the module "TomEE :: Gradle Plugins", with the following error: [image: image.png] IntelliJ also complains with the same error when downloading dependencies. Is anyone else having the same issue? How can it be fixed? I would like to be able to run a clean build, as IntelliJ yields all sorts of compilation errors, it probably doesn't have all the needed libs... Best regards, Mihai -- amihaiemil.com https://www.github.com/amihaiemil
