Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2012-02-03 21:55:33 +0000
committerJoakim Erdfelt2012-02-03 21:55:33 +0000
commit29936f48895bbda5b80e662b63fa20dcd5b23fb5 (patch)
tree8adf23253a667c3dd831390dc2522a9cbb9dd29f /jetty-nosql/pom.xml
parent6c794e68b1ea66bd827e730f1e634720ed69951c (diff)
downloadorg.eclipse.jetty.project-29936f48895bbda5b80e662b63fa20dcd5b23fb5.tar.gz
org.eclipse.jetty.project-29936f48895bbda5b80e662b63fa20dcd5b23fb5.tar.xz
org.eclipse.jetty.project-29936f48895bbda5b80e662b63fa20dcd5b23fb5.zip
Jetty 7 is JDK5+ (downgrading improper compiler setting)
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