Navigation Menu

Skip to content

Commit

Permalink
add tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed Jun 12, 2019
1 parent 5f9e5e8 commit 2889f65
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-test.sh
@@ -1,6 +1,7 @@
mvn clean install
mvn clean install -f ezyfox-versions
mvn clean install -f ezyfox-util
mvn clean install -f ezyfox-tools
mvn clean install -f ezyfox-io
mvn clean install -f ezyfox-concurrent
mvn clean install -f ezyfox-security
Expand Down
1 change: 1 addition & 0 deletions build.bat
@@ -1,6 +1,7 @@
mvn clean install -Dmaven.test.skip=true & ^
mvn clean install -Dmaven.test.skip=true -f ezyfox-versions & ^
mvn clean install -Dmaven.test.skip=true -f ezyfox-util & ^
mvn clean install -Dmaven.test.skip=true -f ezyfox-tools & ^
mvn clean install -Dmaven.test.skip=true -f ezyfox-io & ^
mvn clean install -Dmaven.test.skip=true -f ezyfox-concurrent & ^
mvn clean install -Dmaven.test.skip=true -f ezyfox-security & ^
Expand Down
1 change: 1 addition & 0 deletions build.sh
@@ -1,6 +1,7 @@
mvn clean install -Dmaven.test.skip=true
mvn clean install -Dmaven.test.skip=true -f ezyfox-versions
mvn clean install -Dmaven.test.skip=true -f ezyfox-util
mvn clean install -Dmaven.test.skip=true -f ezyfox-tools
mvn clean install -Dmaven.test.skip=true -f ezyfox-io
mvn clean install -Dmaven.test.skip=true -f ezyfox-concurrent
mvn clean install -Dmaven.test.skip=true -f ezyfox-security
Expand Down
6 changes: 6 additions & 0 deletions ezyfox-binding/pom.xml
Expand Up @@ -16,5 +16,11 @@
<artifactId>ezyfox-common</artifactId>
<version>${ezy.common.version}</version>
</dependency>
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-tools</artifactId>
<version>${ezy.tools.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion ezyfox-tools/src/test/resources/AllTests.tng.xml
Expand Up @@ -3,7 +3,7 @@
<suite name="AllTests">
<test name="All">
<packages>
<package name="com.tvd12.ezyfox.binding.codec.test"></package>
<package name="com.tvd12.ezyfox.testing.tool"></package>
</packages>
</test>
</suite>
1 change: 1 addition & 0 deletions ezyfox-versions/pom.xml
Expand Up @@ -16,6 +16,7 @@
<properties>
<!-- ezyfox versions -->
<ezy.util.version>1.0.0</ezy.util.version>
<ezy.tools.version>1.0.0</ezy.tools.version>
<ezy.io.version>1.0.0</ezy.io.version>
<ezy.concurrent.version>1.0.0</ezy.concurrent.version>
<ezy.security.version>1.0.0</ezy.security.version>
Expand Down

0 comments on commit 2889f65

Please sign in to comment.