Subversion Repositories SmartDukaan

Rev

Rev 20399 | Rev 20424 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<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>com.hotspotstore</groupId>
  <artifactId>HotspotStore</artifactId>
  <packaging>war</packaging>
  <version>1.0-SNAPSHOT</version>

  <name>Web UI for hotspotstore.com</name>

  
  <properties>
    <env>dev</env>
  </properties>
  
  <build>
    <!-- 
    <filters>
      <filter>src/main/filters/${env}/filters.properties</filter>
    </filters>
     -->
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>true</filtering>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <debug>true</debug>
          <optimize>true</optimize>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <profiles>
    <profile>
      <activation>
        <property>
          <name>env</name>
          <value>dev</value>
        </property>
      </activation>
      <build>
        <plugins>
          <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-war-plugin</artifactId>
                <version>2.3</version>
                    <configuration>
                  <webResources>
                <resource>
                      <directory>src/main/webapp/js</directory>
                      <targetPath>js</targetPath>
                      <filtering>true</filtering>
                    </resource>
                    <resource>
                      <directory>src/main/webapp</directory>
                      <includes>
                        <include>WEB-INF/content/*.vm</include>
                        <include>WEB-INF/web.xml</include>
                        <include>js/ga-invoker.js</include>
                        <include>js/facebook.js</include>
                        <include>js/loginregister.js</include>
                      </includes>
                      <filtering>true</filtering>
                    </resource>
                      </webResources>
                </configuration>
              </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  
  <dependencies>
        <!-- Servlet API is only required at compile time. It
         should be provided by the container at the run time. -->
<dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>javax.servlet-api</artifactId>
        <version>3.0.1</version>
</dependency>

<dependency>
        <groupId>commons-codec</groupId>
        <artifactId>commons-codec</artifactId>
        <version>1.10</version>
</dependency>

    <dependency>
      <groupId>readonly.apache</groupId>
      <artifactId>velocity</artifactId>
      <version>1.6.3</version>
    </dependency>
    <dependency>
      <groupId>readonly.apache</groupId>
      <artifactId>velocity-tools</artifactId>
      <version>1.4</version>
    </dependency>
    <dependency>
      <groupId>org.apache.struts</groupId>
      <artifactId>struts2-convention-plugin</artifactId>
      <version>2.3.24</version>
    </dependency>
<dependency>
        <groupId>org.apache.struts</groupId>
        <artifactId>struts2-core</artifactId>
        <version>2.3.24</version>
</dependency>

    <dependency>
      <groupId>org.apache.struts</groupId>
      <artifactId>struts2-rest-plugin</artifactId>
      <version>2.3.24</version>
    </dependency>
<dependency>
        <groupId>org.apache.struts.xwork</groupId>
        <artifactId>xwork-core</artifactId>
        <version>2.3.24</version>
</dependency>

    <dependency>
                <groupId>org.apache.thrift</groupId>
                <artifactId>libthrift</artifactId>
                <version>0.9.2</version>
        <exclusions>
        <exclusion>
                    <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
        </exclusion>
        </exclusions>
        </dependency>
    <dependency>
      <groupId>readonly</groupId>
      <artifactId>hdfc-payment</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>readonly</groupId>
      <artifactId>yuicompressor</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
        <groupId>org.json</groupId>
        <artifactId>json</artifactId>
        <version>20090211</version>
    </dependency>
    <dependency>
        <groupId>com.google.code.gson</groupId>
        <artifactId>gson</artifactId>
        <version>1.7.1</version>
    </dependency>
    <dependency>
        <groupId>net.sf.ehcache</groupId>
        <artifactId>ehcache</artifactId>
        <version>2.4.4</version>
        <type>pom</type>
    </dependency>
    <dependency>
            <groupId>net.tanesha.recaptcha4j</groupId>
            <artifactId>recaptcha4j</artifactId>
            <version>0.0.7</version>
        </dependency>
        <!-- Captcha Dependencies -->
        <dependency>
                <groupId>readonly.nl.captcha</groupId>
                <artifactId>SimpleCaptcha</artifactId>
                <version>1.2.1</version>
        </dependency>
        <dependency>
        <groupId>com.jcraft</groupId>
        <artifactId>jsch</artifactId>
        <version>0.1.48</version>
</dependency>
      <dependency>
        <groupId>ant</groupId>
        <artifactId>ant-jsch</artifactId>
        <version>1.6.5</version>
</dependency>
    <dependency>
        <groupId>org.apache.ant</groupId>
        <artifactId>ant</artifactId>
        <version>1.7.0</version>
</dependency>
    <dependency>
        <groupId>org.codehaus.groovy.maven.support</groupId>
        <artifactId>ant-launcher-1.7.0</artifactId>
        <version>1.0-rc-2</version>
</dependency>
    <dependency>
        <groupId>TrackWebServiceClient</groupId>
        <artifactId>TrackWebServiceClient</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>ShipDEWebServiceClient</groupId>
        <artifactId>ShipDEWebServiceClient</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>
        <dependency>
                <groupId>nz.net.osnz.common</groupId>
                <artifactId>common-pherialize</artifactId>
                <version>1.1</version>
        </dependency>
  </dependencies>
  
</project>