yumeng 5 éve
szülő
commit
f076264d65
2 módosított fájl, 8 hozzáadás és 10 törlés
  1. 8 8
      module-callback/pom.xml
  2. 0 2
      pom.xml

+ 8 - 8
module-callback/pom.xml

@@ -25,15 +25,15 @@
     </dependency>
   </dependencies>
 
- <!-- <build>
-    <pluginManagement>&lt;!&ndash; lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) &ndash;&gt;
+  <build>
+    <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
       <plugins>
-        &lt;!&ndash; clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle &ndash;&gt;
-       &lt;!&ndash; <plugin>
+        <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
+        <plugin>
           <artifactId>maven-clean-plugin</artifactId>
           <version>3.1.0</version>
-        </plugin>&ndash;&gt;
-        &lt;!&ndash; default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging &ndash;&gt;
+        </plugin>
+        <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
         <plugin>
           <artifactId>maven-resources-plugin</artifactId>
           <version>3.0.2</version>
@@ -58,7 +58,7 @@
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.8.2</version>
         </plugin>
-        &lt;!&ndash; site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle &ndash;&gt;
+        <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.7.1</version>
@@ -69,5 +69,5 @@
         </plugin>
       </plugins>
     </pluginManagement>
-  </build>-->
+  </build>
 </project>

+ 0 - 2
pom.xml

@@ -28,8 +28,6 @@
         <module>module-job-kuaishou</module>
         <module>feishu-sdk</module>
         <module>module-callback</module>
-        <module>module-callback</module>
-
     </modules>
 
     <distributionManagement>