Hi, all,

I'm having problems with configuring filtering in an archetype that I'm
attempting to create. Essentially, certain JavaScript files that I believe I
have excluded from filtering are still being passed through Velocity, and
Velocity is being confused by some of the JavaScript and blowing up.

Here is the relevant fileSet from my archetype-metadata.xml:

<archetype-descriptor name="my-archetype">
  <id>my-archetype</id>
  <modules>
    <module id="webapp" dir="webapp" name="webapp">
      <fileSets>
        <fileSet encoding="UTF-8">
          <directory>src/main/webapp</directory>
          <includes>
            <include>**/*.xml</include>
            <include>**/*.html</include>
            <include>**/*.js</include>
            <include>**/*.png</include>
            <include>**/*.css</include>
          </includes>
        </fileSet>

Reply via email to