summaryrefslogtreecommitdiff
path: root/groot-tests
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-02-03 15:47:21 +0800
committerdoufenghu <[email protected]>2024-02-03 15:47:21 +0800
commitef5d5bb503a7db64be92cdf6078e5edb27ba9023 (patch)
tree95facfa8ee2b084835c64a43d42135a1360ab465 /groot-tests
parentf1097aa4551fbc6ebc2763ab51b91bb2298290e0 (diff)
Add skip install and deploy for groot-testsv1.0.0-rc2
Diffstat (limited to 'groot-tests')
-rw-r--r--groot-tests/pom.xml5
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