Skip to content

Commit 487bbc3

Browse files
authored
Removed duplicate entry of central-publishing-maven-plugin in parent pom (#138)
Updated documentation for building on Alpine Linux Signed-off-by: Laurent Klock <Laurent.Klock@arhs-cube.com>
1 parent e8dd7b8 commit 487bbc3

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

API/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ The GRPC Java code is now generated automatically with the Protobuf Maven Plugin
8282
There is no need anymore to download the protoc and protoc-gen-grpc compilers.
8383
The protocol definition file (urlfrontier.proto) has been moved under src/main/protobuf.
8484

85+
Important note: The version of protoc downloaded from the Maven repository will not run natively on Alpine Linux
86+
unless you install the gcompat package which provides glibc compatibility (apk add gcompat).
87+
88+
8589
For other languages, you need to generate the code stubs yourself, as shown here for Python
8690

8791
```

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,6 @@
293293
<deploymentName>Crawler-Commons URLFrontier ${project.version}</deploymentName>
294294
</configuration>
295295
</plugin>
296-
<plugin>
297-
<groupId>org.sonatype.central</groupId>
298-
<artifactId>central-publishing-maven-plugin</artifactId>
299-
<version>${central-publishing-plugin.version}</version>
300-
<extensions>true</extensions>
301-
<configuration>
302-
<publishingServerId>central</publishingServerId>
303-
<deploymentName>Crawler-Commons URLFrontier ${project.version}</deploymentName>
304-
</configuration>
305-
</plugin>
306296
</plugins>
307297
</build>
308298
</profile>

0 commit comments

Comments
 (0)