File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >agent</artifactId >
66 <name >Direct Project Security And Trust Agent</name >
7- <version >8.0.0 </version >
7+ <version >8.1.0-SNAPSHOT </version >
88 <description >Direct Project Security And Trust Agent</description >
99 <inceptionYear >2010</inceptionYear >
1010 <url >https://github.com/DirectProjectJavaRI/agent</url >
214214 <directory >${project.basedir} /lib</directory >
215215 </testResource >
216216 </testResources >
217- <plugins >
217+ <plugins >
218+ <plugin >
219+ <groupId >org.apache.maven.plugins</groupId >
220+ <artifactId >maven-source-plugin</artifactId >
221+ <executions >
222+ <execution >
223+ <goals >
224+ <goal >jar</goal >
225+ </goals >
226+ </execution >
227+ </executions >
228+ </plugin >
218229 <plugin >
219230 <groupId >org.apache.maven.plugins</groupId >
220231 <artifactId >maven-surefire-plugin</artifactId >
285296 </goals >
286297 </execution >
287298 </executions >
288- </plugin >
289- <!-- for release only
299+ </plugin >
300+ <!-- for releases only
290301 <plugin>
291302 <groupId>org.apache.maven.plugins</groupId>
292303 <artifactId>maven-gpg-plugin</artifactId>
301312 </executions>
302313 <version>3.0.1</version>
303314 </plugin>
304- -->
315+ -->
305316 </plugins >
306317 </build >
307318 <reporting >
You can’t perform that action at this time.
0 commit comments