Subversion Repositories SmartDukaan

Rev

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

Rev 3428 Rev 3520
Line 1... Line 1...
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
    <modelVersion>4.0.0</modelVersion>
3
    <modelVersion>4.0.0</modelVersion>
4
 
4
 
5
    <groupId>Shop2020</groupId>
5
    <groupId>Shop2020</groupId>
6
    <artifactId>CRM</artifactId>
6
    <artifactId>CRMService</artifactId>
7
    <version>1.0-SNAPSHOT</version>
7
    <version>1.0-SNAPSHOT</version>
8
    <packaging>jar</packaging>
8
    <packaging>jar</packaging>
9
 
9
 
10
    <name>CRM</name>
10
    <name>CRMService</name>
11
    <url>http://maven.apache.org</url>
11
    <url>http://maven.apache.org</url>
12
 
12
 
13
    <properties>
13
    <properties>
14
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
    </properties>
15
    </properties>
16
 
16
 
-
 
17
    <build>
-
 
18
        <plugins>
-
 
19
            <plugin>
-
 
20
                <artifactId>maven-assembly-plugin</artifactId>
-
 
21
                <configuration>
-
 
22
                    <archive>
-
 
23
                        <manifest>
-
 
24
                            <mainClass>in.shop2020.crm.service.CRMServer</mainClass>
-
 
25
                        </manifest>
-
 
26
                    </archive>
-
 
27
                    <descriptorRefs>
-
 
28
                        <descriptorRef>jar-with-dependencies</descriptorRef>
-
 
29
                    </descriptorRefs>
-
 
30
                </configuration>
-
 
31
            </plugin>
-
 
32
        </plugins>
-
 
33
    </build>
-
 
34
 
17
    <dependencies>
35
    <dependencies>
18
        <dependency>
36
        <dependency>
19
            <groupId>junit</groupId>
37
            <groupId>junit</groupId>
20
            <artifactId>junit</artifactId>
38
            <artifactId>junit</artifactId>
21
            <version>4.8.2</version>
39
            <version>4.8.2</version>