This is an automated email from the ASF dual-hosted git repository.

jsorel pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit b294df8a45c97418de4c1e7181d61a623d695c76
Author: jsorel <[email protected]>
AuthorDate: Fri Jan 10 15:32:57 2025 +0100

    Add style painter declaration in META-INF
---
 .../META-INF/services/org.apache.sis.map.service.StylePainter    | 5 +++++
 .../org.apache.sis.map.service.se1.SymbolizerToScene2D$Spi       | 9 +++++++++
 2 files changed, 14 insertions(+)

diff --git 
a/incubator/src/org.apache.sis.portrayal.map/main/META-INF/services/org.apache.sis.map.service.StylePainter
 
b/incubator/src/org.apache.sis.portrayal.map/main/META-INF/services/org.apache.sis.map.service.StylePainter
new file mode 100644
index 0000000000..40215bfd55
--- /dev/null
+++ 
b/incubator/src/org.apache.sis.portrayal.map/main/META-INF/services/org.apache.sis.map.service.StylePainter
@@ -0,0 +1,5 @@
+# Workaround for Maven bug https://issues.apache.org/jira/browse/MNG-7855
+# The content of this file is automatically derived from module-info.class 
file.
+# Should be used only if the JAR file was on class-path rather than 
module-path.
+org.apache.sis.map.service.se1.SEPainter
+
diff --git 
a/incubator/src/org.apache.sis.portrayal.map/main/META-INF/services/org.apache.sis.map.service.se1.SymbolizerToScene2D$Spi
 
b/incubator/src/org.apache.sis.portrayal.map/main/META-INF/services/org.apache.sis.map.service.se1.SymbolizerToScene2D$Spi
new file mode 100644
index 0000000000..9ccdc25a33
--- /dev/null
+++ 
b/incubator/src/org.apache.sis.portrayal.map/main/META-INF/services/org.apache.sis.map.service.se1.SymbolizerToScene2D$Spi
@@ -0,0 +1,9 @@
+# Workaround for Maven bug https://issues.apache.org/jira/browse/MNG-7855
+# The content of this file is automatically derived from module-info.class 
file.
+# Should be used only if the JAR file was on class-path rather than 
module-path.
+org.apache.sis.map.service.se1.PointToScene2D$Spi
+org.apache.sis.map.service.se1.LineToScene2D$Spi
+org.apache.sis.map.service.se1.PolygonToScene2D$Spi
+org.apache.sis.map.service.se1.TextToScene2D$Spi
+org.apache.sis.map.service.se1.RasterToScene2D$Spi
+

Reply via email to