Subversion Repositories SmartDukaan

Rev

Rev 3090 | Rev 3352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3090 Rev 3206
Line 14... Line 14...
14
 
14
 
15
  <properties>
15
  <properties>
16
    <shiro.version>1.1.0</shiro.version>
16
    <shiro.version>1.1.0</shiro.version>
17
  </properties>
17
  </properties>
18
 
18
 
19
  <build>
19
    <build>
-
 
20
        <plugins>
-
 
21
            <plugin>
-
 
22
                <groupId>org.codehaus.mojo</groupId>
-
 
23
                <artifactId>tomcat-maven-plugin</artifactId>
-
 
24
                <version>1.1</version>
-
 
25
                <configuration>
-
 
26
                    <url>http://localhost:8080/manager</url>
-
 
27
                    <server>mytomcat</server>
-
 
28
                    <path>/crm</path>
20
        <finalName>crm</finalName>
29
                </configuration>
-
 
30
            </plugin>
-
 
31
        </plugins>
21
  </build>
32
    </build>
22
 
33
 
23
  <dependencies>
34
  <dependencies>
24
    <!-- Servlet API is only required at compile time. It
35
    <!-- Servlet API is only required at compile time. It
25
     should be provided by the container at the run time. -->
36
     should be provided by the container at the run time. -->
26
    <dependency>
37
    <dependency>