File tree Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change 18
18
</configuration >
19
19
</plugin >
20
20
21
- <plugin >
22
- <groupId >org.codehaus.mojo</groupId >
23
- <artifactId >native-maven-plugin</artifactId >
24
- <version >1.0-alpha-11</version >
25
- <extensions >true</extensions >
26
- <configuration >
27
- <javahOS >darwin</javahOS >
28
- <compilerProvider >generic-classic</compilerProvider >
29
- <compilerStartOptions >
30
- <compilerStartOption >-g -Wall -O2 -fomit-frame-pointer -fPIC</compilerStartOption >
31
- <!-- unless locating jdk includes, cause error why??? -->
32
- <compilerStartOption >-arch x86_64
33
- -I${java.home} /../include
34
- -I${java.home} /../include/darwin
35
- -I.
36
- </compilerStartOption >
37
- </compilerStartOptions >
38
- <sources >
39
- <source >
40
- <directory >src/test/native</directory >
41
- <fileNames >
42
- <fileName >test.m</fileName >
43
- </fileNames >
44
- </source >
45
- </sources >
46
- <linkerStartOptions >
47
- <linkerStartOption >-arch x86_64
48
- -lobjc -framework Foundation -framework JavaNativeFoundation
49
- -ljvm -L${java.home} /../jre/lib/server
50
- </linkerStartOption >
51
- </linkerStartOptions >
52
- <linkerFinalName />
53
- <linkerEndOptions >
54
- <linkerEndOption >-o ${project.build.directory} /jvmtest</linkerEndOption >
55
- </linkerEndOptions >
56
- </configuration >
57
- <executions >
58
- <execution >
59
- <id >compile-pvorbis</id >
60
- <phase >compile</phase >
61
- <goals >
62
- <goal >compile</goal >
63
- <goal >link</goal >
64
- </goals >
65
- </execution >
66
- </executions >
67
- </plugin >
68
-
69
21
<plugin >
70
22
<groupId >org.apache.maven.plugins</groupId >
71
23
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments