Advertisement
raelianer

differences between the effective settings of pom.xml files

Feb 8th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 24.20 KB | None | 0 0
  1. Here I took the effective pom.xml settings and deleted what was the same in both files.
  2.  
  3.  
  4. primefaces-extensions-showcase effective pom.xml
  5. ====================================================================================================
  6. <?xml version="1.0"?>
  7. <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"
  8.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  9.   <modelVersion>4.0.0</modelVersion>
  10.   <parent>
  11.     <groupId>org.primefaces.extensions</groupId>
  12.     <artifactId>master-pom</artifactId>
  13.     <version>3.5.0</version>
  14.   </parent>
  15.   <groupId>org.primefaces.extensions</groupId>
  16.   <artifactId>showcase</artifactId>
  17.   <version>3.0.0</version>
  18.   <packaging>war</packaging>
  19.   <name>showcase</name>
  20.   <description>PrimeFaces Extensions Project Showcase for Maven.</description>
  21.   <url>https://github.com/primefaces-extensions/showcase</url>
  22.   <inceptionYear>2011</inceptionYear>
  23.  
  24.   <scm>
  25.     <connection>scm:git:[email protected]:primefaces-extensions/showcase.git</connection>
  26.     <developerConnection>scm:git:[email protected]:primefaces-extensions/showcase.git</developerConnection>
  27.     <url>https://github.com/primefaces-extensions/showcase</url>
  28.   </scm>
  29.  
  30.   <properties>
  31.     <jsf-impl>mojarra</jsf-impl>
  32.     <primefaces-extensions.updated-components>;</primefaces-extensions.updated-components>
  33.     <primefaces-extensions.new-components>analogClock;gravatar;documentViewer;gChart;knob;timer</primefaces-extensions.new-components>
  34.     <jsf-version>2.2.8</jsf-version>
  35.     <primefaces.theme.version>1.0.10</primefaces.theme.version>
  36.     <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
  37.     <sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
  38.     <resources.dir.compressed>C:\Users\Richard\Documents\NetBeansProjects\showcase\target/classes/META-INF/resources/primefaces-extensions</resources.dir.compressed>
  39.     <primefaces-extensions.core.version>3.0.0</primefaces-extensions.core.version>
  40.     <java.version.source>1.5</java.version.source>
  41.     <jsf.version>2.2.8</jsf.version>
  42.     <netbeans.installation>C:\Program Files\NetBeans 8.0.1</netbeans.installation>
  43.     <jsf-listener>com.sun.faces.config.ConfigureListener</jsf-listener>
  44.     <myfaces.version>2.2.4</myfaces.version>
  45.     <java.version.target>1.5</java.version.target>
  46.     <resources.dir.uncompressed>C:\Users\Richard\Documents\NetBeansProjects\showcase\target/classes/META-INF/resources/primefaces-extensions-uncompressed</resources.dir.uncompressed>
  47.     <mojarra.version>2.2.8</mojarra.version>
  48.     <primefaces.core.version>5.1</primefaces.core.version>
  49.   </properties>
  50.  
  51.   <dependencies>
  52.  
  53.   </dependencies>
  54.   <repositories>
  55.  
  56.   <build>
  57.  
  58.     <finalName>showcase-3.0.0</finalName>
  59.     <pluginManagement>
  60.       <plugins>
  61.  
  62.         <plugin>
  63.           <artifactId>maven-compiler-plugin</artifactId>
  64.           <version>3.1</version>
  65.           <configuration>
  66.             <source>1.5</source>
  67.             <target>1.5</target>
  68.             <encoding>iso-8859-1</encoding>
  69.             <optimize>false</optimize>
  70.             <debug>true</debug>
  71.             <showDeprecation>true</showDeprecation>
  72.           </configuration>
  73.         </plugin>
  74.  
  75.  
  76.  
  77.         <plugin>
  78.           <groupId>org.apache.felix</groupId>
  79.           <artifactId>maven-bundle-plugin</artifactId>
  80.           <version>2.3.5</version>
  81.           <extensions>true</extensions>
  82.           <executions>
  83.             <execution>
  84.               <id>bundle-manifest</id>
  85.               <phase>process-classes</phase>
  86.               <goals>
  87.                 <goal>manifest</goal>
  88.               </goals>
  89.               <configuration>
  90.                 <supportedProjectTypes>
  91.                   <supportedProjectType>jar</supportedProjectType>
  92.                 </supportedProjectTypes>
  93.                 <instructions>
  94.                   <Export-Package>org.primefaces.extensions*;version="3.0.0</Export-Package>
  95.                   <Import-Package>javax.*,*;resolution:=optional</Import-Package>
  96.                 </instructions>
  97.               </configuration>
  98.             </execution>
  99.           </executions>
  100.           <configuration>
  101.             <supportedProjectTypes>
  102.               <supportedProjectType>jar</supportedProjectType>
  103.             </supportedProjectTypes>
  104.             <instructions>
  105.               <Export-Package>org.primefaces.extensions*;version="3.0.0</Export-Package>
  106.               <Import-Package>javax.*,*;resolution:=optional</Import-Package>
  107.             </instructions>
  108.           </configuration>
  109.         </plugin>
  110.  
  111.       </plugins>
  112.     </pluginManagement>
  113.     <plugins>
  114.  
  115.       <plugin>
  116.         <groupId>org.mortbay.jetty</groupId>
  117.         <artifactId>jetty-maven-plugin</artifactId>
  118.         <version>8.1.16.v20140903</version>
  119.         <configuration>
  120.           <webAppConfig>
  121.             <contextPath>/primeext-showcase</contextPath>
  122.             <overrideDescriptor>src/main/webapp/WEB-INF/web-overwrite.xml</overrideDescriptor>
  123.           </webAppConfig>
  124.           <webXml>C:\Users\Richard\Documents\NetBeansProjects\showcase\target/classes/WEB-INF/web.xml</webXml>
  125.           <webAppSourceDirectory>C:\Users\Richard\Documents\NetBeansProjects\showcase/src/main/webapp</webAppSourceDirectory>
  126.           <scanIntervalSeconds>1</scanIntervalSeconds>
  127.           <stopPort>9966</stopPort>
  128.           <stopKey>foo</stopKey>
  129.         </configuration>
  130.       </plugin>
  131.  
  132.  
  133.  
  134.  
  135.       <plugin>
  136.         <artifactId>maven-compiler-plugin</artifactId>
  137.         <version>3.1</version>
  138.         <executions>
  139.           <execution>
  140.             <id>default-testCompile</id>
  141.             <phase>test-compile</phase>
  142.             <goals>
  143.               <goal>testCompile</goal>
  144.             </goals>
  145.             <configuration>
  146.               <source>1.5</source>
  147.               <target>1.5</target>
  148.               <encoding>iso-8859-1</encoding>
  149.               <optimize>false</optimize>
  150.               <debug>true</debug>
  151.               <showDeprecation>true</showDeprecation>
  152.             </configuration>
  153.           </execution>
  154.           <execution>
  155.             <id>default-compile</id>
  156.             <phase>compile</phase>
  157.             <goals>
  158.               <goal>compile</goal>
  159.             </goals>
  160.             <configuration>
  161.               <source>1.5</source>
  162.               <target>1.5</target>
  163.               <encoding>iso-8859-1</encoding>
  164.               <optimize>false</optimize>
  165.               <debug>true</debug>
  166.               <showDeprecation>true</showDeprecation>
  167.             </configuration>
  168.           </execution>
  169.         </executions>
  170.         <configuration>
  171.           <source>1.5</source>
  172.           <target>1.5</target>
  173.           <encoding>iso-8859-1</encoding>
  174.           <optimize>false</optimize>
  175.           <debug>true</debug>
  176.           <showDeprecation>true</showDeprecation>
  177.         </configuration>
  178.       </plugin>
  179.  
  180.     </plugins>
  181.   </build>
  182.  
  183.   <profiles>
  184.  
  185.     <profile>
  186.       <id>run-jetty</id>
  187.       <build>
  188.         <plugins>
  189.           <plugin>
  190.             <groupId>org.mortbay.jetty</groupId>
  191.             <artifactId>jetty-maven-plugin</artifactId>
  192.             <executions>
  193.               <execution>
  194.                 <phase>package</phase>
  195.                 <goals>
  196.                   <goal>run</goal>
  197.                 </goals>
  198.               </execution>
  199.             </executions>
  200.           </plugin>
  201.           <plugin>
  202.             <artifactId>maven-war-plugin</artifactId>
  203.             <executions>
  204.               <execution>
  205.                 <id>default-war</id>
  206.                 <phase>none</phase>
  207.               </execution>
  208.             </executions>
  209.           </plugin>
  210.         </plugins>
  211.       </build>
  212.       <properties>
  213.         <maven.test.skip>true</maven.test.skip>
  214.       </properties>
  215.     </profile>
  216.     <profile>
  217.       <id>openshift</id>
  218.       <build>
  219.         <plugins>
  220.           <plugin>
  221.             <artifactId>maven-war-plugin</artifactId>
  222.             <version>2.1.1</version>
  223.             <configuration>
  224.               <outputDirectory>webapps</outputDirectory>
  225.               <warName>ROOT</warName>
  226.             </configuration>
  227.           </plugin>
  228.         </plugins>
  229.       </build>
  230.       <properties>
  231.         <jsf-impl>mojarra</jsf-impl>
  232.         <jsf-version>2.2.8</jsf-version>
  233.         <jsf-listener>com.sun.faces.config.ConfigureListener</jsf-listener>
  234.       </properties>
  235.       <dependencies>
  236.         <dependency>
  237.           <groupId>com.sun.faces</groupId>
  238.           <artifactId>jsf-api</artifactId>
  239.           <version>2.2.8</version>
  240.           <scope>compile</scope>
  241.         </dependency>
  242.         <dependency>
  243.           <groupId>com.sun.faces</groupId>
  244.           <artifactId>jsf-impl</artifactId>
  245.           <version>2.2.8</version>
  246.           <scope>compile</scope>
  247.         </dependency>
  248.       </dependencies>
  249.     </profile>
  250.   </profiles>
  251. </project>
  252. ====================================================================================================
  253.  
  254.  
  255.  
  256. integration with spring-security effective pom.xml
  257. ====================================================================================================
  258. <?xml version="1.0" encoding="UTF-8"?>
  259. <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"
  260.    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  261.   <modelVersion>4.0.0</modelVersion>
  262.   <parent>
  263.     <groupId>org.primefaces.extensions</groupId>
  264.     <artifactId>master-pom</artifactId>
  265.     <version>3.5.0</version>
  266.   </parent>
  267.   <groupId>edu.wctc.maven.glassfish</groupId>
  268.   <artifactId>jsfsecure_copy</artifactId>
  269.   <version>1.0-SNAPSHOT</version>
  270.   <packaging>war</packaging>
  271.   <name>jsfsecure_copy</name>
  272.   <description>PrimeFaces Extensions Master Project for Maven to define global project settings.</description>
  273.   <url>https://github.com/primefaces-extensions/jsfsecure_copy</url>
  274.   <inceptionYear>2011</inceptionYear>
  275.  
  276.   <properties>
  277.     <jsf-impl>mojarra</jsf-impl>
  278.     <primefaces-extensions.version>3.0.0</primefaces-extensions.version>
  279.     <primefaces-extensions.updated-components>;</primefaces-extensions.updated-components>
  280.     <primefaces-extensions.new-components>analogClock;gravatar;documentViewer;gChart;knob;timer</primefaces-extensions.new-components>
  281.     <jsf-version>2.2.8</jsf-version>
  282.     <primefaces.theme.version>1.0.10</primefaces.theme.version>
  283.     <endorsed.dir>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/endorsed</endorsed.dir>
  284.     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  285.     <sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
  286.     <junit.version>4.11</junit.version>
  287.     <resources.dir.compressed>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/classes/META-INF/resources/primefaces-extensions</resources.dir.compressed>
  288.     <primefaces-extensions.core.version>3.0.0</primefaces-extensions.core.version>
  289.     <java.version.source>1.5</java.version.source>
  290.     <spring-security.version>3.2.5.RELEASE</spring-security.version>
  291.     <jsf.version>2.2.8</jsf.version>
  292.     <jsf-listener>com.sun.faces.config.ConfigureListener</jsf-listener>
  293.     <netbeans.installation>C:\Program Files\NetBeans 8.0.1</netbeans.installation>
  294.     <myfaces.version>2.2.4</myfaces.version>
  295.     <java.version.target>1.5</java.version.target>
  296.     <resources.dir.uncompressed>C:\Users\Richard\Documents\NetBeansProjects\jsfsecure_copy\target/classes/META-INF/resources/primefaces-extensions-uncompressed</resources.dir.uncompressed>
  297.     <aspectj.version>1.7.1</aspectj.version>
  298.     <org.springframework.version>4.0.3.RELEASE</org.springframework.version>
  299.     <primefacesVersion>PrimeFaces-5.1</primefacesVersion>
  300.     <jsfVersion>Mojarra-2.2.8</jsfVersion>
  301.     <mojarra.version>2.2.8</mojarra.version>
  302.     <primefaces.core.version>5.1</primefaces.core.version>
  303.   </properties>
  304.  
  305.   <dependencies>
  306.     <dependency>
  307.       <groupId>javax.servlet</groupId>
  308.       <artifactId>servlet-api</artifactId>
  309.       <version>2.5</version>
  310.       <scope>provided</scope>
  311.     </dependency>
  312.     <dependency>
  313.       <groupId>javax.servlet.jsp</groupId>
  314.       <artifactId>jsp-api</artifactId>
  315.       <version>2.1</version>
  316.       <scope>provided</scope>
  317.     </dependency>
  318.     <dependency>
  319.       <groupId>commons-lang</groupId>
  320.       <artifactId>commons-lang</artifactId>
  321.       <version>2.6</version>
  322.       <scope>compile</scope>
  323.     </dependency>
  324.     <dependency>
  325.       <groupId>javax</groupId>
  326.       <artifactId>javaee-web-api</artifactId>
  327.       <version>7.0</version>
  328.       <scope>provided</scope>
  329.     </dependency>
  330.     <dependency>
  331.       <groupId>com.google.guava</groupId>
  332.       <artifactId>guava</artifactId>
  333.       <version>16.0.1</version>
  334.       <scope>compile</scope>
  335.     </dependency>
  336.     <dependency>
  337.       <groupId>joda-time</groupId>
  338.       <artifactId>joda-time</artifactId>
  339.       <version>2.3</version>
  340.       <scope>compile</scope>
  341.     </dependency>
  342.     <dependency>
  343.       <groupId>org.springframework.security</groupId>
  344.       <artifactId>spring-security-core</artifactId>
  345.       <version>3.2.5.RELEASE</version>
  346.       <scope>compile</scope>
  347.     </dependency>
  348.     <dependency>
  349.       <groupId>org.springframework.security</groupId>
  350.       <artifactId>spring-security-web</artifactId>
  351.       <version>3.2.5.RELEASE</version>
  352.       <scope>compile</scope>
  353.     </dependency>
  354.     <dependency>
  355.       <groupId>org.springframework.security</groupId>
  356.       <artifactId>spring-security-config</artifactId>
  357.       <version>3.2.5.RELEASE</version>
  358.       <scope>compile</scope>
  359.     </dependency>
  360.     <dependency>
  361.       <groupId>org.springframework.security</groupId>
  362.       <artifactId>spring-security-acl</artifactId>
  363.       <version>3.2.5.RELEASE</version>
  364.       <scope>compile</scope>
  365.     </dependency>
  366.     <dependency>
  367.       <groupId>org.springframework.security</groupId>
  368.       <artifactId>facelets-taglib-jsf20-spring-3</artifactId>
  369.       <version>0.5</version>
  370.       <scope>compile</scope>
  371.     </dependency>
  372.     <dependency>
  373.       <groupId>org.springframework</groupId>
  374.       <artifactId>spring-core</artifactId>
  375.       <version>4.0.3.RELEASE</version>
  376.       <scope>compile</scope>
  377.     </dependency>
  378.     <dependency>
  379.       <groupId>org.springframework</groupId>
  380.       <artifactId>spring-expression</artifactId>
  381.       <version>4.0.3.RELEASE</version>
  382.       <scope>compile</scope>
  383.     </dependency>
  384.     <dependency>
  385.       <groupId>org.springframework</groupId>
  386.       <artifactId>spring-beans</artifactId>
  387.       <version>4.0.3.RELEASE</version>
  388.       <scope>compile</scope>
  389.     </dependency>
  390.     <dependency>
  391.       <groupId>org.springframework</groupId>
  392.       <artifactId>spring-aop</artifactId>
  393.       <version>4.0.3.RELEASE</version>
  394.       <scope>compile</scope>
  395.     </dependency>
  396.     <dependency>
  397.       <groupId>org.springframework</groupId>
  398.       <artifactId>spring-aspects</artifactId>
  399.       <version>4.0.3.RELEASE</version>
  400.       <scope>compile</scope>
  401.     </dependency>
  402.     <dependency>
  403.       <groupId>org.springframework</groupId>
  404.       <artifactId>spring-context</artifactId>
  405.       <version>4.0.3.RELEASE</version>
  406.       <scope>compile</scope>
  407.       <exclusions>
  408.         <exclusion>
  409.           <groupId>commons-logging</groupId>
  410.           <artifactId>commons-logging</artifactId>
  411.         </exclusion>
  412.       </exclusions>
  413.     </dependency>
  414.     <dependency>
  415.       <groupId>org.springframework</groupId>
  416.       <artifactId>spring-context-support</artifactId>
  417.       <version>4.0.3.RELEASE</version>
  418.       <scope>compile</scope>
  419.     </dependency>
  420.     <dependency>
  421.       <groupId>org.springframework</groupId>
  422.       <artifactId>spring-tx</artifactId>
  423.       <version>4.0.3.RELEASE</version>
  424.       <scope>compile</scope>
  425.     </dependency>
  426.     <dependency>
  427.       <groupId>org.springframework</groupId>
  428.       <artifactId>spring-jdbc</artifactId>
  429.       <version>4.0.3.RELEASE</version>
  430.       <scope>compile</scope>
  431.     </dependency>
  432.     <dependency>
  433.       <groupId>org.springframework</groupId>
  434.       <artifactId>spring-orm</artifactId>
  435.       <version>4.0.3.RELEASE</version>
  436.       <scope>compile</scope>
  437.     </dependency>
  438.     <dependency>
  439.       <groupId>org.springframework</groupId>
  440.       <artifactId>spring-oxm</artifactId>
  441.       <version>4.0.3.RELEASE</version>
  442.       <scope>compile</scope>
  443.     </dependency>
  444.     <dependency>
  445.       <groupId>org.springframework</groupId>
  446.       <artifactId>spring-web</artifactId>
  447.       <version>4.0.3.RELEASE</version>
  448.       <scope>compile</scope>
  449.     </dependency>
  450.     <dependency>
  451.       <groupId>org.springframework</groupId>
  452.       <artifactId>spring-test</artifactId>
  453.       <version>4.0.3.RELEASE</version>
  454.       <scope>test</scope>
  455.     </dependency>
  456.  
  457.     <dependency>
  458.       <groupId>org.hamcrest</groupId>
  459.       <artifactId>hamcrest-all</artifactId>
  460.       <version>1.3</version>
  461.       <scope>compile</scope>
  462.     </dependency>
  463.     <dependency>
  464.       <groupId>ch.qos.logback</groupId>
  465.       <artifactId>logback-core</artifactId>
  466.       <version>1.0.13</version>
  467.       <scope>compile</scope>
  468.     </dependency>
  469.     <dependency>
  470.       <groupId>ch.qos.logback</groupId>
  471.       <artifactId>logback-classic</artifactId>
  472.       <version>1.0.13</version>
  473.       <scope>compile</scope>
  474.     </dependency>
  475.     <dependency>
  476.       <groupId>org.slf4j</groupId>
  477.       <artifactId>slf4j-api</artifactId>
  478.       <version>1.7.5</version>
  479.       <scope>compile</scope>
  480.     </dependency>
  481.     <dependency>
  482.       <groupId>org.slf4j</groupId>
  483.       <artifactId>jcl-over-slf4j</artifactId>
  484.       <version>1.7.5</version>
  485.       <scope>compile</scope>
  486.     </dependency>
  487.     <dependency>
  488.       <groupId>commons-collections</groupId>
  489.       <artifactId>commons-collections</artifactId>
  490.       <version>3.2.1</version>
  491.       <scope>compile</scope>
  492.     </dependency>
  493.     <dependency>
  494.       <groupId>com.google.code.findbugs</groupId>
  495.       <artifactId>annotations</artifactId>
  496.       <version>2.0.2</version>
  497.       <scope>compile</scope>
  498.     </dependency>
  499.  
  500.  
  501.     <dependency>
  502.       <groupId>commons-fileupload</groupId>
  503.       <artifactId>commons-fileupload</artifactId>
  504.       <version>1.2.2</version>
  505.       <scope>compile</scope>
  506.     </dependency>
  507.     <dependency>
  508.       <groupId>commons-io</groupId>
  509.       <artifactId>commons-io</artifactId>
  510.       <version>2.4</version>
  511.       <scope>compile</scope>
  512.     </dependency>
  513.     <dependency>
  514.       <groupId>rome</groupId>
  515.       <artifactId>rome</artifactId>
  516.       <version>1.0</version>
  517.       <scope>compile</scope>
  518.     </dependency>
  519.     <dependency>
  520.       <groupId>org.twitter4j</groupId>
  521.       <artifactId>twitter4j-core</artifactId>
  522.       <version>3.0.5</version>
  523.       <scope>compile</scope>
  524.     </dependency>
  525.     <dependency>
  526.       <groupId>org.atmosphere</groupId>
  527.       <artifactId>atmosphere-runtime</artifactId>
  528.       <version>2.2.4</version>
  529.       <scope>compile</scope>
  530.     </dependency>
  531.     <dependency>
  532.       <groupId>javax.inject</groupId>
  533.       <artifactId>javax.inject</artifactId>
  534.       <version>1</version>
  535.       <scope>compile</scope>
  536.     </dependency>
  537.  
  538.     <dependency>
  539.       <groupId>net.sourceforge.barbecue</groupId>
  540.       <artifactId>barbecue</artifactId>
  541.       <version>1.5-beta1</version>
  542.       <scope>compile</scope>
  543.     </dependency>
  544.     <dependency>
  545.       <groupId>jfree</groupId>
  546.       <artifactId>jfreechart</artifactId>
  547.       <version>1.0.0</version>
  548.       <scope>compile</scope>
  549.     </dependency>
  550.     <dependency>
  551.       <groupId>net.glxn</groupId>
  552.       <artifactId>qrgen</artifactId>
  553.       <version>1.4</version>
  554.       <scope>compile</scope>
  555.     </dependency>
  556.     <dependency>
  557.       <groupId>net.sf.barcode4j</groupId>
  558.       <artifactId>barcode4j-light</artifactId>
  559.       <version>2.1</version>
  560.       <scope>compile</scope>
  561.     </dependency>
  562.     <dependency>
  563.       <groupId>org.eclipse.persistence</groupId>
  564.       <artifactId>eclipselink</artifactId>
  565.       <version>2.5.1</version>
  566.       <scope>provided</scope>
  567.     </dependency>
  568.     <dependency>
  569.       <groupId>org.eclipse.persistence</groupId>
  570.       <artifactId>org.eclipse.persistence.jpa.modelgen.processor</artifactId>
  571.       <version>2.5.1</version>
  572.       <scope>provided</scope>
  573.     </dependency>
  574.  
  575.  
  576.   </dependencies>
  577.   <repositories>
  578.     <repository>
  579.       <id>prime-repo</id>
  580.       <name>PrimeFaces Maven Repository</name>
  581.       <url>http://repository.primefaces.org</url>
  582.     </repository>
  583.     <repository>
  584.       <id>org.springframework.security.taglibs.facelets</id>
  585.       <name>SpringSource Security Taglibs</name>
  586.       <url>http://spring-security-facelets-taglib.googlecode.com/svn/repo/</url>
  587.     </repository>
  588.  
  589.   <build>
  590.  
  591.     <finalName>jsfsecure_copy-1.0-SNAPSHOT</finalName>
  592.     <pluginManagement>
  593.       <plugins>
  594.  
  595.         <plugin>
  596.           <artifactId>maven-compiler-plugin</artifactId>
  597.           <version>3.1</version>
  598.           <configuration>
  599.             <source>1.5</source>
  600.             <target>1.5</target>
  601.             <encoding>UTF-8</encoding>
  602.             <optimize>false</optimize>
  603.             <debug>true</debug>
  604.             <showDeprecation>true</showDeprecation>
  605.           </configuration>
  606.         </plugin>
  607.  
  608.  
  609.  
  610.         <plugin>
  611.           <groupId>org.apache.felix</groupId>
  612.           <artifactId>maven-bundle-plugin</artifactId>
  613.           <version>2.3.5</version>
  614.           <extensions>true</extensions>
  615.           <executions>
  616.             <execution>
  617.               <id>bundle-manifest</id>
  618.               <phase>process-classes</phase>
  619.               <goals>
  620.                 <goal>manifest</goal>
  621.               </goals>
  622.               <configuration>
  623.                 <supportedProjectTypes>
  624.                   <supportedProjectType>jar</supportedProjectType>
  625.                 </supportedProjectTypes>
  626.                 <instructions>
  627.                   <Export-Package>org.primefaces.extensions*;version="1.0-SNAPSHOT</Export-Package>
  628.                   <Import-Package>javax.*,*;resolution:=optional</Import-Package>
  629.                 </instructions>
  630.               </configuration>
  631.             </execution>
  632.           </executions>
  633.           <configuration>
  634.             <supportedProjectTypes>
  635.               <supportedProjectType>jar</supportedProjectType>
  636.             </supportedProjectTypes>
  637.             <instructions>
  638.               <Export-Package>org.primefaces.extensions*;version="1.0-SNAPSHOT</Export-Package>
  639.               <Import-Package>javax.*,*;resolution:=optional</Import-Package>
  640.             </instructions>
  641.           </configuration>
  642.         </plugin>
  643.  
  644.       </plugins>
  645.     </pluginManagement>
  646.     <plugins>
  647.  
  648.  
  649.  
  650.  
  651.  
  652.       <plugin>
  653.         <artifactId>maven-compiler-plugin</artifactId>
  654.         <version>3.1</version>
  655.         <executions>
  656.           <execution>
  657.             <id>default-testCompile</id>
  658.             <phase>test-compile</phase>
  659.             <goals>
  660.               <goal>testCompile</goal>
  661.             </goals>
  662.             <configuration>
  663.               <source>1.5</source>
  664.               <target>1.5</target>
  665.               <encoding>UTF-8</encoding>
  666.               <optimize>false</optimize>
  667.               <debug>true</debug>
  668.               <showDeprecation>true</showDeprecation>
  669.             </configuration>
  670.           </execution>
  671.           <execution>
  672.             <id>default-compile</id>
  673.             <phase>compile</phase>
  674.             <goals>
  675.               <goal>compile</goal>
  676.             </goals>
  677.             <configuration>
  678.               <source>1.5</source>
  679.               <target>1.5</target>
  680.               <encoding>UTF-8</encoding>
  681.               <optimize>false</optimize>
  682.               <debug>true</debug>
  683.               <showDeprecation>true</showDeprecation>
  684.             </configuration>
  685.           </execution>
  686.         </executions>
  687.         <configuration>
  688.           <source>1.5</source>
  689.           <target>1.5</target>
  690.           <encoding>UTF-8</encoding>
  691.           <optimize>false</optimize>
  692.           <debug>true</debug>
  693.           <showDeprecation>true</showDeprecation>
  694.         </configuration>
  695.       </plugin>
  696.  
  697.     </plugins>
  698.   </build>
  699.  
  700.   <profiles>
  701.  
  702.   </profiles>
  703. </project>
  704. ====================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement