File tree Expand file tree Collapse file tree 1 file changed +27
-14
lines changed
Expand file tree Collapse file tree 1 file changed +27
-14
lines changed Original file line number Diff line number Diff line change 9797 <plugin >
9898 <artifactId >maven-assembly-plugin</artifactId >
9999 <version >2.4</version >
100- <configuration >
101- <descriptorRefs >
102- <descriptorRef >jar-with-dependencies</descriptorRef >
103- </descriptorRefs >
104- <archive >
105- <manifest >
106- <mainClass >org.globalbioticinteractions.nomer.Nomer</mainClass >
107- </manifest >
108- <manifestEntries >
109- <Implementation-Version >${project.version} </Implementation-Version >
110- <Project-Version >${project.version} </Project-Version >
111- </manifestEntries >
112- </archive >
113- </configuration >
114100 <executions >
115101 <execution >
116102 <id >make-uber-jar</id >
119105 <goals >
120106 <goal >single</goal >
121107 </goals >
108+ <configuration >
109+ <descriptorRefs >
110+ <descriptorRef >jar-with-dependencies</descriptorRef >
111+ </descriptorRefs >
112+ <archive >
113+ <manifest >
114+ <mainClass >org.globalbioticinteractions.nomer.Nomer</mainClass >
115+ </manifest >
116+ <manifestEntries >
117+ <Implementation-Version >${project.version} </Implementation-Version >
118+ <Project-Version >${project.version} </Project-Version >
119+ </manifestEntries >
120+ </archive >
121+ </configuration >
122+ </execution >
123+ <execution >
124+ <id >make-bin-bundle</id >
125+ <!-- ensure that this doesn't run on travis -->
126+ <phase >package</phase >
127+ <goals >
128+ <goal >single</goal >
129+ </goals >
130+ <configuration >
131+ <descriptors >
132+ <descriptor >src/assembly/bin.xml</descriptor >
133+ </descriptors >
134+ </configuration >
122135 </execution >
123136 </executions >
124137 </plugin >
You can’t perform that action at this time.
0 commit comments