File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2525 <properties >
2626 <versionSpecificSubPackage >v0_7_0</versionSpecificSubPackage >
2727 <maven .compiler.optimize>true</maven .compiler.optimize>
28+ <maven .compiler.testSource>1.6</maven .compiler.testSource>
29+ <maven .compiler.testTarget>1,6</maven .compiler.testTarget>
2830 </properties >
2931 <scm >
3032 <
connection >scm:git:
[email protected] :nativelibs4java/BridJ.git</
connection >
109111 </javahClassNames>
110112 </configuration>
111113 </plugin-->
114+ <plugin >
115+ <artifactId >maven-compiler-plugin</artifactId >
116+ <executions >
117+ <execution >
118+ <id >default-testCompile</id >
119+ <phase >test-compile</phase >
120+ <goals >
121+ <goal >testCompile</goal >
122+ </goals >
123+ <configuration >
124+ <source >${maven.compiler.testSource} </source >
125+ <target >${maven.compiler.testTarget} </target >
126+ </configuration >
127+ </execution >
128+ </executions >
129+ </plugin >
112130 <plugin >
113131 <groupId >org.apache.felix</groupId >
114132 <artifactId >maven-bundle-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments