Hahahha I got you wrong, I was talking about the library project [1] (I'm working on the develop branch).
I have taken note and change it in the example (I still have not managed to compile it ☹ [2]) [1] https://github.com/mjesteve/Royale-ECharts/blob/develop/royale-echarts/pom.xml [2] https://github.com/mjesteve/Royale-ECharts/tree/architecture/mjesteve_test2/royale-echarts-examples [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install (default-install) on project royale-echarts-examples: NoFileAssignedException: The packaging plugin for this project did not assign a main file to the project but it has attachments. Change packaging to 'pom'. -> [Help 1] Thx. Hiedra. -----Mensaje original----- De: Brian Raymes <brian.ray...@teotech.com> Enviado el: viernes, 14 de agosto de 2020 23:12 Para: dev@royale.apache.org Asunto: RE: Royale Echarts (was Re: Charts) I don't see it as commented out in either of the pom.xml files within the git repo that you shared: <configuration> <mainClass>App.mxml</mainClass> <targets>SWF,JSRoyale</targets> <-- This is what I would change to simply <targets>JSRoyale</targets> </configuration> Brian -----Original Message----- From: Maria Jose Esteve <mjest...@iest.com<mailto:mjest...@iest.com>> Sent: Friday, August 14, 2020 12:30 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Royale Echarts (was Re: Charts) Hi Brian, Thanks for the help. I have deleted the .mvn directory as you indicate and the <target> tag had it "Commented / * * /". Do I have to uncomment it and leave only JSRoyale? Thx. Hiedra