This repository was archived by the owner on Oct 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-85
lines changed
org.eclipse.jgit.ssh.apache
org.eclipse.jgit.telemetry Expand file tree Collapse file tree 3 files changed +0
-85
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!--
3- Copyright (C) 2018, Thomas Wolf <[email protected] > and others 4-
5- This program and the accompanying materials are made available under the
6- terms of the Eclipse Distribution License v. 1.0 which is available at
7- http://www.eclipse.org/org/documents/edl-v10.php.
8-
9- SPDX-License-Identifier: BSD-3-Clause
10- -->
11-
122<project xmlns =" http://maven.apache.org/POM/4.0.0"
133 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
144 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
110100 </aspectLibraries >
111101 </configuration >
112102 </plugin >
113-
114- <plugin >
115- <groupId >org.apache.maven.plugins</groupId >
116- <artifactId >maven-shade-plugin</artifactId >
117- <version >3.6.0</version >
118- <executions >
119- <execution >
120- <phase >package</phase >
121- <goals >
122- <goal >shade</goal >
123- </goals >
124- <configuration >
125- <createDependencyReducedPom >false</createDependencyReducedPom >
126- <shadedArtifactAttached >false</shadedArtifactAttached >
127- <shadedArtifactId >${project.artifactId} </shadedArtifactId >
128- <finalName >${project.artifactId} -${project.version} </finalName >
129- <filters >
130- <filter >
131- <artifact >*:*</artifact >
132- </filter >
133- </filters >
134- </configuration >
135- </execution >
136- </executions >
137- </plugin >
138103 </plugins >
139104 </build >
140105</project >
Original file line number Diff line number Diff line change 5454 <verbose >true</verbose >
5555 </configuration >
5656 </plugin >
57-
58- <plugin >
59- <groupId >org.apache.maven.plugins</groupId >
60- <artifactId >maven-shade-plugin</artifactId >
61- <version >3.6.0</version >
62- <executions >
63- <execution >
64- <phase >package</phase >
65- <goals >
66- <goal >shade</goal >
67- </goals >
68- <configuration >
69- <createDependencyReducedPom >false</createDependencyReducedPom >
70- <shadedArtifactAttached >false</shadedArtifactAttached >
71- <shadedArtifactId >${project.artifactId} </shadedArtifactId >
72- <finalName >${project.artifactId} -${project.version} </finalName >
73- <filters >
74- <filter >
75- <artifact >*:*</artifact >
76- </filter >
77- </filters >
78- </configuration >
79- </execution >
80- </executions >
81- </plugin >
8257 </plugins >
8358 </build >
8459</project >
Original file line number Diff line number Diff line change 7575 </aspectLibraries >
7676 </configuration >
7777 </plugin >
78-
79- <plugin >
80- <groupId >org.apache.maven.plugins</groupId >
81- <artifactId >maven-shade-plugin</artifactId >
82- <version >3.6.0</version >
83- <executions >
84- <execution >
85- <phase >package</phase >
86- <goals >
87- <goal >shade</goal >
88- </goals >
89- <configuration >
90- <createDependencyReducedPom >false</createDependencyReducedPom >
91- <shadedArtifactAttached >false</shadedArtifactAttached >
92- <shadedArtifactId >${project.artifactId} </shadedArtifactId >
93- <finalName >${project.artifactId} -${project.version} </finalName >
94- <filters >
95- <filter >
96- <artifact >*:*</artifact >
97- </filter >
98- </filters >
99- </configuration >
100- </execution >
101- </executions >
102- </plugin >
10378 </plugins >
10479 </build >
10580</project >
You can’t perform that action at this time.
0 commit comments