Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
1,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 21.91 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <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"
  3.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.   <modelVersion>4.0.0</modelVersion>
  5.   <parent>
  6.     <groupId>com.somecompany.apis.middleware</groupId>
  7.     <artifactId>somecompany-apis-middleware</artifactId>
  8.     <version>5.0</version>
  9.   </parent>
  10.   <groupId>com.somecompany.apis.middleware</groupId>
  11.   <artifactId>somecompany-apis-middleware-server</artifactId>
  12.   <version>5.0</version>
  13.   <packaging>war</packaging>
  14.   <name>somecompany-apis-middleware-server</name>
  15.   <url>http://www.somecompany.com/somecompany-apis/somecompany-apis-middleware/somecompany-apis-middleware-server</url>
  16.   <properties>
  17.     <jersey.version>2.12</jersey.version>
  18.     <somecompany.version>5.0</somecompany.version>
  19.     <sl4j.version>1.7.5</sl4j.version>
  20.     <maven.compiler.source>1.8</maven.compiler.source>
  21.     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22.     <maven.compiler.target>1.8</maven.compiler.target>
  23.   </properties>
  24.   <dependencyManagement>
  25.     <dependencies>
  26.       <dependency>
  27.         <groupId>org.glassfish.jersey.core</groupId>
  28.         <artifactId>jersey-common</artifactId>
  29.         <version>2.12</version>
  30.       </dependency>
  31.       <dependency>
  32.         <groupId>org.glassfish.jersey.core</groupId>
  33.         <artifactId>jersey-client</artifactId>
  34.         <version>2.12</version>
  35.       </dependency>
  36.       <dependency>
  37.         <groupId>org.glassfish.jersey.core</groupId>
  38.         <artifactId>jersey-server</artifactId>
  39.         <version>2.12</version>
  40.       </dependency>
  41.       <dependency>
  42.         <groupId>org.glassfish.jersey.bundles</groupId>
  43.         <artifactId>jaxrs-ri</artifactId>
  44.         <version>2.12</version>
  45.       </dependency>
  46.       <dependency>
  47.         <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
  48.         <artifactId>jersey-guava</artifactId>
  49.         <version>2.12</version>
  50.       </dependency>
  51.       <dependency>
  52.         <groupId>org.glassfish.jersey.bundles.glassfish.v4_0</groupId>
  53.         <artifactId>jersey-gfv4_0-core</artifactId>
  54.         <version>2.12</version>
  55.       </dependency>
  56.       <dependency>
  57.         <groupId>org.glassfish.jersey.bundles.glassfish.v4_0</groupId>
  58.         <artifactId>jersey-gfv4_0-docs-and-examples</artifactId>
  59.         <version>2.12</version>
  60.       </dependency>
  61.       <dependency>
  62.         <groupId>org.glassfish.jersey.connectors</groupId>
  63.         <artifactId>jersey-apache-connector</artifactId>
  64.         <version>2.12</version>
  65.       </dependency>
  66.       <dependency>
  67.         <groupId>org.glassfish.jersey.connectors</groupId>
  68.         <artifactId>jersey-grizzly-connector</artifactId>
  69.         <version>2.12</version>
  70.       </dependency>
  71.       <dependency>
  72.         <groupId>org.glassfish.jersey.connectors</groupId>
  73.         <artifactId>jersey-jetty-connector</artifactId>
  74.         <version>2.12</version>
  75.       </dependency>
  76.       <dependency>
  77.         <groupId>org.glassfish.jersey.containers</groupId>
  78.         <artifactId>jersey-container-jetty-http</artifactId>
  79.         <version>2.12</version>
  80.       </dependency>
  81.       <dependency>
  82.         <groupId>org.glassfish.jersey.containers</groupId>
  83.         <artifactId>jersey-container-grizzly2-http</artifactId>
  84.         <version>2.12</version>
  85.       </dependency>
  86.       <dependency>
  87.         <groupId>org.glassfish.jersey.containers</groupId>
  88.         <artifactId>jersey-container-grizzly2-servlet</artifactId>
  89.         <version>2.12</version>
  90.       </dependency>
  91.       <dependency>
  92.         <groupId>org.glassfish.jersey.containers</groupId>
  93.         <artifactId>jersey-container-jetty-servlet</artifactId>
  94.         <version>2.12</version>
  95.       </dependency>
  96.       <dependency>
  97.         <groupId>org.glassfish.jersey.containers</groupId>
  98.         <artifactId>jersey-container-jdk-http</artifactId>
  99.         <version>2.12</version>
  100.       </dependency>
  101.       <dependency>
  102.         <groupId>org.glassfish.jersey.containers</groupId>
  103.         <artifactId>jersey-container-servlet</artifactId>
  104.         <version>2.12</version>
  105.       </dependency>
  106.       <dependency>
  107.         <groupId>org.glassfish.jersey.containers</groupId>
  108.         <artifactId>jersey-container-servlet-core</artifactId>
  109.         <version>2.12</version>
  110.       </dependency>
  111.       <dependency>
  112.         <groupId>org.glassfish.jersey.containers</groupId>
  113.         <artifactId>jersey-container-simple-http</artifactId>
  114.         <version>2.12</version>
  115.       </dependency>
  116.       <dependency>
  117.         <groupId>org.glassfish.jersey.containers.glassfish</groupId>
  118.         <artifactId>jersey-gf-cdi</artifactId>
  119.         <version>2.12</version>
  120.       </dependency>
  121.       <dependency>
  122.         <groupId>org.glassfish.jersey.containers.glassfish</groupId>
  123.         <artifactId>jersey-gf-ejb</artifactId>
  124.         <version>2.12</version>
  125.       </dependency>
  126.       <dependency>
  127.         <groupId>org.glassfish.jersey.containers.glassfish</groupId>
  128.         <artifactId>jersey-gf-cdi-ban-custom-hk2-binding</artifactId>
  129.         <version>2.12</version>
  130.       </dependency>
  131.       <dependency>
  132.         <groupId>org.glassfish.jersey.ext</groupId>
  133.         <artifactId>jersey-bean-validation</artifactId>
  134.         <version>2.12</version>
  135.       </dependency>
  136.       <dependency>
  137.         <groupId>org.glassfish.jersey.ext</groupId>
  138.         <artifactId>jersey-entity-filtering</artifactId>
  139.         <version>2.12</version>
  140.       </dependency>
  141.       <dependency>
  142.         <groupId>org.glassfish.jersey.ext</groupId>
  143.         <artifactId>jersey-metainf-services</artifactId>
  144.         <version>2.12</version>
  145.       </dependency>
  146.       <dependency>
  147.         <groupId>org.glassfish.jersey.ext</groupId>
  148.         <artifactId>jersey-mvc</artifactId>
  149.         <version>2.12</version>
  150.       </dependency>
  151.       <dependency>
  152.         <groupId>org.glassfish.jersey.ext</groupId>
  153.         <artifactId>jersey-mvc-bean-validation</artifactId>
  154.         <version>2.12</version>
  155.       </dependency>
  156.       <dependency>
  157.         <groupId>org.glassfish.jersey.ext</groupId>
  158.         <artifactId>jersey-mvc-freemarker</artifactId>
  159.         <version>2.12</version>
  160.       </dependency>
  161.       <dependency>
  162.         <groupId>org.glassfish.jersey.ext</groupId>
  163.         <artifactId>jersey-mvc-jsp</artifactId>
  164.         <version>2.12</version>
  165.       </dependency>
  166.       <dependency>
  167.         <groupId>org.glassfish.jersey.ext</groupId>
  168.         <artifactId>jersey-mvc-mustache</artifactId>
  169.         <version>2.12</version>
  170.       </dependency>
  171.       <dependency>
  172.         <groupId>org.glassfish.jersey.ext</groupId>
  173.         <artifactId>jersey-proxy-client</artifactId>
  174.         <version>2.12</version>
  175.       </dependency>
  176.       <dependency>
  177.         <groupId>org.glassfish.jersey.ext</groupId>
  178.         <artifactId>jersey-servlet-portability</artifactId>
  179.         <version>2.12</version>
  180.       </dependency>
  181.       <dependency>
  182.         <groupId>org.glassfish.jersey.ext</groupId>
  183.         <artifactId>jersey-spring3</artifactId>
  184.         <version>2.12</version>
  185.       </dependency>
  186.       <dependency>
  187.         <groupId>org.glassfish.jersey.ext</groupId>
  188.         <artifactId>jersey-declarative-linking</artifactId>
  189.         <version>2.12</version>
  190.       </dependency>
  191.       <dependency>
  192.         <groupId>org.glassfish.jersey.media</groupId>
  193.         <artifactId>html-json</artifactId>
  194.         <version>2.12</version>
  195.       </dependency>
  196.       <dependency>
  197.         <groupId>org.glassfish.jersey.ext</groupId>
  198.         <artifactId>jersey-wadl-doclet</artifactId>
  199.         <version>2.12</version>
  200.       </dependency>
  201.       <dependency>
  202.         <groupId>org.glassfish.jersey.media</groupId>
  203.         <artifactId>jersey-media-json-jackson</artifactId>
  204.         <version>2.12</version>
  205.       </dependency>
  206.       <dependency>
  207.         <groupId>org.glassfish.jersey.media</groupId>
  208.         <artifactId>jersey-media-json-jackson1</artifactId>
  209.         <version>2.12</version>
  210.       </dependency>
  211.       <dependency>
  212.         <groupId>org.glassfish.jersey.media</groupId>
  213.         <artifactId>jersey-media-json-jettison</artifactId>
  214.         <version>2.12</version>
  215.       </dependency>
  216.       <dependency>
  217.         <groupId>org.glassfish.jersey.media</groupId>
  218.         <artifactId>jersey-media-json-processing</artifactId>
  219.         <version>2.12</version>
  220.       </dependency>
  221.       <dependency>
  222.         <groupId>org.glassfish.jersey.media</groupId>
  223.         <artifactId>jersey-media-moxy</artifactId>
  224.         <version>2.12</version>
  225.       </dependency>
  226.       <dependency>
  227.         <groupId>org.glassfish.jersey.media</groupId>
  228.         <artifactId>jersey-media-multipart</artifactId>
  229.         <version>2.12</version>
  230.       </dependency>
  231.       <dependency>
  232.         <groupId>org.glassfish.jersey.media</groupId>
  233.         <artifactId>jersey-media-sse</artifactId>
  234.         <version>2.12</version>
  235.       </dependency>
  236.       <dependency>
  237.         <groupId>org.glassfish.jersey.test-framework</groupId>
  238.         <artifactId>jersey-test-framework-core</artifactId>
  239.         <version>2.12</version>
  240.       </dependency>
  241.       <dependency>
  242.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  243.         <artifactId>jersey-test-framework-provider-bundle</artifactId>
  244.         <version>2.12</version>
  245.         <type>pom</type>
  246.       </dependency>
  247.       <dependency>
  248.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  249.         <artifactId>jersey-test-framework-provider-external</artifactId>
  250.         <version>2.12</version>
  251.       </dependency>
  252.       <dependency>
  253.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  254.         <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
  255.         <version>2.12</version>
  256.       </dependency>
  257.       <dependency>
  258.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  259.         <artifactId>jersey-test-framework-provider-inmemory</artifactId>
  260.         <version>2.12</version>
  261.       </dependency>
  262.       <dependency>
  263.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  264.         <artifactId>jersey-test-framework-provider-jdk-http</artifactId>
  265.         <version>2.12</version>
  266.       </dependency>
  267.       <dependency>
  268.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  269.         <artifactId>jersey-test-framework-provider-simple</artifactId>
  270.         <version>2.12</version>
  271.       </dependency>
  272.       <dependency>
  273.         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  274.         <artifactId>jersey-test-framework-provider-jetty</artifactId>
  275.         <version>2.12</version>
  276.       </dependency>
  277.     </dependencies>
  278.   </dependencyManagement>
  279.   <dependencies>
  280.     <dependency>
  281.       <groupId>com.somecompany.apis.middleware</groupId>
  282.       <artifactId>somecompany-apis-middleware-dao</artifactId>
  283.       <version>5.0</version>
  284.       <scope>compile</scope>
  285.     </dependency>
  286.     <dependency>
  287.       <groupId>com.somecompany</groupId>
  288.       <artifactId>somecompany-stripe</artifactId>
  289.       <version>5.0</version>
  290.       <scope>compile</scope>
  291.     </dependency>
  292.     <dependency>
  293.       <groupId>com.somecompany.apis</groupId>
  294.       <artifactId>somecompany-apis-common</artifactId>
  295.       <version>5.0</version>
  296.       <scope>compile</scope>
  297.     </dependency>
  298.     <dependency>
  299.       <groupId>com.wordnik</groupId>
  300.       <artifactId>swagger-core_2.10</artifactId>
  301.       <version>1.3.11</version>
  302.       <scope>compile</scope>
  303.     </dependency>
  304.     <dependency>
  305.       <groupId>org.glassfish.jersey.containers</groupId>
  306.       <artifactId>jersey-container-servlet</artifactId>
  307.       <version>2.12</version>
  308.       <scope>compile</scope>
  309.     </dependency>
  310.     <dependency>
  311.       <groupId>org.glassfish.jersey.media</groupId>
  312.       <artifactId>jersey-media-moxy</artifactId>
  313.       <version>2.12</version>
  314.       <scope>compile</scope>
  315.     </dependency>
  316.     <dependency>
  317.       <groupId>org.glassfish.jersey.media</groupId>
  318.       <artifactId>jersey-media-multipart</artifactId>
  319.       <version>2.12</version>
  320.       <scope>compile</scope>
  321.     </dependency>
  322.     <dependency>
  323.       <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  324.       <artifactId>jersey-test-framework-provider-external</artifactId>
  325.       <version>2.12</version>
  326.       <scope>test</scope>
  327.     </dependency>
  328.     <dependency>
  329.       <groupId>javax.servlet</groupId>
  330.       <artifactId>javax.servlet-api</artifactId>
  331.       <version>3.1.0</version>
  332.       <scope>provided</scope>
  333.     </dependency>
  334.     <dependency>
  335.       <groupId>org.slf4j</groupId>
  336.       <artifactId>jul-to-slf4j</artifactId>
  337.       <version>1.7.5</version>
  338.       <scope>compile</scope>
  339.     </dependency>
  340.     <dependency>
  341.       <groupId>com.somecompany</groupId>
  342.       <artifactId>somecompany-configuration</artifactId>
  343.       <version>5.0</version>
  344.       <scope>compile</scope>
  345.     </dependency>
  346.     <dependency>
  347.       <groupId>org.apache.commons</groupId>
  348.       <artifactId>commons-lang3</artifactId>
  349.       <version>3.1</version>
  350.       <scope>compile</scope>
  351.     </dependency>
  352.     <dependency>
  353.       <groupId>org.slf4j</groupId>
  354.       <artifactId>slf4j-api</artifactId>
  355.       <version>1.7.6</version>
  356.       <scope>compile</scope>
  357.     </dependency>
  358.     <dependency>
  359.       <groupId>org.slf4j</groupId>
  360.       <artifactId>slf4j-log4j12</artifactId>
  361.       <version>1.7.6</version>
  362.       <scope>compile</scope>
  363.     </dependency>
  364.     <dependency>
  365.       <groupId>javax.mail</groupId>
  366.       <artifactId>mail</artifactId>
  367.       <version>1.4.7</version>
  368.       <scope>compile</scope>
  369.     </dependency>
  370.     <dependency>
  371.       <groupId>junit</groupId>
  372.       <artifactId>junit</artifactId>
  373.       <version>4.11</version>
  374.       <scope>test</scope>
  375.     </dependency>
  376.   </dependencies>
  377.   <repositories>
  378.     <repository>
  379.       <snapshots>
  380.         <enabled>false</enabled>
  381.       </snapshots>
  382.       <id>central</id>
  383.       <name>Central Repository</name>
  384.       <url>http://repo.maven.apache.org/maven2</url>
  385.     </repository>
  386.   </repositories>
  387.   <pluginRepositories>
  388.     <pluginRepository>
  389.       <releases>
  390.         <updatePolicy>never</updatePolicy>
  391.       </releases>
  392.       <snapshots>
  393.         <enabled>false</enabled>
  394.       </snapshots>
  395.       <id>central</id>
  396.       <name>Central Repository</name>
  397.       <url>http://repo.maven.apache.org/maven2</url>
  398.     </pluginRepository>
  399.   </pluginRepositories>
  400.   <build>
  401.     <sourceDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/src/main/java</sourceDirectory>
  402.     <scriptSourceDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/src/main/scripts</scriptSourceDirectory>
  403.     <testSourceDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/src/test/java</testSourceDirectory>
  404.     <outputDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/target/classes</outputDirectory>
  405.     <testOutputDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/target/test-classes</testOutputDirectory>
  406.     <resources>
  407.       <resource>
  408.         <directory>/home/don/dev/somecompany5-backend/apis/middleware/server/src/main/resources</directory>
  409.       </resource>
  410.     </resources>
  411.     <testResources>
  412.       <testResource>
  413.         <directory>/home/don/dev/somecompany5-backend/apis/middleware/server/src/test/resources</directory>
  414.       </testResource>
  415.     </testResources>
  416.     <directory>/home/don/dev/somecompany5-backend/apis/middleware/server/target</directory>
  417.     <finalName>somecompany-apis-middleware-server-5.0</finalName>
  418.     <pluginManagement>
  419.       <plugins>
  420.         <plugin>
  421.           <artifactId>maven-antrun-plugin</artifactId>
  422.           <version>1.3</version>
  423.         </plugin>
  424.         <plugin>
  425.           <artifactId>maven-assembly-plugin</artifactId>
  426.           <version>2.2-beta-5</version>
  427.         </plugin>
  428.         <plugin>
  429.           <artifactId>maven-dependency-plugin</artifactId>
  430.           <version>2.8</version>
  431.         </plugin>
  432.         <plugin>
  433.           <artifactId>maven-release-plugin</artifactId>
  434.           <version>2.3.2</version>
  435.         </plugin>
  436.       </plugins>
  437.     </pluginManagement>
  438.     <plugins>
  439.       <plugin>
  440.         <artifactId>maven-compiler-plugin</artifactId>
  441.         <version>3.1</version>
  442.         <executions>
  443.           <execution>
  444.             <id>default-compile</id>
  445.             <phase>compile</phase>
  446.             <goals>
  447.               <goal>compile</goal>
  448.             </goals>
  449.             <configuration>
  450.               <source>1.8</source>
  451.               <target>1.8</target>
  452.               <verbose>true</verbose>
  453.               <fork>true</fork>
  454.               <compilerVersion>1.8</compilerVersion>
  455.             </configuration>
  456.           </execution>
  457.           <execution>
  458.             <id>default-testCompile</id>
  459.             <phase>test-compile</phase>
  460.             <goals>
  461.               <goal>testCompile</goal>
  462.             </goals>
  463.             <configuration>
  464.               <source>1.8</source>
  465.               <target>1.8</target>
  466.               <verbose>true</verbose>
  467.               <fork>true</fork>
  468.               <compilerVersion>1.8</compilerVersion>
  469.             </configuration>
  470.           </execution>
  471.         </executions>
  472.         <configuration>
  473.           <source>1.8</source>
  474.           <target>1.8</target>
  475.           <verbose>true</verbose>
  476.           <fork>true</fork>
  477.           <compilerVersion>1.8</compilerVersion>
  478.         </configuration>
  479.       </plugin>
  480.       <plugin>
  481.         <artifactId>maven-eclipse-plugin</artifactId>
  482.         <version>2.8</version>
  483.         <configuration>
  484.           <wtpversion>2.0</wtpversion>
  485.         </configuration>
  486.       </plugin>
  487.       <plugin>
  488.         <artifactId>maven-clean-plugin</artifactId>
  489.         <version>2.5</version>
  490.         <executions>
  491.           <execution>
  492.             <id>default-clean</id>
  493.             <phase>clean</phase>
  494.             <goals>
  495.               <goal>clean</goal>
  496.             </goals>
  497.           </execution>
  498.         </executions>
  499.       </plugin>
  500.       <plugin>
  501.         <artifactId>maven-resources-plugin</artifactId>
  502.         <version>2.6</version>
  503.         <executions>
  504.           <execution>
  505.             <id>default-testResources</id>
  506.             <phase>process-test-resources</phase>
  507.             <goals>
  508.               <goal>testResources</goal>
  509.             </goals>
  510.           </execution>
  511.           <execution>
  512.             <id>default-resources</id>
  513.             <phase>process-resources</phase>
  514.             <goals>
  515.               <goal>resources</goal>
  516.             </goals>
  517.           </execution>
  518.         </executions>
  519.       </plugin>
  520.       <plugin>
  521.         <artifactId>maven-war-plugin</artifactId>
  522.         <version>2.2</version>
  523.         <executions>
  524.           <execution>
  525.             <id>default-war</id>
  526.             <phase>package</phase>
  527.             <goals>
  528.               <goal>war</goal>
  529.             </goals>
  530.           </execution>
  531.         </executions>
  532.       </plugin>
  533.       <plugin>
  534.         <artifactId>maven-surefire-plugin</artifactId>
  535.         <version>2.12.4</version>
  536.         <executions>
  537.           <execution>
  538.             <id>default-test</id>
  539.             <phase>test</phase>
  540.             <goals>
  541.               <goal>test</goal>
  542.             </goals>
  543.           </execution>
  544.         </executions>
  545.       </plugin>
  546.       <plugin>
  547.         <artifactId>maven-install-plugin</artifactId>
  548.         <version>2.4</version>
  549.         <executions>
  550.           <execution>
  551.             <id>default-install</id>
  552.             <phase>install</phase>
  553.             <goals>
  554.               <goal>install</goal>
  555.             </goals>
  556.           </execution>
  557.         </executions>
  558.       </plugin>
  559.       <plugin>
  560.         <artifactId>maven-deploy-plugin</artifactId>
  561.         <version>2.7</version>
  562.         <executions>
  563.           <execution>
  564.             <id>default-deploy</id>
  565.             <phase>deploy</phase>
  566.             <goals>
  567.               <goal>deploy</goal>
  568.             </goals>
  569.           </execution>
  570.         </executions>
  571.       </plugin>
  572.       <plugin>
  573.         <artifactId>maven-site-plugin</artifactId>
  574.         <version>3.3</version>
  575.         <executions>
  576.           <execution>
  577.             <id>default-site</id>
  578.             <phase>site</phase>
  579.             <goals>
  580.               <goal>site</goal>
  581.             </goals>
  582.             <configuration>
  583.               <outputDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/target/site</outputDirectory>
  584.               <reportPlugins>
  585.                 <reportPlugin>
  586.                   <groupId>org.apache.maven.plugins</groupId>
  587.                   <artifactId>maven-project-info-reports-plugin</artifactId>
  588.                 </reportPlugin>
  589.               </reportPlugins>
  590.             </configuration>
  591.           </execution>
  592.           <execution>
  593.             <id>default-deploy</id>
  594.             <phase>site-deploy</phase>
  595.             <goals>
  596.               <goal>deploy</goal>
  597.             </goals>
  598.             <configuration>
  599.               <outputDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/target/site</outputDirectory>
  600.               <reportPlugins>
  601.                 <reportPlugin>
  602.                   <groupId>org.apache.maven.plugins</groupId>
  603.                   <artifactId>maven-project-info-reports-plugin</artifactId>
  604.                 </reportPlugin>
  605.               </reportPlugins>
  606.             </configuration>
  607.           </execution>
  608.         </executions>
  609.         <configuration>
  610.           <outputDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/target/site</outputDirectory>
  611.           <reportPlugins>
  612.             <reportPlugin>
  613.               <groupId>org.apache.maven.plugins</groupId>
  614.               <artifactId>maven-project-info-reports-plugin</artifactId>
  615.             </reportPlugin>
  616.           </reportPlugins>
  617.         </configuration>
  618.       </plugin>
  619.     </plugins>
  620.   </build>
  621.   <reporting>
  622.     <outputDirectory>/home/don/dev/somecompany5-backend/apis/middleware/server/target/site</outputDirectory>
  623.   </reporting>
  624. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement