|
@@ -3,14 +3,14 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
<artifactId>examcloud-components</artifactId>
|
|
|
- <version>v4.1.0-SNAPSHOT</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
- <properties>
|
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- </properties>
|
|
|
+ <parent>
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
+ <artifactId>examcloud-parent</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ <relativePath>../examcloud-parent/pom.xml</relativePath>
|
|
|
+ </parent>
|
|
|
|
|
|
<modules>
|
|
|
<module>examcloud-jenkins-build</module>
|
|
@@ -26,43 +26,4 @@
|
|
|
<module>examcloud-starters</module>
|
|
|
</modules>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- <distributionManagement>
|
|
|
- <repository>
|
|
|
- <id>maven-releases</id>
|
|
|
- <name>Release repository</name>
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-releases/</url>
|
|
|
- </repository>
|
|
|
- <snapshotRepository>
|
|
|
- <id>maven-snapshots</id>
|
|
|
- <name>Snapshots repository</name>
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
-
|
|
|
-
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <showWarnings>false</showWarnings>
|
|
|
- <source>${maven.compiler.source}</source>
|
|
|
- <target>${maven.compiler.target}</target>
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <skip>true</skip>
|
|
|
- <skipTests>true</skipTests>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
-</project>
|
|
|
+</project>
|