8 Replies Latest reply on Jul 4, 2013 11:18 AM by raylite3

    How to disable jandex for specific module?

    zhouyaguo

      Hi,all:

          I created a new module of my own in JBoss AS 7(based on 7.2.0.Final).

       

          location: modules/system/layers/base/com/mycompany/config/main/module.xml

       

      <?xml version="1.0" encoding="UTF-8"?>
      <module xmlns="urn:jboss:module:1.1" name="com.mycompany.config">
          <resources>
            <resource-root path="../../../../../../../../../myconf/"/>
          </resources>
      </module>
      

       

      "../../../../../../../../../myconf/" refers to $JBOSS_HOME/myconf,  i will put my webapp related properties file in there.

      After my webapp is deployed, there is a file called myconf.index generated.


      How can I prevent the file suffix with .index generated?

       

      Regards