> On Apr 16, 2015, at 9:36 AM, Oleksandr Bodriagov (Polystar) > <[email protected]> wrote: > > One more thing, if I run just ³mvn clean install² without -Dload.file=Š > I get the same error as you, namely: > > [INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) > @ fortress-rest --- > [INFO] Checking legal files in: fortress-rest.war > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11.071s > [INFO] Finished at: Thu Apr 16 16:31:55 CEST 2015 > [INFO] Final Memory: 41M/468M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.geronimo.genesis.plugins:tools-maven-plugin:1.4:verify-legal-fil > es (verify-legal-files) on project fortress-rest: Artifact does not > contain any legal files: fortress-rest.war -> [Help 1]
Thanks for the info Oleksandr. Right now there are two problems here. The fix for your error has just been committed to enmasse repo. You can do a git pull to try it out. Unfortunately there is another error on legal files that prevents successful install: ERROR] Failed to execute goal org.apache.geronimo.genesis.plugins:tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) on project fortress-rest: Artifact does not contain any legal files: fortress-rest.war -> [Help 1] [ERROR] Looking into it now… Thanks Shawn [email protected]
