Advertisement
raelianer

effective pom.xml

Feb 8th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 44.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.   <modelVersion>4.0.0</modelVersion>
  5.   <parent>
  6.     <groupId>org.primefaces.extensions</groupId>
  7.     <artifactId>master-pom</artifactId>
  8.     <version>3.5.0</version>
  9.   </parent>
  10.   <groupId>edu.wctc.maven.glassfish</groupId>
  11.   <artifactId>jsfsecure_copy</artifactId>
  12.   <version>1.0-SNAPSHOT</version>
  13.   <packaging>war</packaging>
  14.   <name>jsfsecure_copy</name>
  15.   <description>PrimeFaces Extensions Master Project for Maven to define global project settings.</description>
  16.   <url>https://github.com/primefaces-extensions/jsfsecure_copy</url>
  17.   <inceptionYear>2011</inceptionYear>
  18.   <scm>
  19.     <connection>scm:git:git@github.com:primefaces-extensions/master-pom.git/jsfsecure_copy</connection>
  20.     <developerConnection>scm:git:git@github.com:primefaces-extensions/master-pom.git/jsfsecure_copy</developerConnection>
  21.     <tag>master-pom-3.5.0</tag>
  22.     <url>https://github.com/primefaces-extensions/master-pom/jsfsecure_copy</url>
  23.   </scm>
  24.   <issueManagement>
  25.     <system>GitHub</system>
  26.     <url>https://github.com/primefaces-extensions/primefaces-extensions.github.com/issues</url>
  27.   </issueManagement>
  28.   <distributionManagement>
  29.     <repository>
  30.       <id>sonatype-nexus-staging</id>
  31.       <name>Nexus Release Repository</name>
  32.       <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  33.     </repository>
  34.     <snapshotRepository>
  35.       <id>sonatype-nexus-snapshots</id>
  36.       <name>Sonatype Nexus Snapshots</name>
  37.       <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
  38.     </snapshotRepository>
  39.   </distributionManagement>
  40.   <properties>
  41.     <jsf-impl>mojarra</jsf-impl>
  42.     <primefaces-extensions.version>3.0.0</primefaces-extensions.version>
  43.     <primefaces-extensions.updated-components>;</primefaces-extensions.updated-components>
  44.     <primefaces-extensions.new-components>analogClock;gravatar;documentViewer;gChart;knob;timer</primefaces-extensions.new-components>
  45.     <jsf-version>2.2.7</jsf-version>
  46.     <primefaces.theme.version>1.0.10</primefaces.theme.version>
  47.     <endorsed.dir>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/endorsed</endorsed.dir>
  48.     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  49.     <sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
  50.     <junit.version>4.11</junit.version>
  51.     <resources.dir.compressed>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/classes/META-INF/resources/primefaces-extensions</resources.dir.compressed>
  52.     <primefaces-extensions.core.version>3.0.0</primefaces-extensions.core.version>
  53.     <java.version.source>1.5</java.version.source>
  54.     <spring-security.version>3.2.5.RELEASE</spring-security.version>
  55.     <jsf.version>2.2.8</jsf.version>
  56.     <jsf-listener>com.sun.faces.config.ConfigureListener</jsf-listener>
  57.     <netbeans.installation>C:\Program Files\NetBeans 8.0.1</netbeans.installation>
  58.     <myfaces.version>2.2.4</myfaces.version>
  59.     <java.version.target>1.5</java.version.target>
  60.     <resources.dir.uncompressed>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/classes/META-INF/resources/primefaces-extensions-uncompressed</resources.dir.uncompressed>
  61.     <aspectj.version>1.7.1</aspectj.version>
  62.     <org.springframework.version>4.0.3.RELEASE</org.springframework.version>
  63.     <primefacesVersion>PrimeFaces-5.1</primefacesVersion>
  64.     <jsfVersion>Mojarra-2.2.7</jsfVersion>
  65.     <mojarra.version>2.2.7</mojarra.version>
  66.     <primefaces.core.version>5.1</primefaces.core.version>
  67.   </properties>
  68.   <dependencyManagement>
  69.     <dependencies>
  70.       <dependency>
  71.         <groupId>junit</groupId>
  72.         <artifactId>junit</artifactId>
  73.         <version>4.9</version>
  74.         <scope>test</scope>
  75.       </dependency>
  76.       <dependency>
  77.         <groupId>commons-collections</groupId>
  78.         <artifactId>commons-collections</artifactId>
  79.         <version>3.2.1</version>
  80.       </dependency>
  81.       <dependency>
  82.         <groupId>commons-fileupload</groupId>
  83.         <artifactId>commons-fileupload</artifactId>
  84.         <version>1.2.2</version>
  85.       </dependency>
  86.       <dependency>
  87.         <groupId>commons-io</groupId>
  88.         <artifactId>commons-io</artifactId>
  89.         <version>2.4</version>
  90.       </dependency>
  91.       <dependency>
  92.         <groupId>org.apache.commons</groupId>
  93.         <artifactId>commons-lang3</artifactId>
  94.         <version>3.1</version>
  95.       </dependency>
  96.       <dependency>
  97.         <groupId>com.sun.faces</groupId>
  98.         <artifactId>jsf-api</artifactId>
  99.         <version>2.2.8</version>
  100.         <scope>provided</scope>
  101.       </dependency>
  102.       <dependency>
  103.         <groupId>com.sun.faces</groupId>
  104.         <artifactId>jsf-impl</artifactId>
  105.         <version>2.2.8</version>
  106.         <scope>provided</scope>
  107.       </dependency>
  108.       <dependency>
  109.         <groupId>javax.el</groupId>
  110.         <artifactId>el-api</artifactId>
  111.         <version>2.2</version>
  112.         <scope>provided</scope>
  113.       </dependency>
  114.       <dependency>
  115.         <groupId>javax.annotation</groupId>
  116.         <artifactId>jsr250-api</artifactId>
  117.         <version>1.0</version>
  118.         <scope>provided</scope>
  119.       </dependency>
  120.       <dependency>
  121.         <groupId>javax.servlet</groupId>
  122.         <artifactId>javax.servlet-api</artifactId>
  123.         <version>3.0.1</version>
  124.         <scope>provided</scope>
  125.       </dependency>
  126.       <dependency>
  127.         <groupId>javax.servlet</groupId>
  128.         <artifactId>jstl</artifactId>
  129.         <version>1.2</version>
  130.       </dependency>
  131.       <dependency>
  132.         <groupId>com.google.code.gson</groupId>
  133.         <artifactId>gson</artifactId>
  134.         <version>2.2.4</version>
  135.       </dependency>
  136.       <dependency>
  137.         <groupId>com.lowagie</groupId>
  138.         <artifactId>itext</artifactId>
  139.         <version>2.1.7</version>
  140.         <exclusions>
  141.           <exclusion>
  142.             <groupId>bouncycastle</groupId>
  143.             <artifactId>bcprov-jdk14</artifactId>
  144.           </exclusion>
  145.           <exclusion>
  146.             <groupId>bouncycastle</groupId>
  147.             <artifactId>bcmail-jdk14</artifactId>
  148.           </exclusion>
  149.           <exclusion>
  150.             <groupId>org.bouncycastle</groupId>
  151.             <artifactId>bctsp-jdk14</artifactId>
  152.           </exclusion>
  153.         </exclusions>
  154.       </dependency>
  155.       <dependency>
  156.         <groupId>org.apache.poi</groupId>
  157.         <artifactId>poi</artifactId>
  158.         <version>3.9</version>
  159.       </dependency>
  160.       <dependency>
  161.         <groupId>org.apache.poi</groupId>
  162.         <artifactId>poi-ooxml</artifactId>
  163.         <version>3.9</version>
  164.       </dependency>
  165.       <dependency>
  166.         <groupId>org.primefaces</groupId>
  167.         <artifactId>primefaces</artifactId>
  168.         <version>5.1</version>
  169.       </dependency>
  170.       <dependency>
  171.         <groupId>org.primefaces.themes</groupId>
  172.         <artifactId>all-themes</artifactId>
  173.         <version>1.0.10</version>
  174.       </dependency>
  175.       <dependency>
  176.         <groupId>org.apache.maven</groupId>
  177.         <artifactId>maven-plugin-api</artifactId>
  178.         <version>3.1.0</version>
  179.       </dependency>
  180.       <dependency>
  181.         <groupId>org.apache.maven</groupId>
  182.         <artifactId>maven-core</artifactId>
  183.         <version>3.1.0</version>
  184.       </dependency>
  185.       <dependency>
  186.         <groupId>org.codehaus.plexus</groupId>
  187.         <artifactId>plexus-utils</artifactId>
  188.         <version>3.0.14</version>
  189.       </dependency>
  190.     </dependencies>
  191.   </dependencyManagement>
  192.   <dependencies>
  193.     <dependency>
  194.       <groupId>javax.servlet</groupId>
  195.       <artifactId>servlet-api</artifactId>
  196.       <version>2.5</version>
  197.       <scope>provided</scope>
  198.     </dependency>
  199.     <dependency>
  200.       <groupId>javax.servlet.jsp</groupId>
  201.       <artifactId>jsp-api</artifactId>
  202.       <version>2.1</version>
  203.       <scope>provided</scope>
  204.     </dependency>
  205.     <dependency>
  206.       <groupId>commons-lang</groupId>
  207.       <artifactId>commons-lang</artifactId>
  208.       <version>2.6</version>
  209.       <scope>compile</scope>
  210.     </dependency>
  211.     <dependency>
  212.       <groupId>javax</groupId>
  213.       <artifactId>javaee-web-api</artifactId>
  214.       <version>7.0</version>
  215.       <scope>provided</scope>
  216.     </dependency>
  217.     <dependency>
  218.       <groupId>com.google.guava</groupId>
  219.       <artifactId>guava</artifactId>
  220.       <version>16.0.1</version>
  221.       <scope>compile</scope>
  222.     </dependency>
  223.     <dependency>
  224.       <groupId>joda-time</groupId>
  225.       <artifactId>joda-time</artifactId>
  226.       <version>2.3</version>
  227.       <scope>compile</scope>
  228.     </dependency>
  229.     <dependency>
  230.       <groupId>org.springframework.security</groupId>
  231.       <artifactId>spring-security-core</artifactId>
  232.       <version>3.2.5.RELEASE</version>
  233.       <scope>compile</scope>
  234.     </dependency>
  235.     <dependency>
  236.       <groupId>org.springframework.security</groupId>
  237.       <artifactId>spring-security-web</artifactId>
  238.       <version>3.2.5.RELEASE</version>
  239.       <scope>compile</scope>
  240.     </dependency>
  241.     <dependency>
  242.       <groupId>org.springframework.security</groupId>
  243.       <artifactId>spring-security-config</artifactId>
  244.       <version>3.2.5.RELEASE</version>
  245.       <scope>compile</scope>
  246.     </dependency>
  247.     <dependency>
  248.       <groupId>org.springframework.security</groupId>
  249.       <artifactId>spring-security-acl</artifactId>
  250.       <version>3.2.5.RELEASE</version>
  251.       <scope>compile</scope>
  252.     </dependency>
  253.     <dependency>
  254.       <groupId>org.springframework.security</groupId>
  255.       <artifactId>facelets-taglib-jsf20-spring-3</artifactId>
  256.       <version>0.5</version>
  257.       <scope>compile</scope>
  258.     </dependency>
  259.     <dependency>
  260.       <groupId>org.springframework</groupId>
  261.       <artifactId>spring-core</artifactId>
  262.       <version>4.0.3.RELEASE</version>
  263.       <scope>compile</scope>
  264.     </dependency>
  265.     <dependency>
  266.       <groupId>org.springframework</groupId>
  267.       <artifactId>spring-expression</artifactId>
  268.       <version>4.0.3.RELEASE</version>
  269.       <scope>compile</scope>
  270.     </dependency>
  271.     <dependency>
  272.       <groupId>org.springframework</groupId>
  273.       <artifactId>spring-beans</artifactId>
  274.       <version>4.0.3.RELEASE</version>
  275.       <scope>compile</scope>
  276.     </dependency>
  277.     <dependency>
  278.       <groupId>org.springframework</groupId>
  279.       <artifactId>spring-aop</artifactId>
  280.       <version>4.0.3.RELEASE</version>
  281.       <scope>compile</scope>
  282.     </dependency>
  283.     <dependency>
  284.       <groupId>org.springframework</groupId>
  285.       <artifactId>spring-aspects</artifactId>
  286.       <version>4.0.3.RELEASE</version>
  287.       <scope>compile</scope>
  288.     </dependency>
  289.     <dependency>
  290.       <groupId>org.springframework</groupId>
  291.       <artifactId>spring-context</artifactId>
  292.       <version>4.0.3.RELEASE</version>
  293.       <scope>compile</scope>
  294.       <exclusions>
  295.         <exclusion>
  296.           <groupId>commons-logging</groupId>
  297.           <artifactId>commons-logging</artifactId>
  298.         </exclusion>
  299.       </exclusions>
  300.     </dependency>
  301.     <dependency>
  302.       <groupId>org.springframework</groupId>
  303.       <artifactId>spring-context-support</artifactId>
  304.       <version>4.0.3.RELEASE</version>
  305.       <scope>compile</scope>
  306.     </dependency>
  307.     <dependency>
  308.       <groupId>org.springframework</groupId>
  309.       <artifactId>spring-tx</artifactId>
  310.       <version>4.0.3.RELEASE</version>
  311.       <scope>compile</scope>
  312.     </dependency>
  313.     <dependency>
  314.       <groupId>org.springframework</groupId>
  315.       <artifactId>spring-jdbc</artifactId>
  316.       <version>4.0.3.RELEASE</version>
  317.       <scope>compile</scope>
  318.     </dependency>
  319.     <dependency>
  320.       <groupId>org.springframework</groupId>
  321.       <artifactId>spring-orm</artifactId>
  322.       <version>4.0.3.RELEASE</version>
  323.       <scope>compile</scope>
  324.     </dependency>
  325.     <dependency>
  326.       <groupId>org.springframework</groupId>
  327.       <artifactId>spring-oxm</artifactId>
  328.       <version>4.0.3.RELEASE</version>
  329.       <scope>compile</scope>
  330.     </dependency>
  331.     <dependency>
  332.       <groupId>org.springframework</groupId>
  333.       <artifactId>spring-web</artifactId>
  334.       <version>4.0.3.RELEASE</version>
  335.       <scope>compile</scope>
  336.     </dependency>
  337.     <dependency>
  338.       <groupId>org.springframework</groupId>
  339.       <artifactId>spring-test</artifactId>
  340.       <version>4.0.3.RELEASE</version>
  341.       <scope>test</scope>
  342.     </dependency>
  343.     <dependency>
  344.       <groupId>junit</groupId>
  345.       <artifactId>junit</artifactId>
  346.       <version>4.9</version>
  347.       <scope>test</scope>
  348.     </dependency>
  349.     <dependency>
  350.       <groupId>org.hamcrest</groupId>
  351.       <artifactId>hamcrest-all</artifactId>
  352.       <version>1.3</version>
  353.       <scope>compile</scope>
  354.     </dependency>
  355.     <dependency>
  356.       <groupId>ch.qos.logback</groupId>
  357.       <artifactId>logback-core</artifactId>
  358.       <version>1.0.13</version>
  359.       <scope>compile</scope>
  360.     </dependency>
  361.     <dependency>
  362.       <groupId>ch.qos.logback</groupId>
  363.       <artifactId>logback-classic</artifactId>
  364.       <version>1.0.13</version>
  365.       <scope>compile</scope>
  366.     </dependency>
  367.     <dependency>
  368.       <groupId>org.slf4j</groupId>
  369.       <artifactId>slf4j-api</artifactId>
  370.       <version>1.7.5</version>
  371.       <scope>compile</scope>
  372.     </dependency>
  373.     <dependency>
  374.       <groupId>org.slf4j</groupId>
  375.       <artifactId>jcl-over-slf4j</artifactId>
  376.       <version>1.7.5</version>
  377.       <scope>compile</scope>
  378.     </dependency>
  379.     <dependency>
  380.       <groupId>commons-collections</groupId>
  381.       <artifactId>commons-collections</artifactId>
  382.       <version>3.2.1</version>
  383.       <scope>compile</scope>
  384.     </dependency>
  385.     <dependency>
  386.       <groupId>com.google.code.findbugs</groupId>
  387.       <artifactId>annotations</artifactId>
  388.       <version>2.0.2</version>
  389.       <scope>compile</scope>
  390.     </dependency>
  391.     <dependency>
  392.       <groupId>org.apache.poi</groupId>
  393.       <artifactId>poi</artifactId>
  394.       <version>3.9</version>
  395.       <scope>compile</scope>
  396.     </dependency>
  397.     <dependency>
  398.       <groupId>org.apache.poi</groupId>
  399.       <artifactId>poi-ooxml</artifactId>
  400.       <version>3.9</version>
  401.       <scope>compile</scope>
  402.     </dependency>
  403.     <dependency>
  404.       <groupId>com.lowagie</groupId>
  405.       <artifactId>itext</artifactId>
  406.       <version>2.1.7</version>
  407.       <scope>compile</scope>
  408.       <exclusions>
  409.         <exclusion>
  410.           <groupId>bouncycastle</groupId>
  411.           <artifactId>bcmail-jdk14</artifactId>
  412.         </exclusion>
  413.         <exclusion>
  414.           <groupId>bouncycastle</groupId>
  415.           <artifactId>bcprov-jdk14</artifactId>
  416.         </exclusion>
  417.         <exclusion>
  418.           <groupId>org.bouncycastle</groupId>
  419.           <artifactId>bctsp-jdk14</artifactId>
  420.         </exclusion>
  421.       </exclusions>
  422.     </dependency>
  423.     <dependency>
  424.       <groupId>commons-fileupload</groupId>
  425.       <artifactId>commons-fileupload</artifactId>
  426.       <version>1.2.2</version>
  427.       <scope>compile</scope>
  428.     </dependency>
  429.     <dependency>
  430.       <groupId>commons-io</groupId>
  431.       <artifactId>commons-io</artifactId>
  432.       <version>2.4</version>
  433.       <scope>compile</scope>
  434.     </dependency>
  435.     <dependency>
  436.       <groupId>rome</groupId>
  437.       <artifactId>rome</artifactId>
  438.       <version>1.0</version>
  439.       <scope>compile</scope>
  440.     </dependency>
  441.     <dependency>
  442.       <groupId>org.twitter4j</groupId>
  443.       <artifactId>twitter4j-core</artifactId>
  444.       <version>3.0.5</version>
  445.       <scope>compile</scope>
  446.     </dependency>
  447.     <dependency>
  448.       <groupId>org.atmosphere</groupId>
  449.       <artifactId>atmosphere-runtime</artifactId>
  450.       <version>2.2.4</version>
  451.       <scope>compile</scope>
  452.     </dependency>
  453.     <dependency>
  454.       <groupId>javax.inject</groupId>
  455.       <artifactId>javax.inject</artifactId>
  456.       <version>1</version>
  457.       <scope>compile</scope>
  458.     </dependency>
  459.     <dependency>
  460.       <groupId>org.primefaces.themes</groupId>
  461.       <artifactId>all-themes</artifactId>
  462.       <version>1.0.10</version>
  463.       <scope>compile</scope>
  464.     </dependency>
  465.     <dependency>
  466.       <groupId>net.sourceforge.barbecue</groupId>
  467.       <artifactId>barbecue</artifactId>
  468.       <version>1.5-beta1</version>
  469.       <scope>compile</scope>
  470.     </dependency>
  471.     <dependency>
  472.       <groupId>jfree</groupId>
  473.       <artifactId>jfreechart</artifactId>
  474.       <version>1.0.0</version>
  475.       <scope>compile</scope>
  476.     </dependency>
  477.     <dependency>
  478.       <groupId>net.glxn</groupId>
  479.       <artifactId>qrgen</artifactId>
  480.       <version>1.4</version>
  481.       <scope>compile</scope>
  482.     </dependency>
  483.     <dependency>
  484.       <groupId>net.sf.barcode4j</groupId>
  485.       <artifactId>barcode4j-light</artifactId>
  486.       <version>2.1</version>
  487.       <scope>compile</scope>
  488.     </dependency>
  489.     <dependency>
  490.       <groupId>org.eclipse.persistence</groupId>
  491.       <artifactId>eclipselink</artifactId>
  492.       <version>2.5.1</version>
  493.       <scope>provided</scope>
  494.     </dependency>
  495.     <dependency>
  496.       <groupId>org.eclipse.persistence</groupId>
  497.       <artifactId>org.eclipse.persistence.jpa.modelgen.processor</artifactId>
  498.       <version>2.5.1</version>
  499.       <scope>provided</scope>
  500.     </dependency>
  501.     <dependency>
  502.       <groupId>javax.annotation</groupId>
  503.       <artifactId>jsr250-api</artifactId>
  504.       <version>1.0</version>
  505.       <scope>provided</scope>
  506.     </dependency>
  507.     <dependency>
  508.       <groupId>javax.servlet</groupId>
  509.       <artifactId>javax.servlet-api</artifactId>
  510.       <version>3.0.1</version>
  511.       <scope>provided</scope>
  512.     </dependency>
  513.     <dependency>
  514.       <groupId>javax.servlet</groupId>
  515.       <artifactId>jstl</artifactId>
  516.       <version>1.2</version>
  517.       <scope>compile</scope>
  518.     </dependency>
  519.     <dependency>
  520.       <groupId>javax.el</groupId>
  521.       <artifactId>el-api</artifactId>
  522.       <version>2.2</version>
  523.       <scope>compile</scope>
  524.     </dependency>
  525.     <dependency>
  526.       <groupId>de.odysseus.juel</groupId>
  527.       <artifactId>juel-impl</artifactId>
  528.       <version>2.2.6</version>
  529.       <scope>compile</scope>
  530.     </dependency>
  531.     <dependency>
  532.       <groupId>de.odysseus.juel</groupId>
  533.       <artifactId>juel-spi</artifactId>
  534.       <version>2.2.6</version>
  535.       <scope>compile</scope>
  536.     </dependency>
  537.     <dependency>
  538.       <groupId>org.primefaces.extensions</groupId>
  539.       <artifactId>primefaces-extensions</artifactId>
  540.       <version>3.0.0</version>
  541.       <scope>compile</scope>
  542.     </dependency>
  543.     <dependency>
  544.       <groupId>org.primefaces.extensions</groupId>
  545.       <artifactId>resources-ckeditor</artifactId>
  546.       <version>3.0.0</version>
  547.       <scope>compile</scope>
  548.     </dependency>
  549.     <dependency>
  550.       <groupId>org.primefaces.extensions</groupId>
  551.       <artifactId>resources-codemirror</artifactId>
  552.       <version>3.0.0</version>
  553.       <scope>compile</scope>
  554.     </dependency>
  555.     <dependency>
  556.       <groupId>com.sun.faces</groupId>
  557.       <artifactId>jsf-api</artifactId>
  558.       <version>2.2.7</version>
  559.       <scope>compile</scope>
  560.     </dependency>
  561.     <dependency>
  562.       <groupId>com.sun.faces</groupId>
  563.       <artifactId>jsf-impl</artifactId>
  564.       <version>2.2.7</version>
  565.       <scope>compile</scope>
  566.     </dependency>
  567.   </dependencies>
  568.   <repositories>
  569.     <repository>
  570.       <id>prime-repo</id>
  571.       <name>PrimeFaces Maven Repository</name>
  572.       <url>http://repository.primefaces.org</url>
  573.     </repository>
  574.     <repository>
  575.       <id>org.springframework.security.taglibs.facelets</id>
  576.       <name>SpringSource Security Taglibs</name>
  577.       <url>http://spring-security-facelets-taglib.googlecode.com/svn/repo/</url>
  578.     </repository>
  579.     <repository>
  580.       <id>primefaces</id>
  581.       <name>PrimeFaces Maven Repository</name>
  582.       <url>http://repository.primefaces.org</url>
  583.     </repository>
  584.     <repository>
  585.       <releases>
  586.         <enabled>false</enabled>
  587.       </releases>
  588.       <snapshots>
  589.         <enabled>true</enabled>
  590.       </snapshots>
  591.       <id>sonatype-nexus-snapshots</id>
  592.       <name>Sonatype Nexus Snapshots</name>
  593.       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  594.     </repository>
  595.     <repository>
  596.       <snapshots>
  597.         <enabled>false</enabled>
  598.       </snapshots>
  599.       <id>central</id>
  600.       <name>Central Repository</name>
  601.       <url>http://repo.maven.apache.org/maven2</url>
  602.     </repository>
  603.   </repositories>
  604.   <pluginRepositories>
  605.     <pluginRepository>
  606.       <releases>
  607.         <updatePolicy>never</updatePolicy>
  608.       </releases>
  609.       <snapshots>
  610.         <enabled>false</enabled>
  611.       </snapshots>
  612.       <id>central</id>
  613.       <name>Central Repository</name>
  614.       <url>http://repo.maven.apache.org/maven2</url>
  615.     </pluginRepository>
  616.   </pluginRepositories>
  617.   <build>
  618.     <sourceDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\src\main\java</sourceDirectory>
  619.     <scriptSourceDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\src\main\scripts</scriptSourceDirectory>
  620.     <testSourceDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\src\test\java</testSourceDirectory>
  621.     <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\classes</outputDirectory>
  622.     <testOutputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\test-classes</testOutputDirectory>
  623.     <resources>
  624.       <resource>
  625.         <filtering>true</filtering>
  626.         <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\src\main\resources</directory>
  627.       </resource>
  628.       <resource>
  629.         <filtering>true</filtering>
  630.         <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\src\main\webapp</directory>
  631.         <includes>
  632.           <include>**/web.xml</include>
  633.         </includes>
  634.       </resource>
  635.     </resources>
  636.     <testResources>
  637.       <testResource>
  638.         <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\src\test\resources</directory>
  639.       </testResource>
  640.     </testResources>
  641.     <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target</directory>
  642.     <finalName>jsfsecure_copy-1.0-SNAPSHOT</finalName>
  643.     <pluginManagement>
  644.       <plugins>
  645.         <plugin>
  646.           <artifactId>maven-antrun-plugin</artifactId>
  647.           <version>1.3</version>
  648.         </plugin>
  649.         <plugin>
  650.           <artifactId>maven-assembly-plugin</artifactId>
  651.           <version>2.4</version>
  652.         </plugin>
  653.         <plugin>
  654.           <artifactId>maven-clean-plugin</artifactId>
  655.           <version>2.5</version>
  656.         </plugin>
  657.         <plugin>
  658.           <artifactId>maven-compiler-plugin</artifactId>
  659.           <version>3.1</version>
  660.           <configuration>
  661.             <source>1.5</source>
  662.             <target>1.5</target>
  663.             <encoding>UTF-8</encoding>
  664.             <optimize>false</optimize>
  665.             <debug>true</debug>
  666.             <showDeprecation>true</showDeprecation>
  667.           </configuration>
  668.         </plugin>
  669.         <plugin>
  670.           <artifactId>maven-dependency-plugin</artifactId>
  671.           <version>2.3</version>
  672.           <extensions>true</extensions>
  673.         </plugin>
  674.         <plugin>
  675.           <artifactId>maven-deploy-plugin</artifactId>
  676.           <version>2.7</version>
  677.         </plugin>
  678.         <plugin>
  679.           <artifactId>maven-eclipse-plugin</artifactId>
  680.           <version>2.8</version>
  681.           <configuration>
  682.             <useProjectReferences>false</useProjectReferences>
  683.             <downloadSources>true</downloadSources>
  684.             <wtpversion>2.0</wtpversion>
  685.             <classpathContainers>
  686.               <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</classpathContainer>
  687.             </classpathContainers>
  688.             <packaging>war</packaging>
  689.           </configuration>
  690.         </plugin>
  691.         <plugin>
  692.           <artifactId>maven-idea-plugin</artifactId>
  693.           <version>2.2</version>
  694.           <configuration>
  695.             <exclude>target</exclude>
  696.             <downloadSources>true</downloadSources>
  697.             <jdkLevel>1.5</jdkLevel>
  698.             <jdkName>1.5</jdkName>
  699.           </configuration>
  700.         </plugin>
  701.         <plugin>
  702.           <artifactId>maven-install-plugin</artifactId>
  703.           <version>2.4</version>
  704.         </plugin>
  705.         <plugin>
  706.           <artifactId>maven-jar-plugin</artifactId>
  707.           <version>2.4</version>
  708.           <configuration>
  709.             <archive>
  710.               <addMavenDescriptor>false</addMavenDescriptor>
  711.               <manifest>
  712.                 <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  713.                 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  714.               </manifest>
  715.               <manifestEntries>
  716.                 <X-Compile-Source>1.5</X-Compile-Source>
  717.                 <X-Compile-Target>1.5</X-Compile-Target>
  718.               </manifestEntries>
  719.             </archive>
  720.           </configuration>
  721.         </plugin>
  722.         <plugin>
  723.           <artifactId>maven-javadoc-plugin</artifactId>
  724.           <version>2.9</version>
  725.           <configuration>
  726.             <source>1.5</source>
  727.             <detectJavaApiLink>false</detectJavaApiLink>
  728.             <quiet>true</quiet>
  729.           </configuration>
  730.         </plugin>
  731.         <plugin>
  732.           <artifactId>maven-release-plugin</artifactId>
  733.           <version>2.4.1</version>
  734.           <configuration>
  735.             <releaseProfiles>release</releaseProfiles>
  736.             <autoVersionSubmodules>true</autoVersionSubmodules>
  737.             <mavenExecutorId>forked-path</mavenExecutorId>
  738.             <useReleaseProfile>false</useReleaseProfile>
  739.             <arguments>-Psonatype-oss-release</arguments>
  740.           </configuration>
  741.         </plugin>
  742.         <plugin>
  743.           <artifactId>maven-resources-plugin</artifactId>
  744.           <version>2.6</version>
  745.         </plugin>
  746.         <plugin>
  747.           <artifactId>maven-source-plugin</artifactId>
  748.           <version>2.2.1</version>
  749.           <executions>
  750.             <execution>
  751.               <id>attach-sources</id>
  752.               <phase>package</phase>
  753.               <goals>
  754.                 <goal>jar-no-fork</goal>
  755.               </goals>
  756.             </execution>
  757.           </executions>
  758.         </plugin>
  759.         <plugin>
  760.           <artifactId>maven-surefire-plugin</artifactId>
  761.           <version>2.11</version>
  762.         </plugin>
  763.         <plugin>
  764.           <groupId>org.apache.felix</groupId>
  765.           <artifactId>maven-bundle-plugin</artifactId>
  766.           <version>2.3.5</version>
  767.           <extensions>true</extensions>
  768.           <executions>
  769.             <execution>
  770.               <id>bundle-manifest</id>
  771.               <phase>process-classes</phase>
  772.               <goals>
  773.                 <goal>manifest</goal>
  774.               </goals>
  775.               <configuration>
  776.                 <supportedProjectTypes>
  777.                   <supportedProjectType>jar</supportedProjectType>
  778.                 </supportedProjectTypes>
  779.                 <instructions>
  780.                   <Export-Package>org.primefaces.extensions*;version="1.0-SNAPSHOT</Export-Package>
  781.                   <Import-Package>javax.*,*;resolution:=optional</Import-Package>
  782.                 </instructions>
  783.               </configuration>
  784.             </execution>
  785.           </executions>
  786.           <configuration>
  787.             <supportedProjectTypes>
  788.               <supportedProjectType>jar</supportedProjectType>
  789.             </supportedProjectTypes>
  790.             <instructions>
  791.               <Export-Package>org.primefaces.extensions*;version="1.0-SNAPSHOT</Export-Package>
  792.               <Import-Package>javax.*,*;resolution:=optional</Import-Package>
  793.             </instructions>
  794.           </configuration>
  795.         </plugin>
  796.         <plugin>
  797.           <groupId>org.codehaus.mojo</groupId>
  798.           <artifactId>buildnumber-maven-plugin</artifactId>
  799.           <version>1.0</version>
  800.           <executions>
  801.             <execution>
  802.               <id>generate-timestamp</id>
  803.               <phase>validate</phase>
  804.               <goals>
  805.                 <goal>create-timestamp</goal>
  806.               </goals>
  807.               <configuration>
  808.                 <format>{0,date,yyyy-MM-dd HH:mm}</format>
  809.                 <items>
  810.                   <item>timestamp</item>
  811.                 </items>
  812.               </configuration>
  813.             </execution>
  814.           </executions>
  815.           <configuration>
  816.             <format>{0,date,yyyy-MM-dd HH:mm}</format>
  817.             <items>
  818.               <item>timestamp</item>
  819.             </items>
  820.           </configuration>
  821.         </plugin>
  822.         <plugin>
  823.           <groupId>org.primefaces.extensions</groupId>
  824.           <artifactId>resources-optimizer-maven-plugin</artifactId>
  825.           <version>1.1.0</version>
  826.           <executions>
  827.             <execution>
  828.               <id>optimize</id>
  829.               <phase>prepare-package</phase>
  830.               <goals>
  831.                 <goal>optimize</goal>
  832.               </goals>
  833.             </execution>
  834.           </executions>
  835.         </plugin>
  836.       </plugins>
  837.     </pluginManagement>
  838.     <plugins>
  839.       <plugin>
  840.         <artifactId>maven-enforcer-plugin</artifactId>
  841.         <version>1.0</version>
  842.         <executions>
  843.           <execution>
  844.             <id>enforce-maven</id>
  845.             <goals>
  846.               <goal>enforce</goal>
  847.             </goals>
  848.             <configuration>
  849.               <rules>
  850.                 <requireMavenVersion>
  851.                   <version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
  852.                   <message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
  853.                 </requireMavenVersion>
  854.               </rules>
  855.             </configuration>
  856.           </execution>
  857.         </executions>
  858.       </plugin>
  859.       <plugin>
  860.         <artifactId>maven-war-plugin</artifactId>
  861.         <version>2.3</version>
  862.         <executions>
  863.           <execution>
  864.             <id>default-war</id>
  865.             <phase>package</phase>
  866.             <goals>
  867.               <goal>war</goal>
  868.             </goals>
  869.             <configuration>
  870.               <webappDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp</webappDirectory>
  871.               <warSourceDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy/src/main/webapp</warSourceDirectory>
  872.               <warSourceExcludes>**/resources/**/*.css,**/resources/**/*.js</warSourceExcludes>
  873.               <webResources>
  874.                 <resource>
  875.                   <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp-resources</directory>
  876.                 </resource>
  877.               </webResources>
  878.               <packagingExcludes>**/web-overwrite.xml,WEB-INF/web.xml</packagingExcludes>
  879.               <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
  880.               <nonFilteredFileExtensions>
  881.                 <nonFilteredFileExtension>jpeg</nonFilteredFileExtension>
  882.                 <nonFilteredFileExtension>jpg</nonFilteredFileExtension>
  883.                 <nonFilteredFileExtension>gif</nonFilteredFileExtension>
  884.                 <nonFilteredFileExtension>png</nonFilteredFileExtension>
  885.                 <nonFilteredFileExtension>ico</nonFilteredFileExtension>
  886.                 <nonFilteredFileExtension>bmp</nonFilteredFileExtension>
  887.                 <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
  888.                 <nonFilteredFileExtension>jar</nonFilteredFileExtension>
  889.                 <nonFilteredFileExtension>cab</nonFilteredFileExtension>
  890.               </nonFilteredFileExtensions>
  891.               <archive>
  892.                 <addMavenDescriptor>false</addMavenDescriptor>
  893.                 <manifest>
  894.                   <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  895.                   <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  896.                 </manifest>
  897.                 <manifestEntries>
  898.                   <X-Compile-Source>1.5</X-Compile-Source>
  899.                   <X-Compile-Target>1.5</X-Compile-Target>
  900.                 </manifestEntries>
  901.               </archive>
  902.             </configuration>
  903.           </execution>
  904.         </executions>
  905.         <configuration>
  906.           <webappDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp</webappDirectory>
  907.           <warSourceDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy/src/main/webapp</warSourceDirectory>
  908.           <warSourceExcludes>**/resources/**/*.css,**/resources/**/*.js</warSourceExcludes>
  909.           <webResources>
  910.             <resource>
  911.               <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp-resources</directory>
  912.             </resource>
  913.           </webResources>
  914.           <packagingExcludes>**/web-overwrite.xml,WEB-INF/web.xml</packagingExcludes>
  915.           <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
  916.           <nonFilteredFileExtensions>
  917.             <nonFilteredFileExtension>jpeg</nonFilteredFileExtension>
  918.             <nonFilteredFileExtension>jpg</nonFilteredFileExtension>
  919.             <nonFilteredFileExtension>gif</nonFilteredFileExtension>
  920.             <nonFilteredFileExtension>png</nonFilteredFileExtension>
  921.             <nonFilteredFileExtension>ico</nonFilteredFileExtension>
  922.             <nonFilteredFileExtension>bmp</nonFilteredFileExtension>
  923.             <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
  924.             <nonFilteredFileExtension>jar</nonFilteredFileExtension>
  925.             <nonFilteredFileExtension>cab</nonFilteredFileExtension>
  926.           </nonFilteredFileExtensions>
  927.           <archive>
  928.             <addMavenDescriptor>false</addMavenDescriptor>
  929.             <manifest>
  930.               <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  931.               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  932.             </manifest>
  933.             <manifestEntries>
  934.               <X-Compile-Source>1.5</X-Compile-Source>
  935.               <X-Compile-Target>1.5</X-Compile-Target>
  936.             </manifestEntries>
  937.           </archive>
  938.         </configuration>
  939.       </plugin>
  940.       <plugin>
  941.         <artifactId>maven-resources-plugin</artifactId>
  942.         <version>2.6</version>
  943.         <executions>
  944.           <execution>
  945.             <id>default-resources</id>
  946.             <phase>process-resources</phase>
  947.             <goals>
  948.               <goal>resources</goal>
  949.             </goals>
  950.           </execution>
  951.           <execution>
  952.             <id>default-testResources</id>
  953.             <phase>process-test-resources</phase>
  954.             <goals>
  955.               <goal>testResources</goal>
  956.             </goals>
  957.           </execution>
  958.           <execution>
  959.             <id>copy-resources</id>
  960.             <phase>generate-resources</phase>
  961.             <goals>
  962.               <goal>copy-resources</goal>
  963.             </goals>
  964.             <configuration>
  965.               <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp-resources/resources</outputDirectory>
  966.               <resources>
  967.                 <resource>
  968.                   <directory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy/src/main/webapp/resources</directory>
  969.                   <filtering>true</filtering>
  970.                   <includes>
  971.                     <include>**/*.css</include>
  972.                     <include>**/*.js</include>
  973.                   </includes>
  974.                 </resource>
  975.               </resources>
  976.             </configuration>
  977.           </execution>
  978.           <execution>
  979.             <id>copy-java-files</id>
  980.             <phase>process-classes</phase>
  981.             <goals>
  982.               <goal>copy-resources</goal>
  983.             </goals>
  984.             <configuration>
  985.               <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\classes</outputDirectory>
  986.               <resources>
  987.                 <resource>
  988.                   <directory>src/main/java</directory>
  989.                   <filtering>false</filtering>
  990.                 </resource>
  991.               </resources>
  992.             </configuration>
  993.           </execution>
  994.         </executions>
  995.       </plugin>
  996.       <plugin>
  997.         <groupId>org.primefaces.extensions</groupId>
  998.         <artifactId>resources-optimizer-maven-plugin</artifactId>
  999.         <version>1.1.0</version>
  1000.         <executions>
  1001.           <execution>
  1002.             <id>optimize</id>
  1003.             <phase>prepare-package</phase>
  1004.             <goals>
  1005.               <goal>optimize</goal>
  1006.             </goals>
  1007.             <configuration>
  1008.               <resourcesSets>
  1009.                 <resourcesSet>
  1010.                   <inputDir>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp-resources</inputDir>
  1011.                 </resourcesSet>
  1012.               </resourcesSets>
  1013.             </configuration>
  1014.           </execution>
  1015.         </executions>
  1016.         <configuration>
  1017.           <resourcesSets>
  1018.             <resourcesSet>
  1019.               <inputDir>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/webapp-resources</inputDir>
  1020.             </resourcesSet>
  1021.           </resourcesSets>
  1022.         </configuration>
  1023.       </plugin>
  1024.       <plugin>
  1025.         <groupId>org.codehaus.mojo</groupId>
  1026.         <artifactId>buildnumber-maven-plugin</artifactId>
  1027.         <version>1.0</version>
  1028.         <executions>
  1029.           <execution>
  1030.             <id>generate-timestamp</id>
  1031.             <phase>validate</phase>
  1032.             <goals>
  1033.               <goal>create-timestamp</goal>
  1034.             </goals>
  1035.             <configuration>
  1036.               <format>{0,date,yyyy-MM-dd HH:mm}</format>
  1037.               <items>
  1038.                 <item>timestamp</item>
  1039.               </items>
  1040.             </configuration>
  1041.           </execution>
  1042.         </executions>
  1043.         <configuration>
  1044.           <format>{0,date,yyyy-MM-dd HH:mm}</format>
  1045.           <items>
  1046.             <item>timestamp</item>
  1047.           </items>
  1048.         </configuration>
  1049.       </plugin>
  1050.       <plugin>
  1051.         <artifactId>maven-clean-plugin</artifactId>
  1052.         <version>2.5</version>
  1053.         <executions>
  1054.           <execution>
  1055.             <id>default-clean</id>
  1056.             <phase>clean</phase>
  1057.             <goals>
  1058.               <goal>clean</goal>
  1059.             </goals>
  1060.           </execution>
  1061.         </executions>
  1062.       </plugin>
  1063.       <plugin>
  1064.         <artifactId>maven-install-plugin</artifactId>
  1065.         <version>2.4</version>
  1066.         <executions>
  1067.           <execution>
  1068.             <id>default-install</id>
  1069.             <phase>install</phase>
  1070.             <goals>
  1071.               <goal>install</goal>
  1072.             </goals>
  1073.           </execution>
  1074.         </executions>
  1075.       </plugin>
  1076.       <plugin>
  1077.         <artifactId>maven-surefire-plugin</artifactId>
  1078.         <version>2.11</version>
  1079.         <executions>
  1080.           <execution>
  1081.             <id>default-test</id>
  1082.             <phase>test</phase>
  1083.             <goals>
  1084.               <goal>test</goal>
  1085.             </goals>
  1086.           </execution>
  1087.         </executions>
  1088.       </plugin>
  1089.       <plugin>
  1090.         <artifactId>maven-compiler-plugin</artifactId>
  1091.         <version>3.1</version>
  1092.         <executions>
  1093.           <execution>
  1094.             <id>default-testCompile</id>
  1095.             <phase>test-compile</phase>
  1096.             <goals>
  1097.               <goal>testCompile</goal>
  1098.             </goals>
  1099.             <configuration>
  1100.               <source>1.5</source>
  1101.               <target>1.5</target>
  1102.               <encoding>UTF-8</encoding>
  1103.               <optimize>false</optimize>
  1104.               <debug>true</debug>
  1105.               <showDeprecation>true</showDeprecation>
  1106.             </configuration>
  1107.           </execution>
  1108.           <execution>
  1109.             <id>default-compile</id>
  1110.             <phase>compile</phase>
  1111.             <goals>
  1112.               <goal>compile</goal>
  1113.             </goals>
  1114.             <configuration>
  1115.               <source>1.5</source>
  1116.               <target>1.5</target>
  1117.               <encoding>UTF-8</encoding>
  1118.               <optimize>false</optimize>
  1119.               <debug>true</debug>
  1120.               <showDeprecation>true</showDeprecation>
  1121.             </configuration>
  1122.           </execution>
  1123.         </executions>
  1124.         <configuration>
  1125.           <source>1.5</source>
  1126.           <target>1.5</target>
  1127.           <encoding>UTF-8</encoding>
  1128.           <optimize>false</optimize>
  1129.           <debug>true</debug>
  1130.           <showDeprecation>true</showDeprecation>
  1131.         </configuration>
  1132.       </plugin>
  1133.       <plugin>
  1134.         <artifactId>maven-deploy-plugin</artifactId>
  1135.         <version>2.7</version>
  1136.         <executions>
  1137.           <execution>
  1138.             <id>default-deploy</id>
  1139.             <phase>deploy</phase>
  1140.             <goals>
  1141.               <goal>deploy</goal>
  1142.             </goals>
  1143.           </execution>
  1144.         </executions>
  1145.       </plugin>
  1146.       <plugin>
  1147.         <artifactId>maven-site-plugin</artifactId>
  1148.         <version>3.0</version>
  1149.         <executions>
  1150.           <execution>
  1151.             <id>default-site</id>
  1152.             <phase>site</phase>
  1153.             <goals>
  1154.               <goal>site</goal>
  1155.             </goals>
  1156.             <configuration>
  1157.               <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\site</outputDirectory>
  1158.               <reportPlugins>
  1159.                 <reportPlugin>
  1160.                   <groupId>org.apache.maven.plugins</groupId>
  1161.                   <artifactId>maven-project-info-reports-plugin</artifactId>
  1162.                 </reportPlugin>
  1163.               </reportPlugins>
  1164.             </configuration>
  1165.           </execution>
  1166.           <execution>
  1167.             <id>default-deploy</id>
  1168.             <phase>site-deploy</phase>
  1169.             <goals>
  1170.               <goal>deploy</goal>
  1171.             </goals>
  1172.             <configuration>
  1173.               <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\site</outputDirectory>
  1174.               <reportPlugins>
  1175.                 <reportPlugin>
  1176.                   <groupId>org.apache.maven.plugins</groupId>
  1177.                   <artifactId>maven-project-info-reports-plugin</artifactId>
  1178.                 </reportPlugin>
  1179.               </reportPlugins>
  1180.             </configuration>
  1181.           </execution>
  1182.         </executions>
  1183.         <configuration>
  1184.           <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\site</outputDirectory>
  1185.           <reportPlugins>
  1186.             <reportPlugin>
  1187.               <groupId>org.apache.maven.plugins</groupId>
  1188.               <artifactId>maven-project-info-reports-plugin</artifactId>
  1189.             </reportPlugin>
  1190.           </reportPlugins>
  1191.         </configuration>
  1192.       </plugin>
  1193.     </plugins>
  1194.   </build>
  1195.   <reporting>
  1196.     <outputDirectory>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target\site</outputDirectory>
  1197.   </reporting>
  1198.   <profiles>
  1199.     <profile>
  1200.       <id>myfaces</id>
  1201.       <properties>
  1202.         <jsf-impl>myfaces</jsf-impl>
  1203.         <jsf-version>2.2.4</jsf-version>
  1204.         <jsf-listener>org.apache.myfaces.webapp.StartupServletContextListener</jsf-listener>
  1205.       </properties>
  1206.       <dependencies>
  1207.         <dependency>
  1208.           <groupId>org.apache.myfaces.core</groupId>
  1209.           <artifactId>myfaces-api</artifactId>
  1210.           <version>2.2.4</version>
  1211.           <scope>compile</scope>
  1212.         </dependency>
  1213.         <dependency>
  1214.           <groupId>org.apache.myfaces.core</groupId>
  1215.           <artifactId>myfaces-impl</artifactId>
  1216.           <version>2.2.4</version>
  1217.           <scope>compile</scope>
  1218.         </dependency>
  1219.       </dependencies>
  1220.     </profile>
  1221.     <profile>
  1222.       <id>mojarra</id>
  1223.       <activation>
  1224.         <activeByDefault>true</activeByDefault>
  1225.       </activation>
  1226.       <properties>
  1227.         <jsf-impl>mojarra</jsf-impl>
  1228.         <jsf-version>2.2.7</jsf-version>
  1229.         <jsf-listener>com.sun.faces.config.ConfigureListener</jsf-listener>
  1230.       </properties>
  1231.       <dependencies>
  1232.         <dependency>
  1233.           <groupId>com.sun.faces</groupId>
  1234.           <artifactId>jsf-api</artifactId>
  1235.           <version>2.2.7</version>
  1236.           <scope>compile</scope>
  1237.         </dependency>
  1238.         <dependency>
  1239.           <groupId>com.sun.faces</groupId>
  1240.           <artifactId>jsf-impl</artifactId>
  1241.           <version>2.2.7</version>
  1242.           <scope>compile</scope>
  1243.         </dependency>
  1244.       </dependencies>
  1245.     </profile>
  1246.   </profiles>
  1247. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement