从上级 POM 中集成构建配置

This commit is contained in:
YuCheng Hu 2022-12-28 12:32:26 -05:00
parent 313bb63925
commit fc73830331
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
2 changed files with 2 additions and 9 deletions

View File

@ -8,6 +8,7 @@
<outputRelativeToContentRoot value="true" />
<module name="rets-io-client (1)" />
<module name="rets-io-common" />
<module name="rets-io-client" />
</profile>
</annotationProcessing>
</component>

View File

@ -114,7 +114,7 @@
<version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
@ -138,14 +138,6 @@
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
</plugins>
</build>