<?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>it.saga.pubblici</groupId> <artifactId>finanziaria-consultazioni</artifactId> <version>1.0.5.0000</version> <relativePath>../../</relativePath> </parent> <groupId>it.saga.pubblici</groupId> <artifactId>finanziaria-consultazioni-webapp</artifactId> <packaging>war</packaging> <!--name>finanziaria-consultazioni-webapp</name--> <properties> <sicraweb.use.jdk6>true</sicraweb.use.jdk6> <sicraweb.maven.jdev.outputdir>..\src\main\webapp\WEB-INF\classes</sicraweb.maven.jdev.outputdir> </properties> <profiles> <profile> <id>jenkins</id> <activation> <file> <exists>/home/jenkins/.m2/settings.xml</exists> </file> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> <compilerArgument>-verbose</compilerArgument> <verbose>true</verbose> <fork>true</fork> <executable>/home/jenkins/jdk1.7.0_80/bin/javac</executable> <compilerVersion>1.7</compilerVersion> <showWarnings>true</showWarnings> <showDeprecations>true</showDeprecations> <encoding>cp1252</encoding> <meminitial>128m</meminitial> <maxmem>512m</maxmem> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>intenv2</id> <activation> <file> <exists>/home/maurino/.m2/settings.xml</exists> </file> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> <compilerArgument>-verbose</compilerArgument> <verbose>true</verbose> <fork>true</fork> <executable>/home/maurino/tools/jdk_1.6.26/bin/javac</executable> <compilerVersion>1.5</compilerVersion> <showWarnings>true</showWarnings> <showDeprecations>true</showDeprecations> <encoding>cp1252</encoding> <meminitial>128m</meminitial> <maxmem>512m</maxmem> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>DanielePizzagalli</id> <activation> <file> <exists>C:\Users\daniele.pizzagalli\.m2\settings.xml</exists> </file> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> <compilerArgument>-verbose</compilerArgument> <verbose>true</verbose> <fork>true</fork> <executable>C:\jdk1.6.0_23\bin\javac</executable> <compilerVersion>1.5</compilerVersion> <showWarnings>true</showWarnings> <showDeprecations>true</showDeprecations> <encoding>cp1252</encoding> <meminitial>128m</meminitial> <maxmem>512m</maxmem> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>Ermes Bertoni</id> <activation> <file> <exists>C:/Users/BERER/.m2/settings.xml</exists> </file> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> <compilerArgument>-verbose</compilerArgument> <verbose>true</verbose> <fork>true</fork> <executable>C:/Program Files/Java/jdk1.6.0_23/bin/javac.exe</executable> <compilerVersion>1.5</compilerVersion> <showWarnings>true</showWarnings> <showDeprecations>true</showDeprecations> <encoding>cp1252</encoding> <meminitial>128m</meminitial> <maxmem>512m</maxmem> </configuration> </plugin> </plugins> </build> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy</id> <phase>install</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>${project.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <version>${project.version}</version> <type>${project.packaging}</type> <overWrite>true</overWrite> <outputDirectory>${sicraweb.home}/webmodules</outputDirectory> <destFileName>it.saga.pubblici.finanziaria.consultazioni.war</destFileName> </artifactItem> </artifactItems> <outputDirectory>${sicraweb.home}/webmodules</outputDirectory> <overWriteReleases>true</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <!-- Inizio dipendenze Roma Framework --> <dependency> <groupId>org.romaframework.maggioli</groupId> <artifactId>roma-core</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>org.romaframework.maggioli</groupId> <artifactId>roma-frontend</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>org.romaframework.maggioli</groupId> <artifactId>roma-users</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>org.romaframework.maggioli</groupId> <artifactId>roma-project-web</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>org.romaframework.maggioli</groupId> <artifactId>roma-view-janiculum</artifactId> <version>3.0.0</version> </dependency> <!-- Fine dipendenze Roma Framework --> <!-- Inizio dipendenze Spring --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-asm</artifactId> <version>3.0.6.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.0.6.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>3.0.6.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.0.6.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>3.0.6.RELEASE</version> </dependency> <!-- Fine dipendenze Spring --> <!-- Inizio dipendenze Jetty --> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> <version>6.1.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-util</artifactId> <version>6.1.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>start</artifactId> <version>6.1.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jsp-2.1</artifactId> <version>6.1.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jsp-api-2.1</artifactId> <version>6.1.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>servlet-api-2.5</artifactId> <version>6.1.9</version> <scope>provided</scope> </dependency> <!-- Fine dipendenze Jetty --> <!-- Inizio dipendenze Datanucleos --> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-core</artifactId> <version>3.0.3</version> </dependency> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-enhancer</artifactId> <version>3.0.1</version> <exclusions> <exclusion> <groupId>asm</groupId> <artifactId>asm</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.datanucleus</groupId> <version>3.0.3</version> <artifactId>datanucleus-api-jdo</artifactId> </dependency> <!-- Fine dipendenze Datanucleos --> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.jdo</groupId> <artifactId>jdo-api</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>authenticationWeb-server</artifactId> <version>1.0.1.0000</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>authentication-server</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> <exclusion> <groupId>it.saga.extern.lib</groupId> <artifactId>jboss-client4</artifactId> </exclusion> <exclusion> <groupId>it.saga.extern.lib</groupId> <artifactId>jboss-server</artifactId> </exclusion> <exclusion> <groupId>it.saga.extern.lib</groupId> <artifactId>hibernate-server</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>authentication-setup</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> <exclusion> <groupId>it.saga.extern.lib</groupId> <artifactId>jboss-server</artifactId> </exclusion> <exclusion> <groupId>it.saga.extern.lib</groupId> <artifactId>hibernate-server</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>authentication-client</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>authentication-admin</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>messages-client</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>logging-client</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>common-server</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>ejb</artifactId> <version>${it.saga.extern.j2ee.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jms</artifactId> <version>${it.saga.extern.j2ee.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jta</artifactId> <version>${it.saga.extern.j2ee.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jboss-client</artifactId> <version>${it.saga.extern.jboss-client.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jboss-common-client</artifactId> <version>${it.saga.extern.jboss-client.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jbossjmx-ant</artifactId> <version>${it.saga.extern.jboss-client.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jbosssx-client</artifactId> <version>${it.saga.extern.jboss-client.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jboss-system</artifactId> <version>${it.saga.extern.jboss-server.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>jboss-transaction-client</artifactId> <version>${it.saga.extern.jboss-client.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.lib</groupId> <artifactId>hibernate-server</artifactId> <version>${it.saga.extern.hibernate-server.version}</version> <type>pom</type> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.lib</groupId> <artifactId>jboss-server</artifactId> <version>${it.saga.extern.jboss-server.version}</version> <type>pom</type> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.extern.jar</groupId> <artifactId>concurrent</artifactId> <version>${it.saga.extern.jboss-client4.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.pubblici</groupId> <artifactId>finanziaria-consultazioni-client</artifactId> <version>${project.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.pubblici</groupId> <artifactId>finanziaria-consultazioni-server</artifactId> <version>${project.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>commonDataTypes-server</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>commonDataTypes-client</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.library</groupId> <artifactId>commonDataTypes-menu</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>it.saga.extern.jar</groupId> <artifactId>servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>it.saga.pubblici</groupId> <artifactId>finanziaria-client</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.pubblici</groupId> <artifactId>finanziaria-menu</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>it.saga.pubblici</groupId> <artifactId>pratiche-client</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>