Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-nosql/pom.xml')
-rw-r--r--jetty-nosql/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index 62d5040841..d3c257c843 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -13,6 +13,7 @@
<build>
<defaultGoal>install</defaultGoal>
<plugins>
+ <!-- Jetty 7 is JDK5 +
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
@@ -21,6 +22,7 @@
<verbose>false</verbose>
</configuration>
</plugin>
+ -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>

Back to the top