Author: chatellier Date: 2011-03-14 14:33:29 +0000 (Mon, 14 Mar 2011) New Revision: 771 Log: Add commented test about jsp compilation Modified: trunk/coser-web/pom.xml trunk/pom.xml Modified: trunk/coser-web/pom.xml =================================================================== --- trunk/coser-web/pom.xml 2011-03-14 14:33:08 UTC (rev 770) +++ trunk/coser-web/pom.xml 2011-03-14 14:33:29 UTC (rev 771) @@ -110,6 +110,36 @@ </connectors> </configuration> </plugin> + <!--<plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-jspc-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>jspc</goal> + </goals> + <configuration> + <validateXml>false</validateXml> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <configuration> + <webResources> + <resource> + <directory>target</directory> + <targetPath>WEB-INF</targetPath> + <includes> + <include>web.xml</include> + </includes> + <filtering>true</filtering> + </resource> + </webResources> + </configuration> + </plugin>--> </plugins> </build> </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-03-14 14:33:08 UTC (rev 770) +++ trunk/pom.xml 2011-03-14 14:33:29 UTC (rev 771) @@ -230,7 +230,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> <version>${struts.version}</version> - <scope>runtime</scope> + <scope>compile</scope> </dependency> <dependency> @@ -350,9 +350,14 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>8.0.0.M2</version> + <version>7.3.1.v20110307</version> </plugin> <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-jspc-maven-plugin</artifactId> + <version>7.3.1.v20110307</version> + </plugin> + <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> <locales>fr,en</locales>