From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

---
 server/visits/admin_timer/pom.xml |   52 ++--------------------------------------------------
 1 files changed, 2 insertions(+), 50 deletions(-)

diff --git a/server/visits/admin_timer/pom.xml b/server/visits/admin_timer/pom.xml
index a9229c8..63b40a5 100644
--- a/server/visits/admin_timer/pom.xml
+++ b/server/visits/admin_timer/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.doumee</groupId>
-        <artifactId>dmvisit</artifactId>
+        <artifactId>visits</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
@@ -24,55 +24,7 @@
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
-    <!--
-        <build>
-            <finalName>smartmeeting-admin</finalName>
-            <pluginManagement>&lt;!&ndash; lock down plugins versions to avoid using Maven
-                    defaults (may be moved to parent pom) &ndash;&gt;
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-clean-plugin</artifactId>
-                        <version>3.1.0</version>
-                    </plugin>
-                    &lt;!&ndash; see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging &ndash;&gt;
-                    <plugin>
-                        <artifactId>maven-resources-plugin</artifactId>
-                        <version>3.0.2</version>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-compiler-plugin</artifactId>
-                        <version>3.8.0</version>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <version>2.22.1</version>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-war-plugin</artifactId>
-                        <version>3.2.2</version>
-                        <configuration>
-                            <webResources>
-                                <resource>
-                                    <directory>${project.basedir}/../lib</directory>
-                                    <targetPath>WEB-INF/lib/</targetPath>
-                                    <includes>
-                                        <include>*.jar</include>
-                                    </includes>
-                                </resource>
-                            </webResources>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-install-plugin</artifactId>
-                        <version>2.5.2</version>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-deploy-plugin</artifactId>
-                        <version>2.8.2</version>
-                    </plugin>
-                </plugins>
-            </pluginManagement>
-        </build>-->
+
     <build>
         <finalName>admin_timer</finalName>
         <resources>

--
Gitblit v1.9.3