Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 41.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3.   <modelVersion>4.0.0</modelVersion>
  4.   <parent>
  5.         <artifactId>parent-pom-dlv</artifactId>
  6.         <groupId>org.jleaf.erp</groupId>
  7.         <version>3.5.8.0-DLV-SNAPSHOT</version>
  8.   </parent>
  9.     <artifactId>sls-service-dlv</artifactId>
  10.     <version>3.5.8.0-DLV-SNAPSHOT</version>
  11.     <name>Custom Service Delovely</name>
  12.   <description />
  13.   <url>http://www.jleaf.org/erp/erp-enterprise/sls-service</url>
  14.   <scm>
  15.     <connection>scm:svn:svn://jleaf.org:9011/erp/erp-enterprise/sls-service/trunk</connection>
  16.     <developerConnection>scm:svn:svn://jleaf.org:9011/erp/erp-enterprise/sls-service/trunk</developerConnection>
  17.     <url>svn://jleaf.org:9011/erp/erp-enterprise/sls-service/trunk</url>
  18.   </scm>
  19.   <dependencies>
  20.     <!-- FOR TEST -->
  21.     <dependency>
  22.       <groupId>org.dbunit</groupId>
  23.       <artifactId>dbunit</artifactId>
  24.       <scope>test</scope>
  25.       <exclusions>
  26.         <exclusion>
  27.           <artifactId>junit-addons</artifactId>
  28.           <groupId>junit-addons</groupId>
  29.         </exclusion>
  30.         <exclusion>
  31.           <artifactId>poi</artifactId>
  32.           <groupId>poi</groupId>
  33.         </exclusion>
  34.         <exclusion>
  35.           <artifactId>slf4j-nop</artifactId>
  36.           <groupId>org.slf4j</groupId>
  37.         </exclusion>
  38.       </exclusions>
  39.     </dependency>
  40.     <dependency>
  41.       <groupId>junit</groupId>
  42.       <artifactId>junit</artifactId>
  43.       <scope>test</scope>
  44.     </dependency>
  45.     <dependency>
  46.       <groupId>org.hamcrest</groupId>
  47.       <artifactId>hamcrest-all</artifactId>
  48.       <scope>test</scope>
  49.     </dependency>
  50.     <dependency>
  51.       <groupId>org.easymock</groupId>
  52.       <artifactId>easymock</artifactId>
  53.       <scope>test</scope>
  54.     </dependency>
  55.     <dependency>
  56.       <groupId>com.carbonfive</groupId>
  57.       <artifactId>test-support</artifactId>
  58.       <scope>test</scope>
  59.     </dependency>
  60.     <dependency>
  61.         <groupId>commons-validator</groupId>
  62.         <artifactId>commons-validator</artifactId>
  63.         <scope>test</scope>
  64.     </dependency>
  65.     <dependency>
  66.       <groupId>org.jleaf</groupId>
  67.       <artifactId>jleaf-core</artifactId>
  68.       <exclusions>
  69.             <exclusion>
  70.                 <groupId>com.google.code.gson</groupId>
  71.                 <artifactId>gson</artifactId>
  72.             </exclusion>
  73.             <exclusion>
  74.                 <groupId>com.googlecode.json-simple</groupId>
  75.                 <artifactId>json-simple</artifactId>
  76.             </exclusion>
  77.             <exclusion>
  78.                 <groupId>commons-lang</groupId>
  79.                 <artifactId>commons-lang</artifactId>
  80.             </exclusion>
  81.             <exclusion>
  82.                 <groupId>oro</groupId>
  83.                 <artifactId>oro</artifactId>
  84.             </exclusion>
  85.             <exclusion>
  86.                 <groupId>joda-time</groupId>
  87.                 <artifactId>joda-time</artifactId>
  88.             </exclusion>
  89.             <exclusion>
  90.                 <groupId>org.freemarker</groupId>
  91.                 <artifactId>freemarker</artifactId>
  92.             </exclusion>
  93.             <exclusion>
  94.                 <groupId>javax.mail</groupId>
  95.                 <artifactId>mail</artifactId>
  96.             </exclusion>
  97.             <exclusion>
  98.                 <groupId>javax.activation</groupId>
  99.                 <artifactId>activation</artifactId>
  100.             </exclusion>
  101.             <exclusion>
  102.                 <groupId>commons-validator</groupId>
  103.                 <artifactId>commons-validator</artifactId>
  104.             </exclusion>
  105.             <exclusion>
  106.                 <groupId>org.dbunit</groupId>
  107.                 <artifactId>dbunit</artifactId>
  108.             </exclusion>
  109.         </exclusions>              
  110.     </dependency>
  111.     <dependency>
  112.       <groupId>org.jleaf</groupId>
  113.       <artifactId>jleaf-common</artifactId>
  114.         <exclusions>
  115.             <exclusion>
  116.                 <groupId>oro</groupId>
  117.                 <artifactId>oro</artifactId>
  118.             </exclusion>
  119.             <exclusion>
  120.                 <groupId>org.slf4j</groupId>
  121.                 <artifactId>slf4j-log4j12</artifactId>
  122.             </exclusion>
  123.         </exclusions>      
  124.     </dependency>
  125.     <!-- Digantikan dengan service-flow <dependency> <groupId>org.jleaf</groupId>
  126.             <artifactId>jleaf-baseservices</artifactId> </dependency> -->
  127.     <dependency>
  128.       <groupId>org.jleaf</groupId>
  129.       <artifactId>jleaf-service-flow</artifactId>
  130.       <exclusions>
  131.             <exclusion>
  132.                 <groupId>javax.el</groupId>
  133.                 <artifactId>el-api</artifactId>
  134.             </exclusion>
  135.             <exclusion>
  136.                 <groupId>org.apache.commons</groupId>
  137.                 <artifactId>commons-io</artifactId>
  138.             </exclusion>
  139.             <exclusion>
  140.                 <groupId>org.mongodb</groupId>
  141.                 <artifactId>mongo-java-driver</artifactId>
  142.             </exclusion>
  143.             <exclusion>
  144.                 <groupId>org.springframework.data</groupId>
  145.                 <artifactId>spring-data-mongodb</artifactId>
  146.             </exclusion>
  147.             <exclusion>
  148.                 <groupId>cglib</groupId>
  149.                 <artifactId>cglib-nodep</artifactId>
  150.             </exclusion>
  151.             <exclusion>
  152.                 <groupId>de.odysseus.juel</groupId>
  153.                 <artifactId>juel</artifactId>
  154.             </exclusion>
  155.             <exclusion>
  156.                 <groupId>cglib</groupId>
  157.                 <artifactId>cglib</artifactId>
  158.             </exclusion>
  159.             <exclusion>
  160.                 <groupId>com.google.code.gson</groupId>
  161.                 <artifactId>gson</artifactId>
  162.             </exclusion>
  163.             <exclusion>
  164.                 <groupId>org.slf4j</groupId>
  165.                 <artifactId>com.springsource.slf4j.log4j</artifactId>
  166.             </exclusion>
  167.             <exclusion>
  168.                 <groupId>org.codehaus.jettison</groupId>
  169.                 <artifactId>jettison</artifactId>
  170.             </exclusion>
  171.             <exclusion>
  172.                 <groupId>commons-validator</groupId>
  173.                 <artifactId>commons-validator</artifactId>
  174.             </exclusion>           
  175.         </exclusions>
  176.     </dependency>
  177.     <dependency>
  178.       <groupId>org.jleaf</groupId>
  179.       <artifactId>jleaf-jms</artifactId>
  180.       <exclusions>
  181.             <exclusion>
  182.                 <groupId>org.apache.activemq</groupId>
  183.                 <artifactId>activemq-pool</artifactId>
  184.             </exclusion>
  185.             <exclusion>
  186.                 <groupId>commons-logging</groupId>
  187.                 <artifactId>commons-logging-api</artifactId>
  188.             </exclusion>
  189.             <exclusion>
  190.                 <groupId>org.apache.geronimo</groupId>
  191.                 <artifactId>commons-logging-api</artifactId>
  192.             </exclusion>
  193.             <exclusion>
  194.                 <groupId>org.apache.activemq</groupId>
  195.                 <artifactId>activeio-core</artifactId>
  196.             </exclusion>               
  197.             <exclusion>
  198.                 <groupId>org.apache.geronimo.specs</groupId>
  199.                 <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
  200.             </exclusion>
  201.             <exclusion>
  202.                 <groupId>org.apache.activemq</groupId>
  203.                 <artifactId>kahadb</artifactId>
  204.             </exclusion>
  205.             <exclusion>
  206.                 <groupId>org.apache.activemq.protobuf</groupId>
  207.                 <artifactId>activemq-protobuf</artifactId>
  208.             </exclusion>
  209.             <exclusion>
  210.                 <groupId>org.osgi</groupId>
  211.                 <artifactId>org.osgi.core</artifactId>
  212.             </exclusion>
  213.             <exclusion>
  214.                 <groupId>org.springframework.osgi</groupId>
  215.                 <artifactId>spring-osgi-core</artifactId>
  216.             </exclusion>                               
  217.             <exclusion>
  218.                 <groupId>org.springframework.osgi</groupId>
  219.                 <artifactId>spring-osgi-io</artifactId>
  220.             </exclusion>                               
  221.             <exclusion>
  222.                 <groupId>org.apache.geronimo.specs</groupId>
  223.                 <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
  224.             </exclusion>
  225.             <exclusion>
  226.                 <groupId>commons-net</groupId>
  227.                 <artifactId>commons-net</artifactId>
  228.             </exclusion>
  229.             <exclusion>
  230.                 <groupId>org.apache.geronimo.specs</groupId>
  231.                 <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
  232.             </exclusion>
  233.             <exclusion>
  234.                 <groupId>commons-pool</groupId>
  235.                 <artifactId>commons-pool</artifactId>
  236.             </exclusion>
  237.             <exclusion>
  238.                 <groupId>oro</groupId>
  239.                 <artifactId>oro</artifactId>
  240.             </exclusion>
  241.             <exclusion>
  242.                 <groupId>commons-validator</groupId>
  243.                 <artifactId>commons-validator</artifactId>
  244.             </exclusion>
  245.            
  246.         </exclusions>    
  247.     </dependency>
  248.     <dependency>
  249.       <groupId>org.jleaf</groupId>
  250.       <artifactId>jleaf-autonumber</artifactId>
  251.       <exclusions>
  252.             <exclusion>
  253.                 <groupId>javax.el</groupId>
  254.                 <artifactId>el-api</artifactId>
  255.             </exclusion>
  256.             <exclusion>
  257.                 <groupId>org.apache.commons</groupId>
  258.                 <artifactId>commons-io</artifactId>
  259.             </exclusion>
  260.             <exclusion>
  261.                 <groupId>org.mongodb</groupId>
  262.                 <artifactId>mongo-java-driver</artifactId>
  263.             </exclusion>
  264.             <exclusion>
  265.                 <groupId>org.springframework.data</groupId>
  266.                 <artifactId>spring-data-mongodb</artifactId>
  267.             </exclusion>
  268.             <exclusion>
  269.                 <groupId>cglib</groupId>
  270.                 <artifactId>cglib-nodep</artifactId>
  271.             </exclusion>
  272.             <exclusion>
  273.                 <groupId>de.odysseus.juel</groupId>
  274.                 <artifactId>juel</artifactId>
  275.             </exclusion>
  276.             <exclusion>
  277.                 <groupId>cglib</groupId>
  278.                 <artifactId>cglib</artifactId>
  279.             </exclusion>
  280.             <exclusion>
  281.                 <groupId>com.google.code.gson</groupId>
  282.                 <artifactId>gson</artifactId>
  283.             </exclusion>
  284.             <exclusion>
  285.                 <groupId>org.slf4j</groupId>
  286.                 <artifactId>com.springsource.slf4j.log4j</artifactId>
  287.             </exclusion>
  288.             <exclusion>
  289.                 <groupId>org.codehaus.jettison</groupId>
  290.                 <artifactId>jettison</artifactId>
  291.             </exclusion>
  292.             <exclusion>
  293.                 <groupId>commons-validator</groupId>
  294.                 <artifactId>commons-validator</artifactId>
  295.             </exclusion>
  296.             <exclusion>
  297.                 <groupId>org.slf4j</groupId>
  298.                 <artifactId>slf4j-log4j12</artifactId>
  299.             </exclusion>
  300.        
  301.         </exclusions>
  302.     </dependency>
  303.     <dependency>
  304.       <groupId>org.jleaf.erp</groupId>
  305.       <artifactId>master-bo</artifactId>
  306.       <exclusions>
  307.             <exclusion>
  308.                 <groupId>org.slf4j</groupId>
  309.                 <artifactId>slf4j-log4j12</artifactId>
  310.             </exclusion>
  311.             <exclusion>
  312.                 <groupId>oro</groupId>
  313.                 <artifactId>oro</artifactId>
  314.             </exclusion>
  315.         </exclusions>
  316.     </dependency>
  317.     <dependency>
  318.       <groupId>org.jleaf.erp</groupId>
  319.       <artifactId>sls-bo</artifactId>
  320.       <exclusions>
  321.             <exclusion>
  322.                 <groupId>org.slf4j</groupId>
  323.                 <artifactId>slf4j-log4j12</artifactId>
  324.             </exclusion>
  325.             <exclusion>
  326.                 <groupId>oro</groupId>
  327.                 <artifactId>oro</artifactId>
  328.             </exclusion>
  329.         </exclusions>
  330.     </dependency>
  331.     <dependency>
  332.       <groupId>org.jleaf.erp</groupId>
  333.       <artifactId>inv-bo</artifactId>
  334.       <exclusions>
  335.             <exclusion>
  336.                 <groupId>org.slf4j</groupId>
  337.                 <artifactId>slf4j-log4j12</artifactId>
  338.             </exclusion>
  339.             <exclusion>
  340.                 <groupId>oro</groupId>
  341.                 <artifactId>oro</artifactId>
  342.             </exclusion>
  343.         </exclusions>
  344.     </dependency>
  345.     <!-- belum dipakai
  346.    <dependency>
  347.      <groupId>org.jleaf.erp</groupId>
  348.      <artifactId>webpos-intgr-bo</artifactId>
  349.      <exclusions>
  350.             <exclusion>
  351.                 <groupId>org.slf4j</groupId>
  352.                 <artifactId>slf4j-log4j12</artifactId>
  353.             </exclusion>
  354.             <exclusion>
  355.                 <groupId>oro</groupId>
  356.                 <artifactId>oro</artifactId>
  357.             </exclusion>
  358.         </exclusions>
  359.    </dependency>
  360.     -->
  361.     <dependency>
  362.       <groupId>org.jleaf.erp</groupId>
  363.       <artifactId>approval-config</artifactId>
  364.     </dependency>
  365.     <!-- JLEAF WORKFLOW -->
  366.     <dependency>
  367.       <groupId>org.jleaf</groupId>
  368.       <artifactId>jleaf-workflow</artifactId>
  369.       <exclusions>
  370.         <exclusion>
  371.             <groupId>org.slf4j</groupId>
  372.             <artifactId>slf4j-log4j12</artifactId>
  373.         </exclusion>           
  374.       </exclusions>
  375.     </dependency>
  376.     <dependency>
  377.       <groupId>org.mongodb</groupId>
  378.       <artifactId>mongo-java-driver</artifactId>
  379.       <scope>provided</scope>
  380.     </dependency>
  381.     <dependency>
  382.       <groupId>org.springframework.data</groupId>
  383.       <artifactId>spring-data-mongodb</artifactId>
  384.       <scope>provided</scope>
  385.     </dependency>
  386.     <dependency>
  387.       <groupId>cglib</groupId>
  388.       <artifactId>cglib</artifactId>
  389.       <scope>provided</scope>
  390.     </dependency>
  391.     <dependency>
  392.       <groupId>cglib</groupId>
  393.       <artifactId>cglib-nodep</artifactId>
  394.       <scope>provided</scope>
  395.     </dependency>
  396.     <dependency>
  397.       <groupId>de.odysseus.juel</groupId>
  398.       <artifactId>juel</artifactId>
  399.       <scope>provided</scope>
  400.     </dependency>
  401.     <!-- Axis2 / Axiom -->
  402.     <dependency>
  403.       <groupId>org.apache.axis2</groupId>
  404.       <artifactId>axis2</artifactId>
  405.       <scope>provided</scope>
  406.     </dependency>
  407.     <dependency>
  408.       <groupId>org.apache.ws.commons.axiom</groupId>
  409.       <artifactId>axiom-api</artifactId>
  410.       <scope>provided</scope>
  411.       <exclusions>
  412.         <exclusion>
  413.           <artifactId>xercesImpl</artifactId>
  414.           <groupId>xerces</groupId>
  415.         </exclusion>
  416.       </exclusions>
  417.     </dependency>
  418.     <dependency>
  419.       <groupId>org.apache.axis2</groupId>
  420.       <artifactId>axis2-spring</artifactId>
  421.       <scope>provided</scope>
  422.       <exclusions>
  423.         <exclusion>
  424.           <artifactId>xercesImpl</artifactId>
  425.           <groupId>xerces</groupId>
  426.         </exclusion>
  427.       </exclusions>
  428.     </dependency>
  429.     <!-- EL 2 -->
  430.     <dependency>
  431.       <groupId>javax.el</groupId>
  432.       <artifactId>el-api</artifactId>
  433.       <scope>provided</scope>
  434.     </dependency>
  435.     <!-- Apache Common IO -->
  436.     <dependency>
  437.       <groupId>org.apache.commons</groupId>
  438.       <artifactId>commons-io</artifactId>
  439.       <scope>provided</scope>
  440.     </dependency>
  441.     <!-- Spring Core -->
  442.     <!-- Core utilities used by other modules. Define this if you use Spring
  443.             Utility APIs (org.springframework.core.*/org.springframework.util.*) -->
  444.     <dependency>
  445.       <groupId>org.springframework</groupId>
  446.       <artifactId>spring-core</artifactId>
  447.       <scope>provided</scope>
  448.     </dependency>
  449.     <!-- Expression Language (depends on spring-core) Define this if you use
  450.             Spring Expression APIs (org.springframework.expression.*) -->
  451.     <dependency>
  452.       <groupId>org.springframework</groupId>
  453.       <artifactId>spring-expression</artifactId>
  454.       <scope>provided</scope>
  455.     </dependency>
  456.     <!-- Bean Factory and JavaBeans utilities (depends on spring-core) Define
  457.             this if you use Spring Bean APIs (org.springframework.beans.*) -->
  458.     <dependency>
  459.       <groupId>org.springframework</groupId>
  460.       <artifactId>spring-beans</artifactId>
  461.       <scope>provided</scope>
  462.     </dependency>
  463.     <!-- Aspect Oriented Programming (AOP) Framework (depends on spring-core,
  464.             spring-beans) Define this if you use Spring AOP APIs (org.springframework.aop.*) -->
  465.     <dependency>
  466.       <groupId>org.springframework</groupId>
  467.       <artifactId>spring-aop</artifactId>
  468.       <scope>provided</scope>
  469.     </dependency>
  470.     <!-- Application Context (depends on spring-core, spring-expression, spring-aop,
  471.             spring-beans) This is the central artifact for Spring's Dependency Injection
  472.             Container and is generally always defined -->
  473.     <dependency>
  474.       <groupId>org.springframework</groupId>
  475.       <artifactId>spring-context</artifactId>
  476.       <scope>provided</scope>
  477.     </dependency>
  478.     <!-- Various Application Context utilities, including EhCache, JavaMail,
  479.             Quartz, and Freemarker integration Define this if you need any of these integrations -->
  480.     <dependency>
  481.       <groupId>org.springframework</groupId>
  482.       <artifactId>spring-context-support</artifactId>
  483.       <scope>provided</scope>
  484.     </dependency>
  485.     <!-- Transaction Management Abstraction (depends on spring-core, spring-beans,
  486.             spring-aop, spring-context) Define this if you use Spring Transactions or
  487.             DAO Exception Hierarchy (org.springframework.transaction.*/org.springframework.dao.*) -->
  488.     <dependency>
  489.       <groupId>org.springframework</groupId>
  490.       <artifactId>spring-tx</artifactId>
  491.       <scope>provided</scope>
  492.     </dependency>
  493.     <!-- JDBC Data Access Library (depends on spring-core, spring-beans, spring-context,
  494.             spring-tx) Define this if you use Spring's JdbcTemplate API (org.springframework.jdbc.*) -->
  495.     <dependency>
  496.       <groupId>org.springframework</groupId>
  497.       <artifactId>spring-jdbc</artifactId>
  498.       <scope>provided</scope>
  499.     </dependency>
  500.     <!-- Object-to-Relation-Mapping (ORM) integration with Hibernate, JPA,
  501.             and iBatis. (depends on spring-core, spring-beans, spring-context, spring-tx)
  502.             Define this if you need ORM (org.springframework.orm.*) -->
  503.     <dependency>
  504.       <groupId>org.springframework</groupId>
  505.       <artifactId>spring-orm</artifactId>
  506.       <scope>provided</scope>
  507.     </dependency>
  508.     <!-- Object-to-XML Mapping (OXM) abstraction and integration with JAXB,
  509.             JiBX, Castor, XStream, and XML Beans. (depends on spring-core, spring-beans,
  510.             spring-context) Define this if you need OXM (org.springframework.oxm.*) -->
  511.     <dependency>
  512.       <groupId>org.springframework</groupId>
  513.       <artifactId>spring-oxm</artifactId>
  514.       <scope>provided</scope>
  515.     </dependency>
  516.     <!-- Support for testing Spring applications with tools such as JUnit and
  517.             TestNG This artifact is generally always defined with a 'test' scope for
  518.             the integration testing framework and unit testing stubs -->
  519.     <dependency>
  520.       <groupId>org.springframework</groupId>
  521.       <artifactId>spring-test</artifactId>
  522.       <scope>test</scope>
  523.     </dependency>
  524.     <!-- Web application development utilities applicable to both Servlet and
  525.             Portlet Environments (depends on spring-core, spring-beans, spring-context)
  526.             Define this if you use Spring MVC, or wish to use Struts, JSF, or another
  527.             web framework with Spring (org.springframework.web.*) -->
  528.     <dependency>
  529.       <groupId>org.springframework</groupId>
  530.       <artifactId>spring-web</artifactId>
  531.       <scope>provided</scope>
  532.     </dependency>
  533.     <!-- Spring MVC for Servlet Environments (depends on spring-core, spring-beans,
  534.             spring-context, spring-web) Define this if you use Spring MVC with a Servlet
  535.             Container such as Apache Tomcat (org.springframework.web.servlet.*) -->
  536.     <dependency>
  537.       <groupId>org.springframework</groupId>
  538.       <artifactId>spring-webmvc</artifactId>
  539.       <scope>provided</scope>
  540.     </dependency>
  541.     <!-- Spring MVC for Portlet Environments (depends on spring-core, spring-beans,
  542.             spring-context, spring-web) Define this if you use Spring MVC with a Portlet
  543.             Container (org.springframework.web.portlet.*) -->
  544.     <dependency>
  545.       <groupId>org.springframework</groupId>
  546.       <artifactId>spring-webmvc-portlet</artifactId>
  547.       <scope>provided</scope>
  548.     </dependency>
  549.     <dependency>
  550.       <groupId>org.eclipse.persistence</groupId>
  551.       <artifactId>javax.persistence</artifactId>
  552.       <scope>provided</scope>
  553.     </dependency>
  554.     <dependency>
  555.       <groupId>javax.transaction</groupId>
  556.       <artifactId>com.springsource.javax.transaction</artifactId>
  557.       <scope>provided</scope>
  558.     </dependency>
  559.     <dependency>
  560.       <groupId>org.slf4j</groupId>
  561.       <artifactId>slf4j-api</artifactId>
  562.       <scope>provided</scope>
  563.     </dependency>
  564.     <dependency>
  565.       <groupId>org.slf4j</groupId>
  566.       <artifactId>com.springsource.slf4j.log4j</artifactId>
  567.       <scope>provided</scope>
  568.     </dependency>
  569.     <!-- Hibernate -->
  570.     <dependency>
  571.       <groupId>org.hibernate</groupId>
  572.       <artifactId>hibernate-core</artifactId>
  573.       <scope>provided</scope>
  574.     </dependency>
  575.     <dependency>
  576.       <groupId>org.hibernate</groupId>
  577.       <artifactId>hibernate-entitymanager</artifactId>
  578.       <scope>provided</scope>
  579.     </dependency>
  580.     <dependency>
  581.       <groupId>postgresql</groupId>
  582.       <artifactId>postgresql</artifactId>
  583.       <type>jar</type>
  584.       <scope>provided</scope>
  585.     </dependency>
  586.     <dependency>
  587.       <groupId>javax.annotation</groupId>
  588.       <artifactId>jsr250-api</artifactId>
  589.       <scope>provided</scope>
  590.     </dependency>
  591.     <!-- Oro PerlUtil -->
  592.     <dependency>
  593.       <groupId>oro</groupId>
  594.       <artifactId>oro</artifactId>
  595.       <scope>provided</scope>
  596.     </dependency>
  597.     <dependency>
  598.         <groupId>org.jleaf.erp</groupId>
  599.         <artifactId>sls-service</artifactId>
  600.     </dependency>
  601.   </dependencies>
  602.   <build>
  603.     <plugins>
  604.       <plugin>
  605.         <groupId>org.bsc.maven</groupId>
  606.         <artifactId>maven-processor-plugin</artifactId>
  607.         <version>${maven-processor-plugin.version}</version>
  608.         <executions>
  609.           <execution>
  610.             <phase>compile</phase>
  611.             <goals>
  612.               <goal>process</goal>
  613.             </goals>
  614.           </execution>
  615.         </executions>
  616.         <dependencies>
  617.           <dependency>
  618.             <groupId>org.jleaf</groupId>
  619.             <artifactId>jleaf-core</artifactId>
  620.             <version>${jleaf-core.version}</version>
  621.             <scope>compile</scope>
  622.           </dependency>
  623.         </dependencies>
  624.         <configuration>
  625.           <outputDiagnostics>true</outputDiagnostics>
  626.           <processors>
  627.             <processor>org.jleaf.core.docs.AnnotationProcessor</processor>
  628.           </processors>
  629.           <optionMap>
  630.             <outputFileName>${project.groupId}-${project.artifactId}-${project.version}.ser</outputFileName>
  631.           </optionMap>
  632.         </configuration>
  633.       </plugin>
  634.       <plugin>
  635.         <artifactId>maven-surefire-plugin</artifactId>
  636.         <configuration>
  637.           <skip>true</skip>
  638.         </configuration>
  639.       </plugin>
  640.       <plugin>
  641.         <groupId>org.jleaf</groupId>
  642.         <artifactId>jleaf-maven-plugin</artifactId>
  643.         <version>${jleaf-maven-plugin.version}</version>
  644.         <executions>
  645.           <execution>
  646.             <goals>
  647.               <goal>update-ser</goal>
  648.             </goals>
  649.           </execution>
  650.         </executions>
  651.         <dependencies>
  652.           <dependency>
  653.             <groupId>org.jleaf.erp</groupId>
  654.             <artifactId>sls-bo</artifactId>
  655.             <version>${sls-bo.version}</version>
  656.             <exclusions>
  657.               <exclusion>
  658.                 <groupId>org.jleaf.erp</groupId>
  659.                 <artifactId>master-bo</artifactId>
  660.               </exclusion>
  661.             </exclusions>
  662.           </dependency>
  663.             <dependency>
  664.                 <groupId>org.jleaf.erp</groupId>
  665.                 <artifactId>master-bo-dlv</artifactId>
  666.                 <version>${sls-bo-dlv.version}</version>
  667.             </dependency>
  668.         </dependencies>
  669.         <configuration>
  670.           <!-- For update ser -->
  671.           <updateSerConfig>
  672.             <serFile>${project.groupId}-${project.artifactId}-${project.version}.ser</serFile>
  673.             <serviceFlowFile>${project.build.outputDirectory}/org/jleaf/erp/sls/services/service-flow-salesorder.xml,
  674.                             ${project.build.outputDirectory}/org/jleaf/erp/sls/services/service-flow-salesorder-bean.xml,
  675.                             ${project.build.outputDirectory}/org/jleaf/erp/sls/services/service-flow-salesorder-inquiry.xml,
  676.                             ${project.build.outputDirectory}/org/jleaf/erp/sls/services/service-flow-invoice.xml,
  677.                             ${project.build.outputDirectory}/org/jleaf/erp/sls/services/service-flow-invoicetemp.xml,
  678.                             ${project.build.outputDirectory}/org/jleaf/erp/sls/services/service-flow-deliveryorder.xml
  679.             </serviceFlowFile>
  680.           </updateSerConfig>
  681.           <!-- for generate doc -->
  682.           <serviceDocConfig>
  683.             <targetFolder>doc</targetFolder>
  684.             <clearFirst>true</clearFirst>
  685.             <document>
  686.               <title>${project.artifactId} - Service Documentation</title>
  687.               <version>${project.version}</version>
  688.             </document>
  689.           </serviceDocConfig>
  690.           <!-- For generate demo service -->
  691.           <demoServiceConfig>
  692.             <serUrl>file:///${project.build.outputDirectory}/${project.groupId}-${project.artifactId}-${project.version}.ser</serUrl>
  693.             <packageName>org.jleaf.erp.sls.web</packageName>
  694.             <moduleName>erpjleafsales</moduleName>
  695.             <overwrite>false</overwrite>
  696.             <target>
  697.               <forClass>${project.basedir}/target/serviceDemo/class</forClass>
  698.               <forResource>${project.basedir}/target/serviceDemo/resource</forResource>
  699.             </target>
  700.           </demoServiceConfig>
  701.           <!-- For test service -->
  702.           <testServiceConfig>
  703.             <serviceProxyUrl>http://localhost:8082/axis2/services/SalesTaskService.SalesTaskServiceHttpEndpoint/execute</serviceProxyUrl>
  704.             <serFile>${project.build.outputDirectory}/${project.groupId}-${project.artifactId}-${project.version}.ser</serFile>
  705.             <!--                        <serviceFlow>${project.basedir}/src/main/resources/org/jleaf/erp/sls/services/service-flow-salesorder.xml</serviceFlow> -->
  706.             <serverMode>axis2</serverMode>
  707.             <serviceHeader>
  708.               <tenantLoginId>10</tenantLoginId>
  709.               <module>erpjleafsales</module>
  710.             </serviceHeader>
  711.           </testServiceConfig>
  712.           <!-- generate-error-prop -->
  713.           <errorProperties>
  714.             <errorPropOutputFolder>target/error-prop</errorPropOutputFolder>
  715.             <errorPropClasses>org.jleaf.erp.sls.SalesExceptionConstants</errorPropClasses>
  716.             <errorPropLanguages>in,de</errorPropLanguages>
  717.           </errorProperties>
  718.         </configuration>
  719.       </plugin>
  720.         <plugin>
  721.             <groupId>org.apache.axis2</groupId>
  722.             <artifactId>axis2-aar-maven-plugin</artifactId>
  723.             <version>${axis2-aar-maven-plugin.version}</version>
  724.             <configuration>
  725.                 <servicesXmlFile>${basedir}/src/main/resources/META-INF/services.xml</servicesXmlFile>
  726.             </configuration>
  727.         </plugin>      
  728.           <plugin>
  729.             <groupId>org.apache.maven.plugins</groupId>
  730.             <artifactId>maven-dependency-plugin</artifactId>
  731.             <executions>
  732.               <execution>
  733.                 <id>copy</id>
  734.                 <phase>package</phase>
  735.                 <goals>
  736.                   <goal>copy</goal>
  737.                 </goals>
  738.                 <configuration>
  739.                   <artifactItems>
  740.                     <artifactItem>
  741.                       <groupId>org.jleaf.erp</groupId>
  742.                       <artifactId>server-config</artifactId>
  743.                       <version>${server-config.version}</version>
  744.                       <type>jar</type>
  745.                       <overWrite>true</overWrite>
  746.                     </artifactItem>
  747.                   </artifactItems>
  748.                   <outputDirectory>${project.build.directory}</outputDirectory>
  749.                   <overWriteReleases>false</overWriteReleases>
  750.                   <overWriteSnapshots>true</overWriteSnapshots>
  751.                 </configuration>
  752.               </execution>
  753.             </executions>
  754.           </plugin>
  755.           <plugin>
  756.             <groupId>org.apache.maven.plugins</groupId>
  757.             <artifactId>maven-dependency-plugin</artifactId>
  758.             <version>2.9</version>
  759.             <executions>
  760.                 <execution>
  761.                     <id>copy</id>
  762.                     <phase>package</phase>
  763.                     <goals>
  764.                         <goal>copy</goal>
  765.                     </goals>
  766.                     <configuration>
  767.                         <artifactItems>
  768.                             <artifactItem>
  769.                                 <groupId>org.jleaf.erp</groupId>
  770.                                 <artifactId>server-config</artifactId>
  771.                                 <version>${server-config.version}</version>
  772.                                 <type>jar</type>
  773.                                 <overWrite>true</overWrite>
  774.                             </artifactItem>
  775.                         </artifactItems>
  776.                         <outputDirectory>${project.build.directory}</outputDirectory>
  777.                         <overWriteReleases>false</overWriteReleases>
  778.                         <overWriteSnapshots>true</overWriteSnapshots>
  779.                     </configuration>
  780.                 </execution>
  781.                 <execution>
  782.                     <id>unpack</id>
  783.                     <phase>validate</phase>
  784.                     <goals>
  785.                         <goal>unpack</goal>
  786.                     </goals>
  787.                     <configuration>
  788.                         <artifactItems>
  789.                             <artifactItem>
  790.                                 <groupId>org.jleaf.erp</groupId>
  791.                                 <artifactId>sls-service</artifactId>
  792.                                 <version>${sls-service.version}</version>
  793.                                 <type>jar</type>
  794.                                 <overWrite>true</overWrite>
  795.                                 <outputDirectory>${project.build.directory}/classes</outputDirectory>
  796.                                 <destFileName>optional-new-name.jar</destFileName>
  797.                                 <includes>**/*.xml,**/*.properties,**/*.class</includes>
  798.                             </artifactItem>
  799.                         </artifactItems>
  800.                         <outputDirectory>${project.build.directory}/aar</outputDirectory>
  801.                         <overWriteReleases>true</overWriteReleases>
  802.                         <overWriteSnapshots>true</overWriteSnapshots>
  803.                         <overWriteIfNewer>true</overWriteIfNewer>
  804.                     </configuration>
  805.                 </execution>
  806.             </executions>
  807.         </plugin>
  808.     </plugins>
  809.   </build>
  810.   <profiles>
  811.     <profile>
  812.       <id>local</id>
  813.       <activation>
  814.         <activeByDefault>false</activeByDefault>
  815.       </activation>
  816.       <build>
  817.         <plugins>
  818.           <plugin>
  819.             <artifactId>maven-antrun-plugin</artifactId>
  820.             <executions>
  821.               <execution>
  822.                 <phase>test</phase>
  823.                 <goals>
  824.                   <goal>run</goal>
  825.                 </goals>
  826.                 <configuration>
  827.                   <tasks>
  828.                     <copy file="${project.build.outputDirectory}/log4j-local.properties" tofile="${project.build.outputDirectory}/log4j.properties" />
  829.                     <delete file="${project.build.outputDirectory}/log4j-local.properties" />
  830.                     <delete file="${project.build.outputDirectory}/log4j-dev.properties" />
  831.                     <delete file="${project.build.outputDirectory}/log4j-qa.properties" />
  832.                     <delete file="${project.build.outputDirectory}/log4j-prod.properties" />
  833.                     <copy file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-local.properties" tofile="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config.properties" />
  834.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-local.properties" />
  835.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-dev.properties" />
  836.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-qa.properties" />
  837.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-prod.properties" />
  838.                   </tasks>
  839.                 </configuration>
  840.               </execution>
  841.             </executions>
  842.           </plugin>
  843.           <!-- added by fredi 1 April 2015 -->
  844.           <!-- user axis2-aar:aar instead to build service -->
  845. <!--           <plugin> -->
  846. <!--             <groupId>org.jleaf</groupId> -->
  847. <!--             <artifactId>jleaf-maven-plugin</artifactId> -->
  848. <!--             <version>${jleaf-maven-plugin.version}</version> -->
  849. <!--             <extensions>true</extensions> -->
  850. <!--             <configuration> -->
  851. <!--               <jleafAarConfig> -->
  852. <!--                 <servicesXml>${basedir}/src/main/resources/META-INF/services.xml</servicesXml> -->
  853. <!--                 <pluginVersion> -->
  854. <!--                   <dependenciesPlugin>${maven-dependency-plugin.version}</dependenciesPlugin> -->
  855. <!--                   <antrunPlugin>${maven-antrun-plugin.version}</antrunPlugin> -->
  856. <!--                   <axis2Aar>${axis2-aar-maven-plugin.version}</axis2Aar> -->
  857. <!--                 </pluginVersion> -->
  858. <!--                 <serverConfig> -->
  859. <!--                   <groupId>org.jleaf.erp</groupId> -->
  860. <!--                   <artifactId>server-config</artifactId> -->
  861. <!--                   <version>${server-config.version}</version> -->
  862. <!--                   <file> -->
  863. <!--                     <source>server-config-local.properties</source> -->
  864. <!--                     Optional, default : server-config.properties -->
  865. <!--                     <target>server-config.properties</target> -->
  866. <!--                   </file> -->
  867. <!--                 </serverConfig> -->
  868. <!--               </jleafAarConfig> -->
  869. <!--             </configuration> -->
  870. <!--           </plugin> -->
  871.         </plugins>
  872.       </build>
  873.     </profile>
  874.     <profile>
  875.       <id>dev</id>
  876.       <activation>
  877.         <activeByDefault>false</activeByDefault>
  878.       </activation>
  879.       <build>
  880.         <plugins>
  881.           <plugin>
  882.             <artifactId>maven-antrun-plugin</artifactId>
  883.             <executions>
  884.               <execution>
  885.                 <phase>test</phase>
  886.                 <goals>
  887.                   <goal>run</goal>
  888.                 </goals>
  889.                 <configuration>
  890.                   <tasks>
  891.                     <copy file="${project.build.outputDirectory}/log4j-dev.properties" tofile="${project.build.outputDirectory}/log4j.properties" />
  892.                     <delete file="${project.build.outputDirectory}/log4j-local.properties" />
  893.                     <delete file="${project.build.outputDirectory}/log4j-dev.properties" />
  894.                     <delete file="${project.build.outputDirectory}/log4j-qa.properties" />
  895.                     <delete file="${project.build.outputDirectory}/log4j-prod.properties" />
  896.                     <copy file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-dev.properties" tofile="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config.properties" />
  897.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-local.properties" />
  898.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-dev.properties" />
  899.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-qa.properties" />
  900.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-prod.properties" />
  901.                   </tasks>
  902.                 </configuration>
  903.               </execution>
  904.             </executions>
  905.           </plugin>
  906.           <!-- added by fredi 1 April 2015 -->
  907.           <!-- user axis2-aar:aar instead to build service -->
  908. <!--           <plugin> -->
  909. <!--             <groupId>org.jleaf</groupId> -->
  910. <!--             <artifactId>jleaf-maven-plugin</artifactId> -->
  911. <!--             <version>${jleaf-maven-plugin.version}</version> -->
  912. <!--             <extensions>true</extensions> -->
  913. <!--             <configuration> -->
  914. <!--               <jleafAarConfig> -->
  915. <!--                 <servicesXml>${basedir}/src/main/resources/META-INF/services.xml</servicesXml> -->
  916. <!--                 <pluginVersion> -->
  917. <!--                   <dependenciesPlugin>${maven-dependency-plugin.version}</dependenciesPlugin> -->
  918. <!--                   <antrunPlugin>${maven-antrun-plugin.version}</antrunPlugin> -->
  919. <!--                   <axis2Aar>${axis2-aar-maven-plugin.version}</axis2Aar> -->
  920. <!--                 </pluginVersion> -->
  921. <!--                 <serverConfig> -->
  922. <!--                   <groupId>org.jleaf.erp</groupId> -->
  923. <!--                   <artifactId>server-config</artifactId> -->
  924. <!--                   <version>${server-config.version}</version> -->
  925. <!--                   <file> -->
  926. <!--                     <source>server-config-dev.properties</source> -->
  927. <!--                     Optional, default : server-config.properties -->
  928. <!--                     <target>server-config.properties</target> -->
  929. <!--                   </file> -->
  930. <!--                 </serverConfig> -->
  931. <!--               </jleafAarConfig> -->
  932. <!--             </configuration> -->
  933. <!--           </plugin> -->
  934.         </plugins>
  935.       </build>
  936.     </profile>
  937.     <profile>
  938.       <id>qa</id>
  939.       <activation>
  940.         <activeByDefault>false</activeByDefault>
  941.       </activation>
  942.       <build>
  943.         <plugins>
  944.           <plugin>
  945.             <artifactId>maven-antrun-plugin</artifactId>
  946.             <executions>
  947.               <execution>
  948.                 <phase>test</phase>
  949.                 <goals>
  950.                   <goal>run</goal>
  951.                 </goals>
  952.                 <configuration>
  953.                   <tasks>
  954.                     <copy file="${project.build.outputDirectory}/log4j-qa.properties" tofile="${project.build.outputDirectory}/log4j.properties" />
  955.                     <delete file="${project.build.outputDirectory}/log4j-local.properties" />
  956.                     <delete file="${project.build.outputDirectory}/log4j-dev.properties" />
  957.                     <delete file="${project.build.outputDirectory}/log4j-qa.properties" />
  958.                     <delete file="${project.build.outputDirectory}/log4j-prod.properties" />
  959.                     <copy file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-qa.properties" tofile="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config.properties" />
  960.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-local.properties" />
  961.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-dev.properties" />
  962.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-qa.properties" />
  963.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-prod.properties" />
  964.                   </tasks>
  965.                 </configuration>
  966.               </execution>
  967.             </executions>
  968.           </plugin>
  969.           <!-- added by fredi 1 April 2015 -->
  970.           <!-- user axis2-aar:aar instead to build service -->
  971. <!--           <plugin> -->
  972. <!--             <groupId>org.jleaf</groupId> -->
  973. <!--             <artifactId>jleaf-maven-plugin</artifactId> -->
  974. <!--             <version>${jleaf-maven-plugin.version}</version> -->
  975. <!--             <extensions>true</extensions> -->
  976. <!--             <configuration> -->
  977. <!--               <jleafAarConfig> -->
  978. <!--                 <servicesXml>${basedir}/src/main/resources/META-INF/services.xml</servicesXml> -->
  979. <!--                 <pluginVersion> -->
  980. <!--                   <dependenciesPlugin>${maven-dependency-plugin.version}</dependenciesPlugin> -->
  981. <!--                   <antrunPlugin>${maven-antrun-plugin.version}</antrunPlugin> -->
  982. <!--                   <axis2Aar>${axis2-aar-maven-plugin.version}</axis2Aar> -->
  983. <!--                 </pluginVersion> -->
  984. <!--                 <serverConfig> -->
  985. <!--                   <groupId>org.jleaf.erp</groupId> -->
  986. <!--                   <artifactId>server-config</artifactId> -->
  987. <!--                   <version>${server-config.version}</version> -->
  988. <!--                   <file> -->
  989. <!--                     <source>server-config-qa.properties</source> -->
  990. <!--                     Optional, default : server-config.properties -->
  991. <!--                     <target>server-config.properties</target> -->
  992. <!--                   </file> -->
  993. <!--                 </serverConfig> -->
  994. <!--               </jleafAarConfig> -->
  995. <!--             </configuration> -->
  996. <!--           </plugin> -->
  997.         </plugins>
  998.       </build>
  999.     </profile>
  1000.     <profile>
  1001.       <id>prod</id>
  1002.       <activation>
  1003.         <activeByDefault>false</activeByDefault>
  1004.       </activation>
  1005.       <build>
  1006.         <plugins>
  1007.           <plugin>
  1008.             <artifactId>maven-antrun-plugin</artifactId>
  1009.             <executions>
  1010.               <execution>
  1011.                 <phase>test</phase>
  1012.                 <goals>
  1013.                   <goal>run</goal>
  1014.                 </goals>
  1015.                 <configuration>
  1016.                   <tasks>
  1017.                     <copy file="${project.build.outputDirectory}/log4j-prod.properties" tofile="${project.build.outputDirectory}/log4j.properties" />
  1018.                     <delete file="${project.build.outputDirectory}/log4j-local.properties" />
  1019.                     <delete file="${project.build.outputDirectory}/log4j-dev.properties" />
  1020.                     <delete file="${project.build.outputDirectory}/log4j-qa.properties" />
  1021.                     <delete file="${project.build.outputDirectory}/log4j-prod.properties" />
  1022.                     <copy file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-prod.properties" tofile="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config.properties" />
  1023.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-local.properties" />
  1024.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-dev.properties" />
  1025.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-qa.properties" />
  1026.                     <delete file="${project.build.outputDirectory}/org/jleaf/erp/sls/services/workflow-config-prod.properties" />
  1027.                   </tasks>
  1028.                 </configuration>
  1029.               </execution>
  1030.             </executions>
  1031.           </plugin>
  1032.           <!-- added by fredi 1 April 2015 -->
  1033.           <!-- user axis2-aar:aar instead to build service -->
  1034. <!--           <plugin> -->
  1035. <!--             <groupId>org.jleaf</groupId> -->
  1036. <!--             <artifactId>jleaf-maven-plugin</artifactId> -->
  1037. <!--             <version>${jleaf-maven-plugin.version}</version> -->
  1038. <!--             <extensions>true</extensions> -->
  1039. <!--             <configuration> -->
  1040. <!--               <jleafAarConfig> -->
  1041. <!--                 <servicesXml>${basedir}/src/main/resources/META-INF/services.xml</servicesXml> -->
  1042. <!--                 <pluginVersion> -->
  1043. <!--                   <dependenciesPlugin>${maven-dependency-plugin.version}</dependenciesPlugin> -->
  1044. <!--                   <antrunPlugin>${maven-antrun-plugin.version}</antrunPlugin> -->
  1045. <!--                   <axis2Aar>${axis2-aar-maven-plugin.version}</axis2Aar> -->
  1046. <!--                 </pluginVersion> -->
  1047. <!--                 <serverConfig> -->
  1048. <!--                   <groupId>org.jleaf.erp</groupId> -->
  1049. <!--                   <artifactId>server-config</artifactId> -->
  1050. <!--                   <version>${server-config.version}</version> -->
  1051. <!--                   <file> -->
  1052. <!--                     <source>server-config-prod.properties</source> -->
  1053. <!--                     Optional, default : server-config.properties -->
  1054. <!--                     <target>server-config.properties</target> -->
  1055. <!--                   </file> -->
  1056. <!--                 </serverConfig> -->
  1057. <!--               </jleafAarConfig> -->
  1058. <!--             </configuration> -->
  1059. <!--           </plugin> -->
  1060.         </plugins>
  1061.       </build>
  1062.     </profile>
  1063.     <profile>
  1064.         <id>test</id>
  1065.         <activation>
  1066.             <activeByDefault>false</activeByDefault>
  1067.         </activation>
  1068.         <build>
  1069.             <plugins>
  1070.                 <plugin>
  1071.                     <artifactId>maven-surefire-plugin</artifactId>
  1072.                     <configuration>
  1073.                         <skip>false</skip>
  1074.                     </configuration>
  1075.                 </plugin>
  1076.             </plugins>
  1077.         </build>
  1078.     </profile>
  1079.   </profiles>
  1080. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement