diff options
| author | doufenghu <[email protected]> | 2024-02-03 15:47:21 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-02-03 15:47:21 +0800 |
| commit | ef5d5bb503a7db64be92cdf6078e5edb27ba9023 (patch) | |
| tree | 95facfa8ee2b084835c64a43d42135a1360ab465 /groot-tests | |
| parent | f1097aa4551fbc6ebc2763ab51b91bb2298290e0 (diff) | |
Add skip install and deploy for groot-testsv1.0.0-rc2
Diffstat (limited to 'groot-tests')
| -rw-r--r-- | groot-tests/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/groot-tests/pom.xml b/groot-tests/pom.xml index 2c39a58..ec2bcd9 100644 --- a/groot-tests/pom.xml +++ b/groot-tests/pom.xml @@ -12,9 +12,8 @@ <artifactId>groot-tests</artifactId> <name>Groot : Tests </name> <properties> - <maven.compiler.source>8</maven.compiler.source> - <maven.compiler.target>8</maven.compiler.target> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <maven.install.skip>true</maven.install.skip> + <maven.deploy.skip>true</maven.deploy.skip> </properties> </project>
\ No newline at end of file |
