39. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/13/2017 3:41:55 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

39.1 Files compared

# Location File Last Modified
1 Genisis_v3.zip\Source Code\Services pom.xml Wed Jun 28 20:38:32 2017 UTC
2 Genisis_v3.zip\Source Code\Services pom.xml Wed Jul 12 16:46:09 2017 UTC

39.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 2932
Changed 2 4
Inserted 0 0
Removed 0 0

39.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

39.4 Active regular expressions

No regular expressions were active.

39.5 Comparison detail

  1   <project 
  2     xmlns="htt p://maven. apache.org /POM/4.0.0
  3     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
  4     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/ma ven-v4_0_0 .xsd"
  5   >
  6             
  7     <modelVers ion>
  8      4.0.0
  9     </modelVer sion>
  10             
  11     <groupId>
  12      gov.va.gen isis2
  13     </groupId>
  14             
  15     <artifactI d>
  16      Genisis2Se rvices
  17     </artifact Id>
  18             
  19     <packaging >
  20      war
  21     </packagin g>
  22             
  23     <version>
  24      3.0.4-SNAP SHOT
  25     </version>
  26             
  27     <name>
  28      Genisis2Se rvices Mav en Webapp
  29     </name>
  30             
  31     <url>
  32      http://mav en.apache. org
  33     </url>
  34    
  35             
  36     <propertie s>
  37                       
  38      <spring.ve rsion>
  39       4.3.2.RELE ASE
  40      </spring.v ersion>
  41                       
  42      <jackson.v ersion>
  43       2.7.3
  44      </jackson. version>
  45                       
  46      <maven.com piler.targ et>
  47       1.8
  48      </maven.co mpiler.tar get>
  49                       
  50      <maven.com piler.sour ce>
  51       1.8
  52      </maven.co mpiler.sou rce>
  53                       
  54      <hibernate .version>
  55       5.2.5.Fina l
  56      </hibernat e.version>
  57                       
  58      <warName>
  59       ${project. artifactId }
  60      </warName>
  61              
  62     </properti es>
  63    
  64             
  65     <!-- SCM c onnection  properties  for mvn r elease plu gin -->
  66             
  67     <scm>
  68                       
  69      <connectio n>
  70       scm:git:gi t://github .boozallen csn.com/HE ALTH-ACCT- GROUP/Geni sis2Servic es.git
  71      </connecti on>
  72                       
  73      <developer Connection >
  74       scm:git:gi t@github.b oozallencs n.com:HEAL TH-ACCT-GR OUP/Genisi s2Services .git
  75      </develope rConnectio n>
  76                       
  77      <url>
  78       https://gi thub.booza llencsn.co m/HEALTH-A CCT-GROUP/ Genisis2Se rvices
  79      </url>
  80                       
  81      <tag>
  82       services-R elease3
  83      </tag>
  84              
  85     </scm>
  86    
  87             
  88     <dependenc ies>
  89                       
  90      <!-- Servl et Libs -- >
  91                       
  92      <dependenc y>
  93                                 
  94       <groupId>
  95        javax.serv let
  96       </groupId>
  97                                 
  98       <artifactI d>
  99        javax.serv let-api
  100       </artifact Id>
  101                                 
  102       <version>
  103        3.1.0
  104       </version>
  105                        
  106      </dependen cy>
  107                       
  108      <dependenc y>
  109                                 
  110       <groupId>
  111        com.h2data base
  112       </groupId>
  113                                 
  114       <artifactI d>
  115        h2
  116       </artifact Id>
  117                                 
  118       <version>
  119        1.4.194
  120       </version>
  121                                 
  122       <scope>
  123        test
  124       </scope>
  125                        
  126      </dependen cy>
  127                       
  128      <!-- junit  Libs -->
  129                       
  130      <dependenc y>
  131                                 
  132       <groupId>
  133        com.faster xml.jackso n.core
  134       </groupId>
  135                                 
  136       <artifactI d>
  137        jackson-da tabind
  138       </artifact Id>
  139                                 
  140       <version>
  141        ${jackson. version}
  142       </version>
  143                        
  144      </dependen cy>
  145                       
  146      <dependenc y>
  147                                 
  148       <groupId>
  149        org.hamcre st
  150       </groupId>
  151                                 
  152       <artifactI d>
  153        hamcrest-a ll
  154       </artifact Id>
  155                                 
  156       <version>
  157        1.3
  158       </version>
  159                                 
  160       <scope>
  161        test
  162       </scope>
  163                        
  164      </dependen cy>
  165                       
  166      <dependenc y>
  167                                 
  168       <groupId>
  169        junit
  170       </groupId>
  171                                 
  172       <artifactI d>
  173        junit
  174       </artifact Id>
  175                                 
  176       <version>
  177        4.12
  178       </version>
  179                                 
  180       <scope>
  181        test
  182       </scope>
  183                                 
  184       <exclusion s>
  185                                           
  186        <exclusion >
  187                                                    
  188         <artifactI d>
  189          hamcrest-c ore
  190         </artifact Id>
  191                                                    
  192         <groupId>
  193          org.hamcre st
  194         </groupId>
  195                                            
  196        </exclusio n>
  197                                  
  198       </exclusio ns>
  199                        
  200      </dependen cy>
  201                       
  202      <dependenc y>
  203                                 
  204       <groupId>
  205        org.mockit o
  206       </groupId>
  207                                 
  208       <artifactI d>
  209        mockito-co re
  210       </artifact Id>
  211                                 
  212       <version>
  213        1.9.5
  214       </version>
  215                                 
  216       <scope>
  217        test
  218       </scope>
  219                        
  220      </dependen cy>
  221                       
  222      <!--Log4 - ->
  223                       
  224      <dependenc y>
  225                                 
  226       <groupId>
  227        log4j
  228       </groupId>
  229                                 
  230       <artifactI d>
  231        log4j
  232       </artifact Id>
  233                                 
  234       <version>
  235        1.2.15
  236       </version>
  237                                 
  238       <exclusion s>
  239                                           
  240        <exclusion >
  241                                                    
  242         <groupId>
  243          com.sun.jm x
  244         </groupId>
  245                                                    
  246         <artifactI d>
  247          jmxri
  248         </artifact Id>
  249                                            
  250        </exclusio n>
  251                                           
  252        <exclusion >
  253                                                    
  254         <groupId>
  255          com.sun.jd mk
  256         </groupId>
  257                                                    
  258         <artifactI d>
  259          jmxtools
  260         </artifact Id>
  261                                            
  262        </exclusio n>
  263                                           
  264        <exclusion >
  265                                                    
  266         <groupId>
  267          javax.jms
  268         </groupId>
  269                                                    
  270         <artifactI d>
  271          jms
  272         </artifact Id>
  273                                            
  274        </exclusio n>
  275                                  
  276       </exclusio ns>
  277                        
  278      </dependen cy>
  279                       
  280      <!-- MS SQ L Server J DS Driver  -->
  281                       
  282      <dependenc y>
  283                                 
  284       <groupId>
  285        net.source forge.jtds
  286       </groupId>
  287                                 
  288       <artifactI d>
  289        jtds
  290       </artifact Id>
  291                                 
  292       <version>
  293        1.3.1
  294       </version>
  295                        
  296      </dependen cy>
  297                       
  298      <!--LDAP L ibs -->
  299                       
  300      <dependenc y>
  301                                 
  302       <groupId>
  303        org.spring framework. ldap
  304       </groupId>
  305                                 
  306       <artifactI d>
  307        spring-lda p
  308       </artifact Id>
  309                                 
  310       <version>
  311        1.2
  312       </version>
  313                        
  314      </dependen cy>
  315                       
  316      <dependenc y>
  317                                 
  318       <groupId>
  319        org.spring framework. ldap
  320       </groupId>
  321                                 
  322       <artifactI d>
  323        spring-lda p-core
  324       </artifact Id>
  325                                 
  326       <version>
  327        2.1.0.RELE ASE
  328       </version>
  329                        
  330      </dependen cy>
  331                       
  332      <dependenc y>
  333                                 
  334       <groupId>
  335        org.apache .directory .api
  336       </groupId>
  337                                 
  338       <artifactI d>
  339        api-ldap-c lient-all
  340       </artifact Id>
  341                                 
  342       <version>
  343        1.0.0-M15
  344       </version>
  345                        
  346      </dependen cy>
  347                       
  348      <dependenc y>
  349                                 
  350       <groupId>
  351        org.apache .directory .shared
  352       </groupId>
  353                                 
  354       <artifactI d>
  355        shared-lda p-model
  356       </artifact Id>
  357                                 
  358       <version>
  359        1.0.0-M12
  360       </version>
  361                        
  362      </dependen cy>
  363                       
  364      <dependenc y>
  365                                 
  366       <groupId>
  367        com.sun
  368       </groupId>
  369                                 
  370       <artifactI d>
  371        ldapbp
  372       </artifact Id>
  373                                 
  374       <version>
  375        1.0
  376       </version>
  377                        
  378      </dependen cy>
  379                       
  380      <!-- Sprin g 4 Libs - ->
  381                       
  382      <dependenc y>
  383                                 
  384       <groupId>
  385        org.spring framework
  386       </groupId>
  387                                 
  388       <artifactI d>
  389        spring-bea ns
  390       </artifact Id>
  391                                 
  392       <version>
  393        ${spring.v ersion}
  394       </version>
  395                        
  396      </dependen cy>
  397                       
  398      <dependenc y>
  399                                 
  400       <groupId>
  401        org.spring framework
  402       </groupId>
  403                                 
  404       <artifactI d>
  405        spring-orm
  406       </artifact Id>
  407                                 
  408       <version>
  409        ${spring.v ersion}
  410       </version>
  411                        
  412      </dependen cy>
  413                       
  414      <dependenc y>
  415                                 
  416       <groupId>
  417        org.spring framework
  418       </groupId>
  419                                 
  420       <artifactI d>
  421        spring-cor e
  422       </artifact Id>
  423                                 
  424       <version>
  425        ${spring.v ersion}
  426       </version>
  427                        
  428      </dependen cy>
  429                       
  430      <dependenc y>
  431                                 
  432       <groupId>
  433        org.spring framework
  434       </groupId>
  435                                 
  436       <artifactI d>
  437        spring-con text
  438       </artifact Id>
  439                                 
  440       <version>
  441        ${spring.v ersion}
  442       </version>
  443                        
  444      </dependen cy>
  445                       
  446      <dependenc y>
  447                                 
  448       <groupId>
  449        org.spring framework
  450       </groupId>
  451                                 
  452       <artifactI d>
  453        spring-web
  454       </artifact Id>
  455                                 
  456       <version>
  457        ${spring.v ersion}
  458       </version>
  459                        
  460      </dependen cy>
  461                       
  462      <dependenc y>
  463                                 
  464       <groupId>
  465        org.spring framework
  466       </groupId>
  467                                 
  468       <artifactI d>
  469        spring-web mvc
  470       </artifact Id>
  471                                 
  472       <version>
  473        ${spring.v ersion}
  474       </version>
  475                        
  476      </dependen cy>
  477                       
  478      <dependenc y>
  479                                 
  480       <groupId>
  481        org.spring framework
  482       </groupId>
  483                                 
  484       <artifactI d>
  485        spring-jdb c
  486       </artifact Id>
  487                                 
  488       <version>
  489        ${spring.v ersion}
  490       </version>
  491                        
  492      </dependen cy>
  493                       
  494      <dependenc y>
  495                                 
  496       <groupId>
  497        org.spring framework
  498       </groupId>
  499                                 
  500       <artifactI d>
  501        spring-tx
  502       </artifact Id>
  503                                 
  504       <version>
  505        ${spring.v ersion}
  506       </version>
  507                        
  508      </dependen cy>
  509                       
  510      <dependenc y>
  511                                 
  512       <groupId>
  513        org.spring framework
  514       </groupId>
  515                                 
  516       <artifactI d>
  517        spring-exp ression
  518       </artifact Id>
  519                                 
  520       <version>
  521        ${spring.v ersion}
  522       </version>
  523                        
  524      </dependen cy>
  525                       
  526      <dependenc y>
  527                                 
  528       <groupId>
  529        org.spring framework
  530       </groupId>
  531                                 
  532       <artifactI d>
  533        spring-tes t
  534       </artifact Id>
  535                                 
  536       <version>
  537        ${spring.v ersion}
  538       </version>
  539                                 
  540       <scope>
  541        test
  542       </scope>
  543                        
  544      </dependen cy>
  545                       
  546      <!-- hiber nate 5 -->
  547                       
  548      <dependenc y>
  549                                 
  550       <groupId>
  551        org.hibern ate
  552       </groupId>
  553                                 
  554       <artifactI d>
  555        hibernate- core
  556       </artifact Id>
  557                                 
  558       <exclusion s>
  559                                           
  560        <exclusion >
  561                                                    
  562         <groupId>
  563          org.jboss. logging
  564         </groupId>
  565                                                    
  566         <artifactI d>
  567          jboss-logg ing
  568         </artifact Id>
  569                                            
  570        </exclusio n>
  571                                  
  572       </exclusio ns>
  573                                 
  574       <version>
  575        ${hibernat e.version}
  576       </version>
  577                        
  578      </dependen cy>
  579                       
  580      <dependenc y>
  581                                 
  582       <groupId>
  583        org.hibern ate
  584       </groupId>
  585                                 
  586       <artifactI d>
  587        hibernate- entitymana ger
  588       </artifact Id>
  589                                 
  590       <version>
  591        ${hibernat e.version}
  592       </version>
  593                        
  594      </dependen cy>
  595                       
  596      <dependenc y>
  597                                 
  598       <groupId>
  599        org.hibern ate.javax. persistenc e
  600       </groupId>
  601                                 
  602       <artifactI d>
  603        hibernate- jpa-2.1-ap i
  604       </artifact Id>
  605                                 
  606       <version>
  607        1.0.0.Fina l
  608       </version>
  609                        
  610      </dependen cy>
  611                       
  612      <dependenc y>
  613                                 
  614       <groupId>
  615        com.allenr u
  616       </groupId>
  617                                 
  618       <artifactI d>
  619        cross-orig in
  620       </artifact Id>
  621                                 
  622       <version>
  623        1.0.1
  624       </version>
  625                        
  626      </dependen cy>
  627                       
  628      <dependenc y>
  629                                 
  630       <groupId>
  631        commons-co dec
  632       </groupId>
  633                                 
  634       <artifactI d>
  635        commons-co dec
  636       </artifact Id>
  637                                 
  638       <version>
  639        1.10
  640       </version>
  641                        
  642      </dependen cy>
  643                       
  644      <dependenc y>
  645                                 
  646       <groupId>
  647        commons-lo gging
  648       </groupId>
  649                                 
  650       <artifactI d>
  651        commons-lo gging
  652       </artifact Id>
  653                                 
  654       <version>
  655        1.2
  656       </version>
  657                        
  658      </dependen cy>
  659                       
  660      <dependenc y>
  661                                 
  662       <groupId>
  663        commons-be anutils
  664       </groupId>
  665                                 
  666       <artifactI d>
  667        commons-be anutils
  668       </artifact Id>
  669                                 
  670       <version>
  671        1.8.3
  672       </version>
  673                        
  674      </dependen cy>
  675                       
  676      <dependenc y>
  677                                 
  678       <groupId>
  679        commons-db cp
  680       </groupId>
  681                                 
  682       <artifactI d>
  683        commons-db cp
  684       </artifact Id>
  685                                 
  686       <version>
  687        1.2.2
  688       </version>
  689                        
  690      </dependen cy>
  691                       
  692      <dependenc y>
  693                                 
  694       <groupId>
  695        net.sf.jop t-simple
  696       </groupId>
  697                                 
  698       <artifactI d>
  699        jopt-simpl e
  700       </artifact Id>
  701                                 
  702       <version>
  703        5.0.2
  704       </version>
  705                        
  706      </dependen cy>
  707                       
  708      <dependenc y>
  709                                 
  710       <groupId>
  711        org.aspect j
  712       </groupId>
  713                                 
  714       <artifactI d>
  715        aspectjwea ver
  716       </artifact Id>
  717                                 
  718       <version>
  719        1.8.9
  720       </version>
  721                        
  722      </dependen cy>
  723                       
  724      <dependenc y>
  725                                 
  726       <groupId>
  727        antlr
  728       </groupId>
  729                                 
  730       <artifactI d>
  731        antlr
  732       </artifact Id>
  733                                 
  734       <version>
  735        2.7.7
  736       </version>
  737                        
  738      </dependen cy>
  739                       
  740      <dependenc y>
  741                                 
  742       <groupId>
  743        com.faster xml
  744       </groupId>
  745                                 
  746       <artifactI d>
  747        classmate
  748       </artifact Id>
  749                                 
  750       <version>
  751        1.3.0
  752       </version>
  753                        
  754      </dependen cy>
  755                       
  756      <dependenc y>
  757                                 
  758       <groupId>
  759        dom4j
  760       </groupId>
  761                                 
  762       <artifactI d>
  763        dom4j
  764       </artifact Id>
  765                                 
  766       <version>
  767        1.6.1
  768       </version>
  769                        
  770      </dependen cy>
  771                       
  772      <dependenc y>
  773                                 
  774       <groupId>
  775        javax.ente rprise
  776       </groupId>
  777                                 
  778       <artifactI d>
  779        cdi-api
  780       </artifact Id>
  781                                 
  782       <version>
  783        1.1
  784       </version>
  785                        
  786      </dependen cy>
  787                       
  788      <dependenc y>
  789                                 
  790       <groupId>
  791        org.apache .geronimo. specs
  792       </groupId>
  793                                 
  794       <artifactI d>
  795        geronimo-j ta_1.1_spe c
  796       </artifact Id>
  797                                 
  798       <version>
  799        1.1.1
  800       </version>
  801                        
  802      </dependen cy>
  803                       
  804      <dependenc y>
  805                                 
  806       <groupId>
  807        org.jboss. logging
  808       </groupId>
  809                                 
  810       <artifactI d>
  811        jboss-logg ing
  812       </artifact Id>
  813                                 
  814       <version>
  815        3.3.0.Fina l
  816       </version>
  817                        
  818      </dependen cy>
  819                       
  820      <!-- Jacks on -->
  821                       
  822      <dependenc y>
  823                                 
  824       <groupId>
  825        org.codeha us.jackson
  826       </groupId>
  827                                 
  828       <artifactI d>
  829        jackson-ma pper-asl
  830       </artifact Id>
  831                                 
  832       <version>
  833        1.9.13
  834       </version>
  835                        
  836      </dependen cy>
  837                       
  838      <dependenc y>
  839                                 
  840       <groupId>
  841        com.faster xml.jackso n.core
  842       </groupId>
  843                                 
  844       <artifactI d>
  845        jackson-an notations
  846       </artifact Id>
  847                                 
  848       <version>
  849        2.7.0
  850       </version>
  851                        
  852      </dependen cy>
  853                       
  854      <dependenc y>
  855                                 
  856       <groupId>
  857        com.faster xml.jackso n.core
  858       </groupId>
  859                                 
  860       <artifactI d>
  861        jackson-co re
  862       </artifact Id>
  863                                 
  864       <version>
  865        ${jackson. version}
  866       </version>
  867                        
  868      </dependen cy>
  869                       
  870      <!-- JSON  Libs are C ool for JS ON objects  -->
  871                       
  872      <dependenc y>
  873                                 
  874       <groupId>
  875        org.json
  876       </groupId>
  877                                 
  878       <artifactI d>
  879        json
  880       </artifact Id>
  881                                 
  882       <version>
  883        20140107
  884       </version>
  885                        
  886      </dependen cy>
  887                       
  888      <dependenc y>
  889                                 
  890       <groupId>
  891        joda-time
  892       </groupId>
  893                                 
  894       <artifactI d>
  895        joda-time
  896       </artifact Id>
  897                                 
  898       <version>
  899        2.3
  900       </version>
  901                        
  902      </dependen cy>
  903                       
  904      <dependenc y>
  905                                 
  906       <groupId>
  907        com.square up.okhttp3
  908       </groupId>
  909                                 
  910       <artifactI d>
  911        okhttp
  912       </artifact Id>
  913                                 
  914       <version>
  915        3.5.0
  916       </version>
  917                        
  918      </dependen cy>
  919                       
  920      <dependenc y>
  921                                 
  922       <groupId>
  923        com.google code.json- simple
  924       </groupId>
  925                                 
  926       <artifactI d>
  927        json-simpl e
  928       </artifact Id>
  929                                 
  930       <version>
  931        1.1.1
  932       </version>
  933                        
  934      </dependen cy>
  935                       
  936      <dependenc y>
  937                                 
  938       <groupId>
  939        org.apache .httpcompo nents
  940       </groupId>
  941                                 
  942       <artifactI d>
  943        httpclient
  944       </artifact Id>
  945                                 
  946       <version>
  947        4.5.2
  948       </version>
  949                        
  950      </dependen cy>
  951                       
  952      <!-- Activ iti Engine  dependenc y -->
  953                       
  954      <dependenc y>
  955                                 
  956       <groupId>
  957        org.activi ti
  958       </groupId>
  959                                 
  960       <artifactI d>
  961        activiti-e ngine
  962       </artifact Id>
  963                                 
  964       <version>
  965        5.17.0
  966       </version>
  967                        
  968      </dependen cy>
  969                       
  970      <!-- Activ iti Engine  dependenc y for spri ng integra tion -->
  971                       
  972      <dependenc y>
  973                                 
  974       <groupId>
  975        org.activi ti
  976       </groupId>
  977                                 
  978       <artifactI d>
  979        activiti-s pring
  980       </artifact Id>
  981                                 
  982       <version>
  983        5.17.0
  984       </version>
  985                        
  986      </dependen cy>
  987                       
  988      <!-- Suppo rt for tes ting Sprin g applicat ions with  tools such  as JUnit  and 
  989                                TestNG  This arti fact is ge nerally al ways defin ed with a  'test' sco pe for 
  990                                the in tegration  testing fr amework an d unit tes ting stubs  -->
  991                       
  992      <dependenc y>
  993                                 
  994       <groupId>
  995        org.slf4j
  996       </groupId>
  997                                 
  998       <artifactI d>
  999        slf4j-simp le
  1000       </artifact Id>
  1001                                 
  1002       <version>
  1003        1.7.12
  1004       </version>
  1005                        
  1006      </dependen cy>
  1007                       
  1008      <dependenc y>
  1009                                 
  1010       <groupId>
  1011        org.apache .commons
  1012       </groupId>
  1013                                 
  1014       <artifactI d>
  1015        commons-ex ec
  1016       </artifact Id>
  1017                                 
  1018       <version>
  1019        1.3
  1020       </version>
  1021                        
  1022      </dependen cy>
  1023                       
  1024      <dependenc y>
  1025                                 
  1026       <groupId>
  1027        com.jcraft
  1028       </groupId>
  1029                                 
  1030       <artifactI d>
  1031        jsch
  1032       </artifact Id>
  1033                                 
  1034       <version>
  1035        0.1.54
  1036       </version>
  1037                        
  1038      </dependen cy>
  1039              
  1040     </dependen cies>
  1041    
  1042             
  1043     <repositor ies>
  1044                       
  1045      <!--Activi ti is not  available  in maven c entral, th us has to  add depend ency -->
  1046                       
  1047      <repositor y>
  1048                                 
  1049       <id>
  1050        Activiti
  1051       </id>
  1052                                 
  1053       <url>
  1054        https://ma ven.alfres co.com/nex us/content /groups/pu blic
  1055       </url>
  1056                        
  1057      </reposito ry>
  1058                       
  1059      <repositor y>
  1060                                 
  1061       <id>
  1062        Maven Cent ral
  1063       </id>
  1064                                 
  1065       <url>
  1066        http://rep o.maven.ap ache.org/m aven2/
  1067       </url>
  1068                        
  1069      </reposito ry>
  1070              
  1071     </reposito ries>
  1072    
  1073             
  1074     <build>
  1075                       
  1076      <!-- To de fine the p lugin vers ion in you r parent P OM -->
  1077                       
  1078      <pluginMan agement>
  1079                                 
  1080       <plugins>
  1081                                           
  1082        <plugin>
  1083                                                    
  1084         <groupId>
  1085          org.apache .maven.plu gins
  1086         </groupId>
  1087                                                    
  1088         <artifactI d>
  1089          maven-comp iler-plugi n
  1090         </artifact Id>
  1091                                                    
  1092         <version>
  1093          3.6.1
  1094         </version>
  1095                                            
  1096        </plugin>
  1097                                           
  1098        <plugin>
  1099                                                    
  1100         <groupId>
  1101          org.apache .maven.plu gins
  1102         </groupId>
  1103                                                    
  1104         <artifactI d>
  1105          maven-war- plugin
  1106         </artifact Id>
  1107                                                    
  1108         <version>
  1109          3.1.0
  1110         </version>
  1111                                            
  1112        </plugin>
  1113                                           
  1114        <plugin>
  1115                                                    
  1116         <groupId>
  1117          org.wildfl y.plugins
  1118         </groupId>
  1119                                                    
  1120         <artifactI d>
  1121          wildfly-ma ven-plugin
  1122         </artifact Id>
  1123                                                    
  1124         <version>
  1125          1.2.0.Alph a4
  1126         </version>
  1127                                            
  1128        </plugin>
  1129                                           
  1130        <plugin>
  1131                                                    
  1132         <groupId>
  1133          org.apache .maven.plu gins
  1134         </groupId>
  1135                                                    
  1136         <artifactI d>
  1137          maven-rele ase-plugin
  1138         </artifact Id>
  1139                                                    
  1140         <version>
  1141          2.5.3
  1142         </version>
  1143                                            
  1144        </plugin>
  1145                                           
  1146        <plugin>
  1147                                                    
  1148         <groupId>
  1149          org.apache .maven.plu gins
  1150         </groupId>
  1151                                                    
  1152         <artifactI d>
  1153          maven-java doc-plugin
  1154         </artifact Id>
  1155                                                    
  1156         <version>
  1157          2.10.4
  1158         </version>
  1159                                            
  1160        </plugin>
  1161                                  
  1162       </plugins>
  1163                        
  1164      </pluginMa nagement>
  1165     
  1166                       
  1167      <sourceDir ectory>
  1168       src/main/j ava
  1169      </sourceDi rectory>
  1170                       
  1171      <finalName >
  1172       Genisis2Se rvices
  1173      </finalNam e>
  1174                       
  1175      <resources >
  1176                                 
  1177       <resource>
  1178                                           
  1179        <directory >
  1180         src/main/r esources
  1181        </director y>
  1182                                           
  1183        <includes>
  1184                                                    
  1185         <include>
  1186          **/*
  1187         </include>
  1188                                            
  1189        </includes >
  1190                                  
  1191       </resource >
  1192                        
  1193      </resource s>
  1194     
  1195                       
  1196      <plugins>
  1197                                 
  1198       <!-- Maven  Compiler  Plugin -->
  1199                                 
  1200       <plugin>
  1201                                           
  1202        <groupId>
  1203         org.apache .maven.plu gins
  1204        </groupId>
  1205                                           
  1206        <artifactI d>
  1207         maven-comp iler-plugi n
  1208        </artifact Id>
  1209                                           
  1210        <configura tion>
  1211                                                    
  1212         <source>
  1213          1.8
  1214         </source>
  1215                                                    
  1216         <target>
  1217          1.8
  1218         </target>
  1219                                            
  1220        </configur ation>
  1221                                  
  1222       </plugin>
  1223                                 
  1224       <plugin>
  1225                                           
  1226        <groupId>
  1227         org.apache .maven.plu gins
  1228        </groupId>
  1229                                           
  1230        <artifactI d>
  1231         maven-war- plugin
  1232        </artifact Id>
  1233                                           
  1234        <configura tion>
  1235                                                    
  1236         <warName>
  1237          ${warName}
  1238         </warName>
  1239                                            
  1240        </configur ation>
  1241                                  
  1242       </plugin>
  1243                                 
  1244       <plugin>
  1245                                           
  1246        <groupId>
  1247         org.wildfl y.plugins
  1248        </groupId>
  1249                                           
  1250        <artifactI d>
  1251         wildfly-ma ven-plugin
  1252        </artifact Id>
  1253                                           
  1254        <version>
  1255         1.2.0.Alph a4
  1256        </version>
  1257                                           
  1258        <configura tion>
  1259                                                    
  1260         <hostname>
  1261          ${wildfly. hostname}
  1262         </hostname >
  1263                                                    
  1264         <port>
  1265          ${wildfly. port}
  1266         </port>
  1267                                                    
  1268         <jbossHome >
  1269          ${wildfly. home}
  1270         </jbossHom e>
  1271                                                    
  1272         <username>
  1273          ${wildfly. management Realm.user Name}
  1274         </username >
  1275                                                    
  1276         <password>
  1277          ${wildfly. management Realm.pass word}
  1278         </password >
  1279                                                    
  1280         <filename>
  1281          ${warName} .war
  1282         </filename >
  1283                                            
  1284        </configur ation>
  1285                                           
  1286        <execution s>
  1287                                                    
  1288         <!-- Undep loy the ap plication  on clean - ->
  1289                                                    
  1290         <execution >
  1291                                                              
  1292          <id>
  1293           undeploy
  1294          </id>
  1295                                                              
  1296          <!-- <phas e>clean</p hase> -->
  1297                                                              
  1298          <goals>
  1299                                                                        
  1300           <goal>
  1301            undeploy
  1302           </goal>
  1303                                                               
  1304          </goals>
  1305                                                              
  1306          <configura tion>
  1307                                                                        
  1308           <ignoreMis singDeploy ment>
  1309            true
  1310           </ignoreMi ssingDeplo yment>
  1311                                                               
  1312          </configur ation>
  1313                                                     
  1314         </executio n>
  1315                                                    
  1316         <!-- Deplo y the appl ication on  install - ->
  1317                                                    
  1318         <execution >
  1319                                                              
  1320          <id>
  1321           deploy
  1322          </id>
  1323                                    
  1324          <!-- <phas e>install< /phase> -- >
  1325                                    
  1326          <goals>
  1327                                         
  1328           <goal>
  1329            deploy
  1330           </goal>
  1331                                     
  1332          </goals>
  1333                               
  1334         </executio n>
  1335                                            
  1336        </executio ns>
  1337                                  
  1338       </plugin>                     
  1339                                 
  1340       <!-- javad ocs plugin  -->
  1341                                 
  1342       <plugin>
  1343                                           
  1344        <groupId>
  1345         org.apache .maven.plu gins
  1346        </groupId>
  1347                                           
  1348        <artifactI d>
  1349         maven-java doc-plugin
  1350        </artifact Id>
  1351                                           
  1352        <execution s>
  1353                                                    
  1354         <execution >
  1355                                                              
  1356          <id>
  1357           attach-jav adocs
  1358          </id>
  1359                                                              
  1360          <goals>
  1361                                                                        
  1362           <goal>
  1363            jar
  1364           </goal>
  1365                                                               
  1366          </goals>
  1367                                                     
  1368         </executio n>
  1369                                            
  1370        </executio ns>
  1371                                  
  1372       </plugin>
  1373                                 
  1374       <!-- Git r epo commit  fix start  -->
  1375                                 
  1376       <plugin>
  1377                                           
  1378        <groupId>
  1379         org.apache .maven.plu gins
  1380        </groupId>
  1381                                           
  1382        <artifactI d>
  1383         maven-rele ase-plugin
  1384        </artifact Id>
  1385                                           
  1386        <configura tion>
  1387                                                    
  1388         <checkModi ficationEx cludes>
  1389                                                              
  1390          <checkModi ficationEx clude>
  1391           .gitignore
  1392          </checkMod ificationE xclude>
  1393                                                     
  1394         </checkMod ificationE xcludes>
  1395                                            
  1396        </configur ation>
  1397                                           
  1398        <dependenc ies>
  1399                                                    
  1400         <dependenc y>
  1401                                                              
  1402          <groupId>
  1403           org.apache .maven.scm
  1404          </groupId>
  1405                                                              
  1406          <artifactI d>
  1407           maven-scm- provider-g itexe
  1408          </artifact Id>
  1409                                                              
  1410          <version>
  1411           1.8.1
  1412          </version>
  1413                                                     
  1414         </dependen cy>
  1415                                            
  1416        </dependen cies>
  1417                                  
  1418       </plugin>
  1419                                 
  1420       <!-- Git r epo commit  fix end - ->
  1421                        
  1422      </plugins>
  1423              
  1424     </build>
  1425    
  1426             
  1427     <distribut ionManagem ent>
  1428                       
  1429      <!-- Publi sh the ver sioned rel eases here  -->
  1430                       
  1431      <repositor y>
  1432                                 
  1433       <id>
  1434        nexus
  1435       </id>
  1436                                 
  1437       <name>
  1438        nexus
  1439       </name>
  1440                                 
  1441       <url>
  1442        http:// IP                  /nexus/con tent/repos itories/re leases
  1443       </url>
  1444                        
  1445      </reposito ry>
  1446     
  1447                       
  1448      <!-- Publi sh the sna pshot rele ases here  -->
  1449                       
  1450      <snapshotR epository>
  1451                                 
  1452       <id>
  1453        nexus
  1454       </id>
  1455                                 
  1456       <name>
  1457        nexus
  1458       </name>
  1459                                 
  1460       <url>
  1461        http:// IP                  /nexus/con tent/repos itories/sn apshots
  1462       </url>
  1463                        
  1464      </snapshot Repository >
  1465              
  1466     </distribu tionManage ment>
  1467    
  1468   </project>