|
@@ -1,66 +1,72 @@
|
|
|
<?xml version="1.0"?>
|
|
|
-<project
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
- xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <parent>
|
|
|
- <groupId>cn.com.qmth.examcloud.core.reports</groupId>
|
|
|
- <artifactId>examcloud-core-reports</artifactId>
|
|
|
- <version>v4.1.0-SNAPSHOT</version>
|
|
|
- </parent>
|
|
|
- <artifactId>examcloud-core-reports-starter</artifactId>
|
|
|
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <artifactId>examcloud-core-reports-starter</artifactId>
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.com.qmth.examcloud.core.reports</groupId>
|
|
|
- <artifactId>examcloud-core-reports-api-provider</artifactId>
|
|
|
- <version>${examcloud.version}</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <mainClass>cn.com.qmth.examcloud.core.reports.starter.CoreReportsApp</mainClass>
|
|
|
- <addClasspath>true</addClasspath>
|
|
|
- <classpathPrefix>./</classpathPrefix>
|
|
|
- </manifest>
|
|
|
- <manifestEntries>
|
|
|
- <Class-Path>../config/</Class-Path>
|
|
|
- </manifestEntries>
|
|
|
- </archive>
|
|
|
- <excludes>
|
|
|
- <exclude>*.properties</exclude>
|
|
|
- <exclude>*.xml </exclude>
|
|
|
- <exclude>*.conf </exclude>
|
|
|
- <exclude>classpath.location</exclude>
|
|
|
- </excludes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-assembly-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <finalName>examcloud-core-reports</finalName>
|
|
|
- <descriptors>
|
|
|
- <descriptor>assembly.xml</descriptor>
|
|
|
- </descriptors>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>make-assembly</id>
|
|
|
- <phase>install</phase>
|
|
|
- <goals>
|
|
|
- <goal>assembly</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
+ <parent>
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
+ <artifactId>examcloud-core-reports</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </parent>
|
|
|
+
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
+ <artifactId>examcloud-core-reports-api-provider</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-jar-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <archive>
|
|
|
+ <manifest>
|
|
|
+ <mainClass>cn.com.qmth.examcloud.core.reports.starter.CoreReportsApp</mainClass>
|
|
|
+ <addClasspath>true</addClasspath>
|
|
|
+ <classpathPrefix>./</classpathPrefix>
|
|
|
+ </manifest>
|
|
|
+ <manifestEntries>
|
|
|
+ <Class-Path>../config/</Class-Path>
|
|
|
+ </manifestEntries>
|
|
|
+ </archive>
|
|
|
+ <excludes>
|
|
|
+ <exclude>*.properties</exclude>
|
|
|
+ <exclude>*.xml</exclude>
|
|
|
+ <exclude>*.conf</exclude>
|
|
|
+ <exclude>classpath.location</exclude>
|
|
|
+ </excludes>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-assembly-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <finalName>examcloud-core-reports</finalName>
|
|
|
+ <descriptors>
|
|
|
+ <descriptor>assembly.xml</descriptor>
|
|
|
+ </descriptors>
|
|
|
+ </configuration>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>make-assembly</id>
|
|
|
+ <phase>install</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>assembly</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
</project>
|