`
louisling
  • 浏览: 141019 次
  • 性别: Icon_minigender_1
  • 来自: ZhuHai
社区版块
存档分类
最新评论

multi-module

阅读更多
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.zero</groupId>
	<artifactId>app.builder</artifactId>
	<version>1.0</version>
	<packaging>pom</packaging>
	<name>App Builder</name>
	<description>App Builder</description>

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-compiler-plugin</artifactId>
					<configuration>
						<compilerVersion>1.6</compilerVersion>
						<source>1.6</source>
						<target>1.6</target>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

	<modules>
		<module>../ABC_COMMON</module>
		<module>../ABC_REF_DATA</module>
		<module>../ABC_WSRS_INTERFACE/ABC_REF_SERVICE</module>
		<!-- ... -->
	</modules>
</project>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics