Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <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>
- <groupId>aero.tca</groupId>
- <artifactId>tca-webadmin</artifactId>
- <packaging>war</packaging>
- <name>tca-webadmin</name>
- <version>1.40-SNAPSHOT</version>
- <parent>
- <groupId>aero.tca</groupId>
- <artifactId>tca-parent</artifactId>
- <version>1.0</version>
- </parent>
- <scm>
- <connection>scm:svn:http://sources.aa2000.com.ar/subversion/tca-webadmin/trunk</connection>
- </scm>
- <distributionManagement>
- <repository>
- <id>artifactory</id>
- <name>libs-releases-local</name>
- <url>http://sources.aa2000.com.ar/artifactory/libs-releases-local</url>
- <uniqueVersion>false</uniqueVersion>
- </repository>
- <snapshotRepository>
- <id>artifactory</id>
- <url>http://sources.aa2000.com.ar/artifactory/libs-snapshots-local/</url>
- <name>libs-snapshots-local</name>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
- </distributionManagement>
- <!-- List the core committers -->
- <developers>
- <developer>
- <id>dsobila</id>
- <name>Sobila Damian Alejandro</name>
- <organization>AA2000</organization>
- <organizationUrl>http://www.aa2000.com.ar</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>0</timezone>
- </developer>
- </developers>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <!-- <warName>${project.artifactId}</warName> -->
- <archive>
- <manifestEntries>
- <WebLogic-Application-Version>${project.version}</WebLogic-Application-Version>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <compilerVersion>1.5</compilerVersion>
- <target>1.5</target>
- <source>5</source>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- <configuration>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- <!-- Para realizar el autodeploy de forma local, se comenta para que no
- pinche la release -->
- <!--
- <plugin>
- <groupId>com.oracle.weblogic</groupId>
- <artifactId>weblogic-maven-plugin</artifactId>
- <version>10.3.4</version>
- <configuration>
- <adminurl>t3://localhost:7001</adminurl>
- <user>weblogic</user>
- <password>weblogic123</password>
- <name>tca-webadmin</name>
- <remote>true</remote>
- <upload>true</upload>
- <targets>AdminServer</targets>
- </configuration>
- <executions>
- <execution>
- <id>deploy</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>deploy</goal>
- </goals>
- <configuration>
- <source>target/tca-webadmin.war</source>
- </configuration>
- </execution>
- </executions>
- </plugin> -->
- </plugins>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- </testResource>
- <testResource>
- <directory>src/main/webapp</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </testResource>
- </testResources>
- </build>
- <dependencies>
- <dependency>
- <groupId>aero.tca</groupId>
- <artifactId>tca-core</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>aero.tca</groupId>
- <artifactId>tca-ext-js</artifactId>
- <version>3.2.10</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.webflow</groupId>
- <artifactId>spring-js</artifactId>
- <version>2.3.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-ehcache</artifactId>
- <version>3.6.2.Final</version>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>${javamail.version}</version>
- </dependency>
- <dependency>
- <groupId>org.directwebremoting</groupId>
- <artifactId>dwr</artifactId>
- <version>2.0.2</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>1.1.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>opensymphony</groupId>
- <artifactId>sitemesh</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>${velocity.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springmodules</groupId>
- <artifactId>spring-modules-validation</artifactId>
- <version>0.8</version>
- <exclusions>
- <exclusion>
- <groupId>rhino</groupId>
- <artifactId>js</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
- <version>${jpa.version}</version>
- </dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>2.3</version>
- <classifier>jdk15</classifier>
- </dependency>
- <dependency>
- <groupId>aero.tca</groupId>
- <artifactId>tca-login-lam-core</artifactId>
- <version>1.9</version>
- </dependency>
- <!-- Para enviar y recibir objetos en json -->
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-jaxrs</artifactId>
- <version>1.9.2</version>
- </dependency>
- <!-- Gson: Java to Json conversion -->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.2.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish</groupId>
- <artifactId>javax.json</artifactId>
- <version>1.1.4</version>
- </dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>tomcat</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.5.1</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-invoker</artifactId>
- <version>2.2</version>
- </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <executions>
- <execution>
- <id>surefire-it</id>
- <phase>integration-test</phase>
- <goals>
- <goal>test</goal>
- </goals>
- <configuration>
- <excludes>
- <exclude>none</exclude>
- </excludes>
- <includes>
- <include>**/*WebTest*</include>
- </includes>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- <configuration>
- <wait>${cargo.wait}</wait>
- <container>
- <containerId>tomcat5x</containerId>
- <zipUrlInstaller>
- <url>
- http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip
- </url>
- <installDir>${installDir}</installDir>
- </zipUrlInstaller>
- </container>
- <configuration>
- <home>${project.build.directory}/tomcat5x/container</home>
- <properties>
- <cargo.hostname>${cargo.host}</cargo.hostname>
- <cargo.servlet.port>${cargo.port}</cargo.servlet.port>
- </properties>
- <deployables>
- <deployable>
- <properties>
- <context>ROOT</context>
- </properties>
- </deployable>
- </deployables>
- </configuration>
- </configuration>
- <executions>
- <execution>
- <id>start-container</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>start</goal>
- </goals>
- </execution>
- <execution>
- <id>stop-container</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>stop</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
- <properties>
- <cargo.host>localhost</cargo.host>
- <cargo.port>25888</cargo.port>
- <cargo.wait>false</cargo.wait>
- <tomcat.version>6.0.14</tomcat.version>
- <velocity.version>1.4</velocity.version>
- <javamail.version>1.4.1</javamail.version>
- <jpa.version>1.0</jpa.version>
- </properties>
- </project>
Add Comment
Please, Sign In to add comment