Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 385967 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.help.webapp/pom.xml (+30 lines)
Lines 22-25 Link Here
22
  <artifactId>org.eclipse.help.webapp</artifactId>
22
  <artifactId>org.eclipse.help.webapp</artifactId>
23
  <version>3.6.200-SNAPSHOT</version>
23
  <version>3.6.200-SNAPSHOT</version>
24
  <packaging>eclipse-plugin</packaging>
24
  <packaging>eclipse-plugin</packaging>
25
26
  <build>
27
    <plugins>
28
      <plugin>
29
        <groupId>org.mortbay.jetty</groupId>
30
        <artifactId>jetty-jspc-maven-plugin</artifactId>
31
        <version>8.1.8.v20121106</version>
32
        <executions>
33
          <execution>
34
            <id>jspc</id>
35
            <goals>
36
              <goal>jspc</goal>
37
            </goals>
38
            <configuration>
39
              <webAppSourceDirectory>.</webAppSourceDirectory>
40
            </configuration>
41
          </execution>
42
        </executions>
43
      </plugin>
44
<!--
45
      <plugin>
46
        <groupId>org.apache.maven.plugins</groupId>
47
        <artifactId>maven-war-plugin</artifactId>
48
        <configuration>
49
          <webXml>${basedir}/target/web.xml</webXml>
50
        </configuration>
51
      </plugin>
52
-->
53
    </plugins>
54
  </build>
25
</project>
55
</project>

Return to bug 385967