0 Replies Latest reply on Feb 28, 2018 6:16 AM by viveksheel

    war files are not scanned

    viveksheel

      Hello,

      I am trying to use the tattletale for ear file. Here is the plugin config which I have used for my project:

      ---------------------------------------------------------------------------------------------------------------------

      <plugin>

        <groupId>org.jboss.tattletale</groupId>

        <artifactId>tattletale-maven</artifactId>

        <version>1.1.2.Final</version>

        <executions>

      <execution>

        <goals>

      <goal>report</goal>

        </goals>

      </execution>

      </executions>

      <configuration>

      <source>${project.basedir}</source>

      <destination>${project.basedir}/tattletale_report</destination>

      <scan>.ear</scan>

      </configuration>

      </plugin>

      ---------------------------------------------------------------------------------------------------------------------

      The plugin is configured in the pom where ear packaging is happening. The reports are generated but only for .jar and not for .war files. I tried giving the <scan> config as .jar,.war as well but still it did not take the war files into consideration. Could you please help me to resolve the issue?

       

      Thanks,

      Vivek