I’m creating a Maven archetype that includes a javascript file. I would like to use the ${package} and ${artifactId} template variables inside my javascript file. Is this possible? When I then generate a project from the archetype, the javascript file still includes the ${package} rather than the value of package. Here is the relevant part of my archetype-metadata.xml Answer You