| 
									
										
										
										
											2013-04-24 17:02:07 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | <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/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2013-04-24 17:02:07 +08:00
										 |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2013-07-26 18:50:02 +08:00
										 |  |  | 	<groupId>org.springframework.boot</groupId> | 
					
						
							| 
									
										
										
										
											2013-08-03 12:48:19 +08:00
										 |  |  | 	<artifactId>spring-boot-build</artifactId> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 	<version>${revision}</version> | 
					
						
							| 
									
										
										
										
											2013-04-24 17:02:07 +08:00
										 |  |  | 	<packaging>pom</packaging> | 
					
						
							| 
									
										
										
										
											2014-04-01 16:10:51 +08:00
										 |  |  | 	<name>Spring Boot Build</name> | 
					
						
							|  |  |  | 	<description>Spring Boot Build</description> | 
					
						
							| 
									
										
										
										
											2013-04-24 17:02:07 +08:00
										 |  |  | 	<properties> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 		<revision>2.0.0.BUILD-SNAPSHOT</revision> | 
					
						
							| 
									
										
										
										
											2013-07-06 01:26:50 +08:00
										 |  |  | 		<main.basedir>${basedir}</main.basedir> | 
					
						
							| 
									
										
										
										
											2013-04-24 17:02:07 +08:00
										 |  |  | 	</properties> | 
					
						
							| 
									
										
										
										
											2017-10-24 01:48:15 +08:00
										 |  |  | 	<!-- Most elements are in profiles so they are stripped out during maven-flatten --> | 
					
						
							| 
									
										
										
										
											2013-08-30 13:28:34 +08:00
										 |  |  | 	<profiles> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 		<!-- Default profile for command line build --> | 
					
						
							| 
									
										
										
										
											2013-08-30 13:28:34 +08:00
										 |  |  | 		<profile> | 
					
						
							|  |  |  | 			<id>default</id> | 
					
						
							|  |  |  | 			<activation> | 
					
						
							|  |  |  | 				<activeByDefault>true</activeByDefault> | 
					
						
							|  |  |  | 			</activation> | 
					
						
							|  |  |  | 			<modules> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 				<module>spring-boot-project</module> | 
					
						
							|  |  |  | 				<!-- Samples are built via the invoker plugin --> | 
					
						
							|  |  |  | 				<module>spring-boot-samples-invoker</module> | 
					
						
							|  |  |  | 				<module>spring-boot-tests</module> | 
					
						
							| 
									
										
										
										
											2013-11-06 17:42:23 +08:00
										 |  |  | 			</modules> | 
					
						
							|  |  |  | 		</profile> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 		<!-- M2E profile to allow easy import into Eclipse --> | 
					
						
							| 
									
										
										
										
											2013-11-06 17:42:23 +08:00
										 |  |  | 		<profile> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 			<id>m2e</id> | 
					
						
							| 
									
										
										
										
											2013-11-06 17:42:23 +08:00
										 |  |  | 			<activation> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 				<property> | 
					
						
							|  |  |  | 					<name>m2e.version</name> | 
					
						
							|  |  |  | 				</property> | 
					
						
							| 
									
										
										
										
											2013-11-06 17:42:23 +08:00
										 |  |  | 			</activation> | 
					
						
							|  |  |  | 			<modules> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 				<module>spring-boot-project</module> | 
					
						
							|  |  |  | 				<module>spring-boot-samples</module> | 
					
						
							|  |  |  | 				<module>spring-boot-tests</module> | 
					
						
							| 
									
										
										
										
											2013-08-30 13:28:34 +08:00
										 |  |  | 			</modules> | 
					
						
							|  |  |  | 		</profile> | 
					
						
							| 
									
										
										
										
											2017-08-05 11:38:02 +08:00
										 |  |  | 		<profile> | 
					
						
							|  |  |  | 			<id>repository</id> | 
					
						
							|  |  |  | 			<activation> | 
					
						
							|  |  |  | 				<property> | 
					
						
							|  |  |  | 					<name>repository</name> | 
					
						
							|  |  |  | 				</property> | 
					
						
							|  |  |  | 			</activation> | 
					
						
							|  |  |  | 			<repositories> | 
					
						
							|  |  |  | 				<repository> | 
					
						
							|  |  |  | 					<id>repository</id> | 
					
						
							|  |  |  | 					<url>${repository}</url> | 
					
						
							|  |  |  | 					<snapshots> | 
					
						
							|  |  |  | 						<enabled>true</enabled> | 
					
						
							|  |  |  | 					</snapshots> | 
					
						
							|  |  |  | 				</repository> | 
					
						
							|  |  |  | 			</repositories> | 
					
						
							|  |  |  | 			<pluginRepositories> | 
					
						
							|  |  |  | 				<pluginRepository> | 
					
						
							|  |  |  | 					<id>repository</id> | 
					
						
							|  |  |  | 					<url>${repository}</url> | 
					
						
							|  |  |  | 					<snapshots> | 
					
						
							|  |  |  | 						<enabled>true</enabled> | 
					
						
							|  |  |  | 					</snapshots> | 
					
						
							|  |  |  | 				</pluginRepository> | 
					
						
							|  |  |  | 			</pluginRepositories> | 
					
						
							|  |  |  | 		</profile> | 
					
						
							| 
									
										
										
										
											2013-08-30 13:28:34 +08:00
										 |  |  | 	</profiles> | 
					
						
							| 
									
										
										
										
											2017-06-01 05:27:23 +08:00
										 |  |  | 	<repositories> | 
					
						
							|  |  |  | 		<!-- Repositories to allow snapshot and milestone BOM imports during development.
 | 
					
						
							|  |  |  | 			This section is stripped by the flatten plugin during install/deploy. --> | 
					
						
							|  |  |  | 		<repository> | 
					
						
							|  |  |  | 			<id>central</id> | 
					
						
							|  |  |  | 			<url>https://repo.maven.apache.org/maven2</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>false</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</repository> | 
					
						
							|  |  |  | 		<repository> | 
					
						
							|  |  |  | 			<id>spring-milestone</id> | 
					
						
							|  |  |  | 			<name>Spring Milestone</name> | 
					
						
							|  |  |  | 			<url>http://repo.spring.io/milestone</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>false</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</repository> | 
					
						
							|  |  |  | 		<repository> | 
					
						
							|  |  |  | 			<id>spring-snapshot</id> | 
					
						
							|  |  |  | 			<name>Spring Snapshot</name> | 
					
						
							|  |  |  | 			<url>http://repo.spring.io/snapshot</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>true</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</repository> | 
					
						
							|  |  |  | 		<repository> | 
					
						
							|  |  |  | 			<id>rabbit-milestone</id> | 
					
						
							|  |  |  | 			<name>Rabbit Milestone</name> | 
					
						
							|  |  |  | 			<url>https://dl.bintray.com/rabbitmq/maven-milestones</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>false</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</repository> | 
					
						
							|  |  |  | 	</repositories> | 
					
						
							|  |  |  | 	<pluginRepositories> | 
					
						
							|  |  |  | 		<pluginRepository> | 
					
						
							|  |  |  | 			<id>central</id> | 
					
						
							|  |  |  | 			<url>https://repo.maven.apache.org/maven2</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>false</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</pluginRepository> | 
					
						
							|  |  |  | 		<pluginRepository> | 
					
						
							|  |  |  | 			<id>spring-milestone</id> | 
					
						
							|  |  |  | 			<name>Spring Milestone</name> | 
					
						
							|  |  |  | 			<url>http://repo.spring.io/milestone</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>false</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</pluginRepository> | 
					
						
							|  |  |  | 		<pluginRepository> | 
					
						
							|  |  |  | 			<id>spring-snapshot</id> | 
					
						
							|  |  |  | 			<name>Spring Snapshot</name> | 
					
						
							|  |  |  | 			<url>http://repo.spring.io/snapshot</url> | 
					
						
							|  |  |  | 			<snapshots> | 
					
						
							|  |  |  | 				<enabled>true</enabled> | 
					
						
							|  |  |  | 			</snapshots> | 
					
						
							|  |  |  | 		</pluginRepository> | 
					
						
							|  |  |  | 	</pluginRepositories> | 
					
						
							| 
									
										
										
										
											2017-11-02 06:34:19 +08:00
										 |  |  | 	<build> | 
					
						
							|  |  |  | 		<pluginManagement> | 
					
						
							|  |  |  | 			<plugins> | 
					
						
							|  |  |  | 				<!--This plugin's configuration is used to store Eclipse m2e settings
 | 
					
						
							|  |  |  | 					only. It has no influence on the Maven build itself. --> | 
					
						
							|  |  |  | 				<plugin> | 
					
						
							|  |  |  | 					<groupId>org.eclipse.m2e</groupId> | 
					
						
							|  |  |  | 					<artifactId>lifecycle-mapping</artifactId> | 
					
						
							|  |  |  | 					<version>1.0.0</version> | 
					
						
							|  |  |  | 					<configuration> | 
					
						
							|  |  |  | 						<lifecycleMappingMetadata> | 
					
						
							|  |  |  | 							<pluginExecutions> | 
					
						
							|  |  |  | 								<pluginExecution> | 
					
						
							|  |  |  | 									<pluginExecutionFilter> | 
					
						
							|  |  |  | 										<groupId> | 
					
						
							|  |  |  | 											org.jetbrains.kotlin | 
					
						
							|  |  |  | 										</groupId> | 
					
						
							|  |  |  | 										<artifactId> | 
					
						
							|  |  |  | 											kotlin-maven-plugin | 
					
						
							|  |  |  | 										</artifactId> | 
					
						
							|  |  |  | 										<versionRange> | 
					
						
							|  |  |  | 											[1.1.51,) | 
					
						
							|  |  |  | 										</versionRange> | 
					
						
							|  |  |  | 										<goals> | 
					
						
							|  |  |  | 											<goal>compile</goal> | 
					
						
							|  |  |  | 											<goal>test-compile</goal> | 
					
						
							|  |  |  | 										</goals> | 
					
						
							|  |  |  | 									</pluginExecutionFilter> | 
					
						
							|  |  |  | 									<action> | 
					
						
							|  |  |  | 										<ignore></ignore> | 
					
						
							|  |  |  | 									</action> | 
					
						
							|  |  |  | 								</pluginExecution> | 
					
						
							|  |  |  | 							</pluginExecutions> | 
					
						
							|  |  |  | 						</lifecycleMappingMetadata> | 
					
						
							|  |  |  | 					</configuration> | 
					
						
							|  |  |  | 				</plugin> | 
					
						
							|  |  |  | 			</plugins> | 
					
						
							|  |  |  | 		</pluginManagement> | 
					
						
							|  |  |  | 	</build> | 
					
						
							| 
									
										
										
										
											2013-04-24 17:02:07 +08:00
										 |  |  | </project> |