Hi, I am new to Royale. I attempted creating a new Royale project using maven with the following archetype mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-application-archetype -DarchetypeVersion=0.9.8-SNAPSHOT It does not work. I get the following errors [INFO] Generating project in Interactive mode[INFO] Archetype repository not defined. Using the one from [org.apache.royale.framework:royale-simple-application-archetype:0.9.7] found in catalog remote[WARNING] The POM for org.apache.royale.framework:royale-simple-application-archetype:jar:0.9.8-SNAPSHOT is missing, no dependency information available
It appears the archetype is no longer valid. For now I am using visual studio code with the royal sdk configured. I will prefer using maven.