Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 26.25 KB | None | 0 0
  1. <!-- ====================================================================== -->
  2. <!--                                                                        -->
  3. <!-- Generated on 2019-04-26T06:07:56                                       -->
  4. <!--                                                                        -->
  5. <!-- ====================================================================== -->
  6.  
  7. <!-- ====================================================================== -->
  8. <!--                                                                        -->
  9. <!-- Effective POM for project                                              -->
  10. <!-- 'com.heatmanofurioso.concertlivecheck:webapp:war:1.0-SNAPSHOT'         -->
  11. <!--                                                                        -->
  12. <!-- ====================================================================== -->
  13.  
  14. <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">
  15.   <modelVersion>4.0.0</modelVersion>
  16.  
  17.   <parent>
  18.     <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  19.     <artifactId>concertlivecheck</artifactId>
  20.     <version>1.0-SNAPSHOT</version>
  21.   </parent>
  22.  
  23.   <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  24.   <artifactId>webapp</artifactId>
  25.   <version>1.0-SNAPSHOT</version>
  26.   <packaging>war</packaging>
  27.  
  28.   <distributionManagement>
  29.     <repository>
  30.       <id>maven-releases</id>
  31.       <url>http://localhost:3041/repository/maven-releases/</url>
  32.     </repository>
  33.     <snapshotRepository>
  34.       <id>maven-snapshots</id>
  35.       <url>http://localhost:3041/repository/maven-snapshots/</url>
  36.     </snapshotRepository>
  37.   </distributionManagement>
  38.  
  39.   <properties>
  40.     <JAVA_11_HOME>C:\Program Files\Java\jdk-11.0.3</JAVA_11_HOME>
  41.     <JAVA_12_HOME>C:\Program Files\Java\jdk-12.0.1</JAVA_12_HOME>
  42.     <JAVA_8_HOME>C:\Program Files\Java\jdk1.8.0_121</JAVA_8_HOME>
  43.     <flyway.version>5.2.4</flyway.version>
  44.     <hibernate.version>5.4.2.Final</hibernate.version>
  45.     <jackson.version>2.9.8</jackson.version>
  46.     <java.version>11</java.version>
  47.     <maven.compiler.source>11</maven.compiler.source>
  48.     <maven.compiler.target>11</maven.compiler.target>
  49.     <maven.dependency.plugin.version>3.1.1</maven.dependency.plugin.version>
  50.     <maven.war.plugin.version>3.2.2</maven.war.plugin.version>
  51.     <mockito.core.version>2.27.0</mockito.core.version>
  52.     <mysql.connector.version>8.0.15</mysql.connector.version>
  53.     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  54.     <project.version>1.0-SNAPSHOT</project.version>
  55.     <slf4j.version>1.7.26</slf4j.version>
  56.     <spring.data.version>2.1.6.RELEASE</spring.data.version>
  57.     <spring.orm.version>5.1.6.RELEASE</spring.orm.version>
  58.     <spring.security.version>5.1.5.RELEASE</spring.security.version>
  59.     <spring.version>5.1.6.RELEASE</spring.version>
  60.   </properties>
  61.  
  62.   <dependencyManagement>
  63.     <dependencies>
  64.       <dependency>
  65.         <groupId>junit</groupId>
  66.         <artifactId>junit</artifactId>
  67.         <version>4.12</version>
  68.         <scope>test</scope>
  69.       </dependency>
  70.       <dependency>
  71.         <groupId>org.mockito</groupId>
  72.         <artifactId>mockito-core</artifactId>
  73.         <version>2.27.0</version>
  74.         <scope>test</scope>
  75.       </dependency>
  76.       <dependency>
  77.         <groupId>org.springframework.data</groupId>
  78.         <artifactId>spring-data-jpa</artifactId>
  79.         <version>2.1.6.RELEASE</version>
  80.       </dependency>
  81.       <dependency>
  82.         <groupId>org.springframework</groupId>
  83.         <artifactId>spring-test</artifactId>
  84.         <version>5.1.6.RELEASE</version>
  85.       </dependency>
  86.       <dependency>
  87.         <groupId>org.springframework</groupId>
  88.         <artifactId>spring-core</artifactId>
  89.         <version>5.1.6.RELEASE</version>
  90.       </dependency>
  91.       <dependency>
  92.         <groupId>org.springframework</groupId>
  93.         <artifactId>spring-context</artifactId>
  94.         <version>5.1.6.RELEASE</version>
  95.       </dependency>
  96.       <dependency>
  97.         <groupId>org.springframework</groupId>
  98.         <artifactId>spring-web</artifactId>
  99.         <version>5.1.6.RELEASE</version>
  100.       </dependency>
  101.       <dependency>
  102.         <groupId>org.springframework</groupId>
  103.         <artifactId>spring-beans</artifactId>
  104.         <version>5.1.6.RELEASE</version>
  105.       </dependency>
  106.       <dependency>
  107.         <groupId>org.springframework.security</groupId>
  108.         <artifactId>spring-security-web</artifactId>
  109.         <version>5.1.5.RELEASE</version>
  110.       </dependency>
  111.       <dependency>
  112.         <groupId>org.springframework.security</groupId>
  113.         <artifactId>spring-security-config</artifactId>
  114.         <version>5.1.5.RELEASE</version>
  115.       </dependency>
  116.       <dependency>
  117.         <groupId>org.springframework</groupId>
  118.         <artifactId>spring-webmvc</artifactId>
  119.         <version>5.1.6.RELEASE</version>
  120.       </dependency>
  121.       <dependency>
  122.         <groupId>org.slf4j</groupId>
  123.         <artifactId>slf4j-api</artifactId>
  124.         <version>1.7.26</version>
  125.       </dependency>
  126.       <dependency>
  127.         <groupId>org.slf4j</groupId>
  128.         <artifactId>log4j-over-slf4j</artifactId>
  129.         <version>1.7.26</version>
  130.       </dependency>
  131.       <dependency>
  132.         <groupId>org.flywaydb</groupId>
  133.         <artifactId>flyway-maven-plugin</artifactId>
  134.         <version>5.2.4</version>
  135.         <scope>compile</scope>
  136.       </dependency>
  137.       <dependency>
  138.         <groupId>org.flywaydb</groupId>
  139.         <artifactId>flyway-core</artifactId>
  140.         <version>5.2.4</version>
  141.       </dependency>
  142.       <dependency>
  143.         <groupId>mysql</groupId>
  144.         <artifactId>mysql-connector-java</artifactId>
  145.         <version>8.0.15</version>
  146.       </dependency>
  147.       <dependency>
  148.         <groupId>org.springframework</groupId>
  149.         <artifactId>spring-orm</artifactId>
  150.         <version>5.1.6.RELEASE</version>
  151.       </dependency>
  152.       <dependency>
  153.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  154.         <artifactId>utils</artifactId>
  155.         <version>1.0-SNAPSHOT</version>
  156.         <scope>compile</scope>
  157.       </dependency>
  158.       <dependency>
  159.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  160.         <artifactId>database</artifactId>
  161.         <version>1.0-SNAPSHOT</version>
  162.         <type>pom</type>
  163.         <scope>compile</scope>
  164.       </dependency>
  165.       <dependency>
  166.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  167.         <artifactId>service</artifactId>
  168.         <version>1.0-SNAPSHOT</version>
  169.       </dependency>
  170.       <dependency>
  171.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  172.         <artifactId>common</artifactId>
  173.         <version>1.0-SNAPSHOT</version>
  174.       </dependency>
  175.       <dependency>
  176.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  177.         <artifactId>contextclc</artifactId>
  178.         <version>1.0-SNAPSHOT</version>
  179.       </dependency>
  180.       <dependency>
  181.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  182.         <artifactId>plugin</artifactId>
  183.         <version>1.0-SNAPSHOT</version>
  184.       </dependency>
  185.       <dependency>
  186.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  187.         <artifactId>application</artifactId>
  188.         <version>1.0-SNAPSHOT</version>
  189.       </dependency>
  190.       <dependency>
  191.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  192.         <artifactId>webapp</artifactId>
  193.         <version>1.0-SNAPSHOT</version>
  194.       </dependency>
  195.       <dependency>
  196.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  197.         <artifactId>persistencehibernateimplementation</artifactId>
  198.         <version>1.0-SNAPSHOT</version>
  199.       </dependency>
  200.       <dependency>
  201.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  202.         <artifactId>persistence-mysql</artifactId>
  203.         <version>1.0-SNAPSHOT</version>
  204.       </dependency>
  205.       <dependency>
  206.         <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  207.         <artifactId>gig-management-context</artifactId>
  208.         <version>1.0-SNAPSHOT</version>
  209.       </dependency>
  210.       <dependency>
  211.         <groupId>com.fasterxml.jackson.core</groupId>
  212.         <artifactId>jackson-core</artifactId>
  213.         <version>2.9.8</version>
  214.       </dependency>
  215.       <dependency>
  216.         <groupId>com.fasterxml.jackson.core</groupId>
  217.         <artifactId>jackson-annotations</artifactId>
  218.         <version>2.9.8</version>
  219.       </dependency>
  220.       <dependency>
  221.         <groupId>com.fasterxml.jackson.core</groupId>
  222.         <artifactId>jackson-databind</artifactId>
  223.         <version>2.9.8</version>
  224.       </dependency>
  225.       <dependency>
  226.         <groupId>org.hibernate</groupId>
  227.         <artifactId>hibernate-core</artifactId>
  228.         <version>5.4.2.Final</version>
  229.         <scope>provided</scope>
  230.       </dependency>
  231.       <dependency>
  232.         <groupId>org.hibernate</groupId>
  233.         <artifactId>hibernate-entitymanager</artifactId>
  234.         <version>5.4.2.Final</version>
  235.         <scope>provided</scope>
  236.       </dependency>
  237.       <dependency>
  238.         <groupId>org.hibernate.validator</groupId>
  239.         <artifactId>hibernate-validator</artifactId>
  240.         <version>6.0.16.Final</version>
  241.         <scope>provided</scope>
  242.       </dependency>
  243.       <dependency>
  244.         <groupId>com.google.guava</groupId>
  245.         <artifactId>guava</artifactId>
  246.         <version>27.1-jre</version>
  247.       </dependency>
  248.       <dependency>
  249.         <groupId>javax</groupId>
  250.         <artifactId>javaee-api</artifactId>
  251.         <version>8.0.1</version>
  252.         <scope>provided</scope>
  253.       </dependency>
  254.       <dependency>
  255.         <groupId>com.google.code.gson</groupId>
  256.         <artifactId>gson</artifactId>
  257.         <version>2.8.5</version>
  258.         <scope>compile</scope>
  259.       </dependency>
  260.       <dependency>
  261.         <groupId>com.jcraft</groupId>
  262.         <artifactId>jsch</artifactId>
  263.         <version>0.1.55</version>
  264.       </dependency>
  265.       <dependency>
  266.         <groupId>org.passay</groupId>
  267.         <artifactId>passay</artifactId>
  268.         <version>1.5.0</version>
  269.       </dependency>
  270.       <dependency>
  271.         <groupId>commons-validator</groupId>
  272.         <artifactId>commons-validator</artifactId>
  273.         <version>1.6</version>
  274.       </dependency>
  275.       <dependency>
  276.         <groupId>javax.xml.bind</groupId>
  277.         <artifactId>jaxb-api</artifactId>
  278.         <version>2.3.1</version>
  279.       </dependency>
  280.     </dependencies>
  281.   </dependencyManagement>
  282.  
  283.   <dependencies>
  284.     <dependency>
  285.       <groupId>javax</groupId>
  286.       <artifactId>javaee-api</artifactId>
  287.       <version>8.0.1</version>
  288.       <scope>provided</scope>
  289.     </dependency>
  290.     <dependency>
  291.       <groupId>org.springframework</groupId>
  292.       <artifactId>spring-webmvc</artifactId>
  293.       <version>5.1.6.RELEASE</version>
  294.       <scope>compile</scope>
  295.     </dependency>
  296.     <dependency>
  297.       <groupId>org.springframework</groupId>
  298.       <artifactId>spring-test</artifactId>
  299.       <version>5.1.6.RELEASE</version>
  300.       <scope>compile</scope>
  301.     </dependency>
  302.     <dependency>
  303.       <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  304.       <artifactId>utils</artifactId>
  305.       <version>1.0-SNAPSHOT</version>
  306.       <scope>compile</scope>
  307.     </dependency>
  308.     <dependency>
  309.       <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  310.       <artifactId>database</artifactId>
  311.       <version>1.0-SNAPSHOT</version>
  312.       <type>pom</type>
  313.       <scope>compile</scope>
  314.     </dependency>
  315.     <dependency>
  316.       <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  317.       <artifactId>service</artifactId>
  318.       <version>1.0-SNAPSHOT</version>
  319.       <type>pom</type>
  320.       <scope>compile</scope>
  321.     </dependency>
  322.     <dependency>
  323.       <groupId>com.heatmanofurioso.concertlivecheck</groupId>
  324.       <artifactId>plugin</artifactId>
  325.       <version>1.0-SNAPSHOT</version>
  326.       <scope>compile</scope>
  327.     </dependency>
  328.     <dependency>
  329.       <groupId>com.fasterxml.jackson.core</groupId>
  330.       <artifactId>jackson-core</artifactId>
  331.       <version>2.9.8</version>
  332.       <scope>compile</scope>
  333.     </dependency>
  334.     <dependency>
  335.       <groupId>com.fasterxml.jackson.core</groupId>
  336.       <artifactId>jackson-annotations</artifactId>
  337.       <version>2.9.8</version>
  338.       <scope>compile</scope>
  339.     </dependency>
  340.     <dependency>
  341.       <groupId>com.fasterxml.jackson.core</groupId>
  342.       <artifactId>jackson-databind</artifactId>
  343.       <version>2.9.8</version>
  344.       <scope>compile</scope>
  345.     </dependency>
  346.     <dependency>
  347.       <groupId>org.hibernate</groupId>
  348.       <artifactId>hibernate-core</artifactId>
  349.       <version>5.4.2.Final</version>
  350.       <scope>provided</scope>
  351.     </dependency>
  352.   </dependencies>
  353.  
  354.   <repositories>
  355.     <repository>
  356.       <id>repository.spring.snapshot</id>
  357.       <name>Spring Snapshot Repository</name>
  358.       <url>http://repo.spring.io/milestone</url>
  359.     </repository>
  360.     <repository>
  361.       <id>maven-group</id>
  362.       <url>http://localhost:3041/repository/maven-public/</url>
  363.     </repository>
  364.     <repository>
  365.       <snapshots>
  366.         <enabled>false</enabled>
  367.       </snapshots>
  368.       <id>central</id>
  369.       <name>Central Repository</name>
  370.       <url>https://repo.maven.apache.org/maven2</url>
  371.     </repository>
  372.   </repositories>
  373.  
  374.   <pluginRepositories>
  375.     <pluginRepository>
  376.       <releases>
  377.         <updatePolicy>never</updatePolicy>
  378.       </releases>
  379.       <snapshots>
  380.         <enabled>false</enabled>
  381.       </snapshots>
  382.       <id>central</id>
  383.       <name>Central Repository</name>
  384.       <url>https://repo.maven.apache.org/maven2</url>
  385.     </pluginRepository>
  386.   </pluginRepositories>
  387.  
  388.   <build>
  389.     <sourceDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\src\main\java</sourceDirectory>
  390.     <scriptSourceDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\src\main\scripts</scriptSourceDirectory>
  391.     <testSourceDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\src\test\java</testSourceDirectory>
  392.     <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\classes</outputDirectory>
  393.     <testOutputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\test-classes</testOutputDirectory>
  394.  
  395.     <resources>
  396.       <resource>
  397.         <targetPath>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\classes</targetPath>
  398.         <directory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\src\main\resources</directory>
  399.         <includes>
  400.           <include>application.properties</include>
  401.         </includes>
  402.       </resource>
  403.     </resources>
  404.  
  405.     <testResources>
  406.       <testResource>
  407.         <directory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\src\test\resources</directory>
  408.       </testResource>
  409.     </testResources>
  410.  
  411.     <directory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target</directory>
  412.     <finalName>ConcertLiveCheck</finalName>
  413.  
  414.     <pluginManagement>
  415.       <plugins>
  416.         <plugin>
  417.           <artifactId>maven-antrun-plugin</artifactId>
  418.           <version>1.3</version>
  419.         </plugin>
  420.         <plugin>
  421.           <artifactId>maven-assembly-plugin</artifactId>
  422.           <version>2.2-beta-5</version>
  423.         </plugin>
  424.         <plugin>
  425.           <artifactId>maven-war-plugin</artifactId>
  426.           <version>3.2.2</version>
  427.           <configuration>
  428.             <warName>concertlivecheck</warName>
  429.             <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target/../../../../../deployments/backend/</outputDirectory>
  430.             <archive>
  431.               <manifestFile>src/main/resources/MANIFEST.MF</manifestFile>
  432.               <manifestEntries>
  433.                 <Dependencies>jdk.unsupported</Dependencies>
  434.               </manifestEntries>
  435.             </archive>
  436.           </configuration>
  437.         </plugin>
  438.         <plugin>
  439.           <artifactId>maven-dependency-plugin</artifactId>
  440.           <version>3.1.1</version>
  441.           <executions>
  442.             <execution>
  443.               <id>install</id>
  444.               <phase>install</phase>
  445.               <goals>
  446.                 <goal>sources</goal>
  447.               </goals>
  448.             </execution>
  449.           </executions>
  450.         </plugin>
  451.         <plugin>
  452.           <artifactId>maven-release-plugin</artifactId>
  453.           <version>2.5.3</version>
  454.         </plugin>
  455.         <plugin>
  456.           <artifactId>maven-resources-plugin</artifactId>
  457.           <version>3.1.0</version>
  458.           <configuration>
  459.             <encoding>UTF-8</encoding>
  460.           </configuration>
  461.         </plugin>
  462.         <plugin>
  463.           <artifactId>maven-compiler-plugin</artifactId>
  464.           <version>3.8.0</version>
  465.           <configuration>
  466.             <source>11</source>
  467.             <target>11</target>
  468.             <verbose>true</verbose>
  469.             <fork>true</fork>
  470.             <executable>C:\Program Files\Java\jdk-11.0.3/bin/javac</executable>
  471.             <compilerVersion />
  472.           </configuration>
  473.         </plugin>
  474.         <plugin>
  475.           <artifactId>maven-deploy-plugin</artifactId>
  476.           <version>2.8.2</version>
  477.           <executions>
  478.             <execution>
  479.               <id>default-deploy</id>
  480.               <phase>deploy</phase>
  481.               <goals>
  482.                 <goal>deploy</goal>
  483.               </goals>
  484.               <configuration>
  485.                 <skip>false</skip>
  486.               </configuration>
  487.             </execution>
  488.           </executions>
  489.           <configuration>
  490.             <skip>false</skip>
  491.           </configuration>
  492.         </plugin>
  493.         <plugin>
  494.           <artifactId>maven-enforcer-plugin</artifactId>
  495.           <version>3.0.0-M2</version>
  496.           <executions>
  497.             <execution>
  498.               <id>enforce-versions</id>
  499.               <goals>
  500.                 <goal>enforce</goal>
  501.               </goals>
  502.               <configuration>
  503.                 <rules>
  504.                   <bannedPlugins>
  505.                     <level>WARN</level>
  506.                     <excludes>
  507.                       <exclude>org.apache.maven.plugins:maven-verifier-plugin</exclude>
  508.                     </excludes>
  509.                     <message>Please consider using the maven-invoker-plugin (http://maven.apache.org/plugins/maven-invoker-plugin/)!</message>
  510.                   </bannedPlugins>
  511.                   <requireMavenVersion>
  512.                     <version>3.6.1</version>
  513.                   </requireMavenVersion>
  514.                   <requireJavaVersion>
  515.                     <version>12</version>
  516.                   </requireJavaVersion>
  517.                 </rules>
  518.               </configuration>
  519.             </execution>
  520.           </executions>
  521.         </plugin>
  522.       </plugins>
  523.     </pluginManagement>
  524.  
  525.     <plugins>
  526.       <plugin>
  527.         <artifactId>maven-clean-plugin</artifactId>
  528.         <version>2.5</version>
  529.         <executions>
  530.           <execution>
  531.             <id>default-clean</id>
  532.             <phase>clean</phase>
  533.             <goals>
  534.               <goal>clean</goal>
  535.             </goals>
  536.           </execution>
  537.         </executions>
  538.       </plugin>
  539.       <plugin>
  540.         <artifactId>maven-resources-plugin</artifactId>
  541.         <version>3.1.0</version>
  542.         <executions>
  543.           <execution>
  544.             <id>default-testResources</id>
  545.             <phase>process-test-resources</phase>
  546.             <goals>
  547.               <goal>testResources</goal>
  548.             </goals>
  549.             <configuration>
  550.               <encoding>UTF-8</encoding>
  551.             </configuration>
  552.           </execution>
  553.           <execution>
  554.             <id>default-resources</id>
  555.             <phase>process-resources</phase>
  556.             <goals>
  557.               <goal>resources</goal>
  558.             </goals>
  559.             <configuration>
  560.               <encoding>UTF-8</encoding>
  561.             </configuration>
  562.           </execution>
  563.         </executions>
  564.         <configuration>
  565.           <encoding>UTF-8</encoding>
  566.         </configuration>
  567.       </plugin>
  568.       <plugin>
  569.         <artifactId>maven-war-plugin</artifactId>
  570.         <version>3.2.2</version>
  571.         <executions>
  572.           <execution>
  573.             <id>default-war</id>
  574.             <phase>package</phase>
  575.             <goals>
  576.               <goal>war</goal>
  577.             </goals>
  578.             <configuration>
  579.               <warName>concertlivecheck</warName>
  580.               <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target/../../../../../deployments/backend/</outputDirectory>
  581.               <archive>
  582.                 <manifestFile>src/main/resources/MANIFEST.MF</manifestFile>
  583.                 <manifestEntries>
  584.                   <Dependencies>jdk.unsupported</Dependencies>
  585.                 </manifestEntries>
  586.               </archive>
  587.             </configuration>
  588.           </execution>
  589.         </executions>
  590.         <configuration>
  591.           <warName>concertlivecheck</warName>
  592.           <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target/../../../../../deployments/backend/</outputDirectory>
  593.           <archive>
  594.             <manifestFile>src/main/resources/MANIFEST.MF</manifestFile>
  595.             <manifestEntries>
  596.               <Dependencies>jdk.unsupported</Dependencies>
  597.             </manifestEntries>
  598.           </archive>
  599.         </configuration>
  600.       </plugin>
  601.       <plugin>
  602.         <artifactId>maven-compiler-plugin</artifactId>
  603.         <version>3.8.0</version>
  604.         <executions>
  605.           <execution>
  606.             <id>default-compile</id>
  607.             <phase>compile</phase>
  608.             <goals>
  609.               <goal>compile</goal>
  610.             </goals>
  611.             <configuration>
  612.               <source>11</source>
  613.               <target>11</target>
  614.               <verbose>true</verbose>
  615.               <fork>true</fork>
  616.               <executable>C:\Program Files\Java\jdk-11.0.3/bin/javac</executable>
  617.               <compilerVersion />
  618.             </configuration>
  619.           </execution>
  620.           <execution>
  621.             <id>default-testCompile</id>
  622.             <phase>test-compile</phase>
  623.             <goals>
  624.               <goal>testCompile</goal>
  625.             </goals>
  626.             <configuration>
  627.               <source>11</source>
  628.               <target>11</target>
  629.               <verbose>true</verbose>
  630.               <fork>true</fork>
  631.               <executable>C:\Program Files\Java\jdk-11.0.3/bin/javac</executable>
  632.               <compilerVersion />
  633.             </configuration>
  634.           </execution>
  635.         </executions>
  636.         <configuration>
  637.           <source>11</source>
  638.           <target>11</target>
  639.           <verbose>true</verbose>
  640.           <fork>true</fork>
  641.           <executable>C:\Program Files\Java\jdk-11.0.3/bin/javac</executable>
  642.           <compilerVersion />
  643.         </configuration>
  644.       </plugin>
  645.       <plugin>
  646.         <artifactId>maven-surefire-plugin</artifactId>
  647.         <version>2.12.4</version>
  648.         <executions>
  649.           <execution>
  650.             <id>default-test</id>
  651.             <phase>test</phase>
  652.             <goals>
  653.               <goal>test</goal>
  654.             </goals>
  655.           </execution>
  656.         </executions>
  657.       </plugin>
  658.       <plugin>
  659.         <artifactId>maven-install-plugin</artifactId>
  660.         <version>2.4</version>
  661.         <executions>
  662.           <execution>
  663.             <id>default-install</id>
  664.             <phase>install</phase>
  665.             <goals>
  666.               <goal>install</goal>
  667.             </goals>
  668.           </execution>
  669.         </executions>
  670.       </plugin>
  671.       <plugin>
  672.         <artifactId>maven-deploy-plugin</artifactId>
  673.         <version>2.8.2</version>
  674.         <executions>
  675.           <execution>
  676.             <id>default-deploy</id>
  677.             <phase>deploy</phase>
  678.             <goals>
  679.               <goal>deploy</goal>
  680.             </goals>
  681.             <configuration>
  682.               <skip>false</skip>
  683.             </configuration>
  684.           </execution>
  685.         </executions>
  686.         <configuration>
  687.           <skip>false</skip>
  688.         </configuration>
  689.       </plugin>
  690.       <plugin>
  691.         <artifactId>maven-site-plugin</artifactId>
  692.         <version>3.3</version>
  693.         <executions>
  694.           <execution>
  695.             <id>default-site</id>
  696.             <phase>site</phase>
  697.             <goals>
  698.               <goal>site</goal>
  699.             </goals>
  700.             <configuration>
  701.               <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\site</outputDirectory>
  702.               <reportPlugins>
  703.                 <reportPlugin>
  704.                   <groupId>org.apache.maven.plugins</groupId>
  705.                   <artifactId>maven-project-info-reports-plugin</artifactId>
  706.                 </reportPlugin>
  707.               </reportPlugins>
  708.             </configuration>
  709.           </execution>
  710.           <execution>
  711.             <id>default-deploy</id>
  712.             <phase>site-deploy</phase>
  713.             <goals>
  714.               <goal>deploy</goal>
  715.             </goals>
  716.             <configuration>
  717.               <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\site</outputDirectory>
  718.               <reportPlugins>
  719.                 <reportPlugin>
  720.                   <groupId>org.apache.maven.plugins</groupId>
  721.                   <artifactId>maven-project-info-reports-plugin</artifactId>
  722.                 </reportPlugin>
  723.               </reportPlugins>
  724.             </configuration>
  725.           </execution>
  726.         </executions>
  727.         <configuration>
  728.           <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\site</outputDirectory>
  729.           <reportPlugins>
  730.             <reportPlugin>
  731.               <groupId>org.apache.maven.plugins</groupId>
  732.               <artifactId>maven-project-info-reports-plugin</artifactId>
  733.             </reportPlugin>
  734.           </reportPlugins>
  735.         </configuration>
  736.       </plugin>
  737.     </plugins>
  738.   </build>
  739.  
  740.   <reporting>
  741.     <outputDirectory>F:\Git\ConcertLiveCheck\docker\workspace\backend\concertlivecheck\webapp\target\site</outputDirectory>
  742.   </reporting>
  743. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement