Subversion Repositories SmartDukaan

Rev

Rev 21618 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21618 Rev 35565
Line 13... Line 13...
13
    </parent>
13
    </parent>
14
 
14
 
15
    <build>
15
    <build>
16
        <plugins>
16
        <plugins>
17
            <plugin>
17
            <plugin>
18
                <groupId>org.dstovall</groupId>
18
                <groupId>org.apache.maven.plugins</groupId>
19
                <artifactId>onejar-maven-plugin</artifactId>
19
                <artifactId>maven-shade-plugin</artifactId>
20
                <version>1.4.4</version>
20
                <version>3.2.4</version>
21
                <executions>
21
                <executions>
22
                    <execution>
22
                    <execution>
23
                        <configuration>
-
 
24
                            <mainClass>in.shop2020.warehouse.service.WarehouseServer</mainClass>
-
 
25
                        </configuration>
23
                        <phase>package</phase>
26
                        <goals>
24
                        <goals>
27
                            <goal>one-jar</goal>
25
                            <goal>shade</goal>
28
                        </goals>
26
                        </goals>
-
 
27
                        <configuration>
-
 
28
                            <transformers>
-
 
29
                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-
 
30
                                    <mainClass>in.shop2020.warehouse.service.WarehouseServer</mainClass>
-
 
31
                                </transformer>
-
 
32
                            </transformers>
-
 
33
                        </configuration>
29
                    </execution>
34
                    </execution>
30
                </executions>
35
                </executions>
31
            </plugin>
36
            </plugin>
32
        </plugins>
37
        </plugins>
33
    </build>
38
    </build>
34
 
39
 
35
    <pluginRepositories>
-
 
36
        <pluginRepository>
-
 
37
            <id>onejar-maven-plugin.googlecode.com</id>
-
 
38
            <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
-
 
39
        </pluginRepository>
-
 
40
    </pluginRepositories>
-
 
41
 
-
 
42
    <dependencies>	
40
    <dependencies>	
43
 
41
 
44
	<dependency>
42
	<dependency>
45
		<groupId>commons-collections</groupId>
43
		<groupId>commons-collections</groupId>
46
		<artifactId>commons-collections</artifactId>
44
		<artifactId>commons-collections</artifactId>