Skip to content

Commit a82a993

Browse files
committed
Turn off Launch4j & update BUILD.md
1 parent 30923d9 commit a82a993

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

BUILD.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ Java application:
55
* Execute
66
`# mvn -B -DskipTests clean package`
77

8-
**Building JNI libraries section**
8+
NOTE: For building 'legacy' version please update next section in pom.xml to be next:
9+
```
10+
<dependency>
11+
<groupId>org.usb4java</groupId>
12+
<artifactId>usb4java</artifactId>
13+
<version>1.2.0</version>
14+
<scope>compile</scope>
15+
</dependency>
16+
```
17+
18+
**Building JNI libraries (OPTIONAL)**
919

1020
First of all install JDK, GCC, make, kernel headers and whatever else (or use Gentoo <3 ).
1121

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
</execution>
192192
</executions>
193193
</plugin>
194-
<!-- Launch4j -->
194+
<!-- Launch4j
195195
<plugin>
196196
<groupId>com.akathist.maven.plugins.launch4j</groupId>
197197
<version>1.7.25</version>
@@ -233,6 +233,7 @@
233233
</execution>
234234
</executions>
235235
</plugin>
236+
-->
236237
</plugins>
237238
</build>
238239
</project>

0 commit comments

Comments
 (0)