So.. I guess no one uses jspc/the devs don't monitor this list?

 

________________________________

From: Mitch Mattek [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 15, 2008 9:07 AM
To: [email protected]
Subject: [mojo-user] excluding pages from jspc compilpation

 

Hey, I can't seem to get this to work. I've tried both:

<excludes>**/ReportViewerSetup.jsp</excludes>

And <excludes>

      <exclude>**/ReportViewerSetup.jsp</exclude>

</excludes>

 

Any ideas? Is that not supported?

 

 

        <plugin>

            <groupId>org.codehaus.mojo</groupId>

            <artifactId>jspc-maven-plugin</artifactId>

            <executions>

                <execution>

                    <id>jspc</id>

                    <goals>

                        <goal>compile</goal>

                    </goals>

                </execution>

            </executions>

            <configuration>

                  <source>1.5</source>

                  <target>1.5</target>

                  <excludes>**/ReportViewerSetup.jsp</excludes>

            </configuration>

        </plugin>

 

Reply via email to