|
@@ -88,14 +88,14 @@
|
|
|
|
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <source>1.5</source>
|
|
|
|
- <target>1.5</target>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
+ <configuration>
|
|
|
|
+ <source>1.5</source>
|
|
|
|
+ <target>1.5</target>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>maven-jetty-plugin</artifactId>
|
|
<artifactId>maven-jetty-plugin</artifactId>
|