Subversion Repositories SmartDukaan

Rev

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

Rev 3547 Rev 4261
Line 17... Line 17...
17
 
17
 
18
    <properties>
18
    <properties>
19
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
    </properties>
20
    </properties>
21
 
21
 
22
    <build>
-
 
23
        <plugins>
-
 
24
            <plugin>
-
 
25
                <artifactId>maven-assembly-plugin</artifactId>
-
 
26
                <version>2.2.1</version>
-
 
27
                <configuration>
-
 
28
                    <archive>
-
 
29
                        <manifest>
-
 
30
                            <mainClass>in.shop2020.crm.service.CRMServer</mainClass>
-
 
31
                        </manifest>
-
 
32
                    </archive>
-
 
33
                    <descriptorRefs>
-
 
34
                        <descriptorRef>jar-with-dependencies</descriptorRef>
-
 
35
                    </descriptorRefs>
-
 
36
                </configuration>
-
 
37
                <executions>
-
 
38
                    <execution>
-
 
39
                        <id>make-assembly</id> <!-- this is used for inheritance merges -->
-
 
40
                        <phase>package</phase> <!-- bind to the packaging phase -->
-
 
41
                        <goals>
-
 
42
                            <goal>single</goal>
-
 
43
                        </goals>
-
 
44
                    </execution>
-
 
45
                </executions>
-
 
46
            </plugin>
-
 
47
        </plugins>
-
 
48
    </build>
-
 
49
 
-
 
50
    <dependencies>
22
    <dependencies>
51
        <dependency>
23
        <dependency>
52
            <groupId>junit</groupId>
24
            <groupId>junit</groupId>
53
            <artifactId>junit</artifactId>
25
            <artifactId>junit</artifactId>
54
            <version>4.8.2</version>
26
            <version>4.8.2</version>