File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 166166 </execution >
167167 </executions >
168168 </plugin >
169+
170+ <plugin >
171+ <groupId >de.jutzig</groupId >
172+ <artifactId >github-release-plugin</artifactId >
173+ <version >1.6.0</version >
174+ <dependencies >
175+ <dependency >
176+ <groupId >org.codehaus.plexus</groupId >
177+ <artifactId >plexus-utils</artifactId >
178+ <version >4.0.2</version >
179+ </dependency >
180+ </dependencies >
181+ <executions >
182+ <execution >
183+ <id >github-upload</id >
184+ <phase >deploy</phase >
185+ <goals >
186+ <goal >release</goal >
187+ </goals >
188+ <inherited >false</inherited >
189+ <configuration >
190+ <description >monex</description >
191+ <releaseName >v${project.version} </releaseName >
192+ <tag >v${project.version} </tag >
193+ <fileSets >
194+ <fileSet >
195+ <directory >${project.build.directory} </directory >
196+ <includes >
197+ <include >${project.artifactId} *.xar</include >
198+ </includes >
199+ </fileSet >
200+ </fileSets >
201+ </configuration >
202+ </execution >
203+ </executions >
204+ </plugin >
205+
169206 <plugin >
170207 <groupId >org.apache.maven.plugins</groupId >
171208 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments