|
|
@ -145,6 +145,16 @@ |
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<outputDirectory>${web-inf-path}/classes</outputDirectory> |
|
|
|
<outputDirectory>${web-inf-path}/classes</outputDirectory> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
|
|
|
<version>3.1</version> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<source>1.6</source> |
|
|
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
<!--不生成target/generated-sources/annotations--> |
|
|
|
|
|
|
|
<proc>none</proc> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|