dengyongkang 8 months ago
parent
commit
9307c58346
1 changed files with 10 additions and 10 deletions
  1. 10 10
      pom.xml

+ 10 - 10
pom.xml

@@ -6,8 +6,8 @@
     <modelVersion>4.0.0</modelVersion>
     <modules>
         <module>gateway</module>
-<!--        <module>service/his-service</module>-->
-        <module>service/his-proxy</module>
+        <module>service/his-service</module>
+<!--        <module>service/his-proxy</module>-->
     </modules>
 
     <parent>
@@ -173,14 +173,14 @@
                 <artifactId>spring-boot-maven-plugin</artifactId>
             </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-					<configLocation>/checkstyle/checkstyle.xml</configLocation>
-                    <suppressionsLocation>/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
-                </configuration>
-            </plugin>
+<!--            <plugin>-->
+<!--                <groupId>org.apache.maven.plugins</groupId>-->
+<!--                <artifactId>maven-checkstyle-plugin</artifactId>-->
+<!--                <configuration>-->
+<!--					<configLocation>/checkstyle/checkstyle.xml</configLocation>-->
+<!--                    <suppressionsLocation>/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>-->
+<!--                </configuration>-->
+<!--            </plugin>-->
 
         </plugins>