File tree 7 files changed +6
-68
lines changed
7 files changed +6
-68
lines changed Original file line number Diff line number Diff line change 36
36
<relativePath >../parent</relativePath >
37
37
</parent >
38
38
39
- <build >
40
- <plugins >
41
- <plugin >
42
- <groupId >org.apache.maven.plugins</groupId >
43
- <artifactId >maven-compiler-plugin</artifactId >
44
- <version >2.0.2</version >
45
- <configuration >
46
- <source >1.5</source >
47
- <target >1.5</target >
48
- </configuration >
49
- </plugin >
50
-
51
- </plugins >
52
- </build >
53
39
</project >
54
40
55
41
Original file line number Diff line number Diff line change 36
36
<relativePath >../parent</relativePath >
37
37
</parent >
38
38
39
- <build >
40
- <plugins >
41
- <plugin >
42
- <groupId >org.apache.maven.plugins</groupId >
43
- <artifactId >maven-compiler-plugin</artifactId >
44
- <version >2.0.2</version >
45
- <configuration >
46
- <source >1.5</source >
47
- <target >1.5</target >
48
- </configuration >
49
- </plugin >
50
-
51
- </plugins >
52
- </build >
53
39
</project >
54
40
55
41
Original file line number Diff line number Diff line change 9
9
<version >${jna.version} </version >
10
10
<packaging >jar</packaging >
11
11
12
+ <properties >
13
+ <shadedArtifactAttached >false</shadedArtifactAttached >
14
+ </properties >
15
+
12
16
<dependencies >
13
17
14
18
<dependency >
Original file line number Diff line number Diff line change 57
57
</execution >
58
58
</executions >
59
59
</plugin >
60
-
61
- <plugin >
62
- <groupId >org.apache.maven.plugins</groupId >
63
- <artifactId >maven-compiler-plugin</artifactId >
64
- <version >2.0.2</version >
65
- <configuration >
66
- <source >1.5</source >
67
- <target >1.5</target >
68
- </configuration >
69
- </plugin >
70
-
71
60
72
61
</plugins >
73
62
</build >
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ Users who are looking for ready-to-use libraries should check the NativeLibs4Jav
111
111
<plugin >
112
112
<groupId >org.apache.maven.plugins</groupId >
113
113
<artifactId >maven-jar-plugin</artifactId >
114
+ <version >2.3.1</version >
114
115
<configuration >
115
116
<archive >
116
117
<manifest >
Original file line number Diff line number Diff line change 17
17
<relativePath >../parent</relativePath >
18
18
</parent >
19
19
20
- <build >
21
- <plugins >
22
- <plugin >
23
- <groupId >org.apache.maven.plugins</groupId >
24
- <artifactId >maven-compiler-plugin</artifactId >
25
- <version >2.0.2</version >
26
- <configuration >
27
- <source >1.6</source >
28
- <target >1.6</target >
29
- </configuration >
30
- </plugin >
31
- </plugins >
32
- </build >
33
20
<dependencies >
34
21
35
22
<dependency >
40
27
<scope >compile</scope >
41
28
<optional >false</optional >
42
29
</dependency >
30
+
43
31
<dependency >
44
32
<groupId >org.apache.maven</groupId >
45
33
<artifactId >maven-plugin-api</artifactId >
Original file line number Diff line number Diff line change 27
27
28
28
</dependencies >
29
29
30
- <build >
31
- <plugins >
32
-
33
- <plugin >
34
- <groupId >org.apache.maven.plugins</groupId >
35
- <artifactId >maven-compiler-plugin</artifactId >
36
- <version >2.0.2</version >
37
- <configuration >
38
- <source >1.5</source >
39
- <target >1.5</target >
40
- </configuration >
41
- </plugin >
42
-
43
- </plugins >
44
- </build >
45
-
46
30
</project >
47
31
48
32
You can’t perform that action at this time.
0 commit comments