You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<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"> |
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>com.fr.third</groupId> |
|
<artifactId>base-third</artifactId> |
|
<version>${revision}</version> |
|
<packaging>pom</packaging> |
|
<properties> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<classes-path>G:\Code\10.0\feature-third-maven\base-third\base-third-project\</classes-path> |
|
<revision>10.0-FEATURE-SNAPSHOT</revision> |
|
<essentialVersion>1.0-RELEASE-SNAPSHOT</essentialVersion> |
|
<language-level>1.8</language-level> |
|
</properties> |
|
|
|
<modules> |
|
<module>base-third-step1</module> |
|
<module>base-third-step2</module> |
|
<module>base-third-step3</module> |
|
<module>base-third-step4</module> |
|
<module>base-third-step5</module> |
|
<module>base-third-step6</module> |
|
<module>base-third-step7</module> |
|
<module>base-third-step8</module> |
|
</modules> |
|
|
|
|
|
</project> |