File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 62
62
</configuration >
63
63
</plugin >
64
64
65
+ <plugin >
66
+ <groupId >org.codehaus.mojo</groupId >
67
+ <artifactId >build-helper-maven-plugin</artifactId >
68
+ <version >1.7</version >
69
+ <executions >
70
+ <execution >
71
+ <id >attach-artifacts</id >
72
+ <phase >package</phase >
73
+ <goals >
74
+ <goal >attach-artifact</goal >
75
+ </goals >
76
+ <configuration >
77
+ <artifacts >
78
+ <artifact >
79
+ <file >src/main/native/jnetpcap-javadoc-${project.version} -1.zip</file >
80
+ <type >jar</type >
81
+ <classifier >-javadoc</classifier >
82
+ </artifact >
83
+ <artifact >
84
+ <file >src/main/native/jnetpcap-src-${project.version} -1.zip</file >
85
+ <type >jar</type >
86
+ <classifier >-sources</classifier >
87
+ </artifact >
88
+ </artifacts >
89
+ </configuration >
90
+ </execution >
91
+ </executions >
92
+ </plugin >
93
+
65
94
<plugin >
66
95
<artifactId >maven-surefire-plugin</artifactId >
67
96
<version >2.11</version >
Original file line number Diff line number Diff line change
1
+ jnetpcap-javadoc-VERSION-1.zip
2
+ jnetpcap-src-VERSION-1.zip
You can’t perform that action at this time.
0 commit comments