This website works better with JavaScript.
Home
Explore
Help
Sign In
qinyanlei
/
inspect-simulator-senior
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
/*修改红外功能编译脚本*/
master
htjcAdmin
8 months ago
parent
878a9c21d3
commit
045d1d96d1
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/maven-install.bat
+1
-0
lib/maven-install.sh
+1
-0
pom.xml
+ 1
- 0
lib/maven-install.bat
View File
@ -1,2 +1,3 @@
mvn install:install-file -Dfile=./jna.jar -DgroupId=net.java.jna -DartifactId=jna -Dversion=1.0.0 -Dpackaging=jar -DcreateChecksum=true
mvn install:install-file -Dfile=./examples.jar -DgroupId=net.java.examples -DartifactId=examples -Dversion=1.0.0 -Dpackaging=jar -DcreateChecksum=true
pause
+ 1
- 0
lib/maven-install.sh
View File
@ -1 +1,2 @@
mvn install:install-file -Dfile
=
./jna.jar -DgroupId
=
net.java.jna -DartifactId
=
jna -Dversion
=
1.0.0 -Dpackaging
=
jar -DcreateChecksum
=
true
mvn install:install-file -Dfile
=
./examples.jar -DgroupId
=
net.java.examples -DartifactId
=
examples -Dversion
=
1.0.0 -Dpackaging
=
jar -DcreateChecksum
=
true
+ 1
- 0
pom.xml
View File
@ -164,6 +164,7 @@
<version
>
1.0.0
</version>
<scope
>
compile
</scope>
</dependency>
<dependency
>
<groupId
>
net.java.examples
</groupId>
<artifactId
>
examples
</artifactId>
Write
Preview
Loading…
Cancel
Save