Skip to content

Commit 774b33e

Browse files
committed
remove unnecessary part
1 parent 3f5fc49 commit 774b33e

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

pom.xml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -18,54 +18,6 @@
1818
</configuration>
1919
</plugin>
2020

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-
6921
<plugin>
7022
<groupId>org.apache.maven.plugins</groupId>
7123
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)