File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 55 <groupId >com.github</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.0-SNAPSHOT </version >
8+ <version >1.0</version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
4545 </issueManagement >
4646
4747 <build >
48- <finalName >${project.artifactId} </finalName >
4948 <plugins >
5049 <plugin >
5150 <groupId >org.apache.maven.plugins</groupId >
6968 </archive >
7069 </configuration >
7170 </plugin >
72- <plugin >
73- <groupId >org.apache.maven.plugins</groupId >
74- <artifactId >maven-shade-plugin</artifactId >
75- <version >1.4</version >
76- <executions >
77- <execution >
78- <phase >package</phase >
79- <goals >
80- <goal >shade</goal >
81- </goals >
82- <configuration >
83- <filters >
84- <filter >
85- <artifact >*:*</artifact >
86- <excludes >
87- <exclude >META-INF/maven/**</exclude >
88- <exclude >META-INF/services/**</exclude >
89- <exclude >META-INF/COPYRIGHT.html</exclude >
90- <exclude >META-INF/LICENSE*</exclude >
91- <exclude >META-INF/NOTICE*</exclude >
92- <exclude >META-INF/README.txt</exclude >
93- <exclude >META-INF/DEPENDENCIES*</exclude >
94- <exclude >LICENSE.txt</exclude >
95- <exclude >rhinoDiff.txt</exclude >
96- <exclude >license/**</exclude >
97- </excludes >
98- </filter >
99- </filters >
100- </configuration >
101- </execution >
102- </executions >
103- </plugin >
10471 <plugin >
10572 <groupId >com.github.searls</groupId >
10673 <artifactId >jasmine-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments