Mercurial > hg > Members > nobuyasu > jungle-network
comparison pom.xml @ 100:fac2eb0384a2
Added NullCodeSegment
author | one |
---|---|
date | Tue, 19 Nov 2013 16:29:09 +0900 |
parents | 11ad00323206 |
children | 8f5bbf182147 |
comparison
equal
deleted
inserted
replaced
99:55a4f2bb44a8 | 100:fac2eb0384a2 |
---|---|
12 <configuration> | 12 <configuration> |
13 <source>1.6</source> | 13 <source>1.6</source> |
14 <target>1.6</target> | 14 <target>1.6</target> |
15 </configuration> | 15 </configuration> |
16 </plugin> | 16 </plugin> |
17 | |
18 <-- | |
19 <plugin> | |
20 <groupId>org.apache.maven.plugins</groupId> | |
21 <artifactId>maven-shade-plugin</artifactId> | |
22 <version>1.3</version> | |
23 <executions> | |
24 <execution> | |
25 <phase>package</phase> | |
26 <goals> | |
27 <goal>shade</goal> | |
28 </goals> | |
29 <configuration> | |
30 <finalName>DistributeJungleBBS</finalName> | |
31 <transformers> | |
32 <transformer | |
33 implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> | |
34 <mainClass>jungle.app.bbs.DistributeApp</mainClass> | |
35 </transformer> | |
36 </transformers> | |
37 </configuration> | |
38 </execution> | |
39 </executions> | |
40 </plugin> | |
41 --> | |
17 | 42 |
18 </plugins> | 43 </plugins> |
19 </build> | 44 </build> |
20 <properties> | 45 <properties> |
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 46 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |