浏览代码

fix 修改配置文件

daiyihua 1 年之前
父节点
当前提交
58f0f43e2f
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      ywt-platform-glasses-base/pom.xml

+ 0 - 10
ywt-platform-glasses-base/pom.xml

@@ -78,16 +78,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <!-- 去除指定的包,及其包下的类-->
-                        <exclude>**/proto/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
         </plugins>
     </build>