Skip to content

Commit

Permalink
Remove maven profile
Browse files Browse the repository at this point in the history
  • Loading branch information
android committed Mar 13, 2020
1 parent 49fae86 commit 3b9bbf2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 34 deletions.
29 changes: 0 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,6 @@
<developerConnection>scm:git:[email protected]:zhkl0228/unidbg.git</developerConnection>
<url>[email protected]:zhkl0228/unidbg.git</url>
</scm>
<profiles>
<profile>
<id>osx64</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<dynamic.lib.location>prebuilt/osx64</dynamic.lib.location>
</properties>
</profile>
<profile>
<id>linux64</id>
<properties>
<dynamic.lib.location>prebuilt/linux64</dynamic.lib.location>
</properties>
</profile>
<profile>
<id>win32</id>
<properties>
<dynamic.lib.location>prebuilt/win32</dynamic.lib.location>
</properties>
</profile>
<profile>
<id>win64</id>
<properties>
<dynamic.lib.location>prebuilt/win64</dynamic.lib.location>
</properties>
</profile>
</profiles>
<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions test.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.\mvnw.cmd test
2 changes: 1 addition & 1 deletion test_osx64.sh → test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
./mvnw test -Posx64
./mvnw test
2 changes: 0 additions & 2 deletions test_linux64.sh

This file was deleted.

1 change: 0 additions & 1 deletion test_win32.cmd

This file was deleted.

1 change: 0 additions & 1 deletion test_win64.cmd

This file was deleted.

0 comments on commit 3b9bbf2

Please sign in to comment.