java version 1.6
authorindvdum
Tue, 08 Feb 2011 15:33:48 +0300
changeset 3384e62b9c6e7
parent 2 e0f32ee2b3da
child 4 a7d6344442c6
java version 1.6
pom.xml
     1.1 --- a/pom.xml	Sat Feb 05 16:50:30 2011 +0300
     1.2 +++ b/pom.xml	Tue Feb 08 15:33:48 2011 +0300
     1.3 @@ -57,6 +57,29 @@
     1.4  					</classpathContainers>
     1.5  				</configuration>
     1.6  			</plugin>
     1.7 +			<plugin>
     1.8 +				<artifactId>maven-compiler-plugin</artifactId>
     1.9 +				<configuration>
    1.10 +					<source>1.6</source>
    1.11 +					<target>1.6</target>
    1.12 +					<debug>true</debug>
    1.13 +					<encoding>utf-8</encoding>
    1.14 +				</configuration>
    1.15 +			</plugin>
    1.16 +			<plugin>
    1.17 +				<artifactId>maven-source-plugin</artifactId>
    1.18 +				<configuration>
    1.19 +					<attach>true</attach>
    1.20 +				</configuration>
    1.21 +				<executions>
    1.22 +					<execution>
    1.23 +						<phase>generate-sources</phase>
    1.24 +						<goals>
    1.25 +							<goal>jar</goal>
    1.26 +						</goals>
    1.27 +					</execution>
    1.28 +				</executions>
    1.29 +			</plugin>
    1.30  		</plugins>
    1.31  	</build>
    1.32  	<dependencies>
    1.33 @@ -91,4 +114,4 @@
    1.34  			<version>${oracle.jdbc.version}</version>
    1.35  		</dependency>
    1.36  	</dependencies>
    1.37 -</project>
    1.38 \ No newline at end of file
    1.39 +</project>