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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ba1d1d9a Use Smetana for generating puml, fix comments syntax (#676)
ba1d1d9a is described below

commit ba1d1d9a801f6360c97a370c9f5641c3b8f9ba56
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Feb 8 17:57:20 2025 +0100

    Use Smetana for generating puml, fix comments syntax (#676)
    
    * Use Smetana for generating puml
    * Fix block comments in puml
---
 src/plantuml/maven-sources/core.puml    | 4 ++--
 src/plantuml/maven-sources/doxia.puml   | 4 ++--
 src/plantuml/maven-sources/misc.puml    | 4 ++--
 src/plantuml/maven-sources/plexus.puml  | 4 ++--
 src/plantuml/maven-sources/plugins.puml | 4 ++--
 src/plantuml/maven-sources/shared.puml  | 4 ++--
 src/plantuml/maven-sources/site.puml    | 4 ++--
 src/plantuml/multi-subproject.puml      | 5 +++--
 8 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/src/plantuml/maven-sources/core.puml 
b/src/plantuml/maven-sources/core.puml
index 87cc11f8..247e4ab0 100644
--- a/src/plantuml/maven-sources/core.puml
+++ b/src/plantuml/maven-sources/core.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/maven-sources/doxia.puml 
b/src/plantuml/maven-sources/doxia.puml
index 12c30118..4338e51c 100644
--- a/src/plantuml/maven-sources/doxia.puml
+++ b/src/plantuml/maven-sources/doxia.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/maven-sources/misc.puml 
b/src/plantuml/maven-sources/misc.puml
index 6d47e95b..a00eeefe 100644
--- a/src/plantuml/maven-sources/misc.puml
+++ b/src/plantuml/maven-sources/misc.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/maven-sources/plexus.puml 
b/src/plantuml/maven-sources/plexus.puml
index e9d72eff..58e87709 100644
--- a/src/plantuml/maven-sources/plexus.puml
+++ b/src/plantuml/maven-sources/plexus.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/maven-sources/plugins.puml 
b/src/plantuml/maven-sources/plugins.puml
index d2b6a732..84a05d85 100644
--- a/src/plantuml/maven-sources/plugins.puml
+++ b/src/plantuml/maven-sources/plugins.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/maven-sources/shared.puml 
b/src/plantuml/maven-sources/shared.puml
index f8a4c171..d74d79a6 100644
--- a/src/plantuml/maven-sources/shared.puml
+++ b/src/plantuml/maven-sources/shared.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/maven-sources/site.puml 
b/src/plantuml/maven-sources/site.puml
index 39d11570..638b77cb 100644
--- a/src/plantuml/maven-sources/site.puml
+++ b/src/plantuml/maven-sources/site.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,7 +15,7 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
 !pragma layout smetana
 
diff --git a/src/plantuml/multi-subproject.puml 
b/src/plantuml/multi-subproject.puml
index 2e0e8950..e80a1386 100644
--- a/src/plantuml/multi-subproject.puml
+++ b/src/plantuml/multi-subproject.puml
@@ -1,4 +1,4 @@
-/*
+/'
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -15,8 +15,9 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-*/
+'/
 @startuml
+!pragma layout smetana
 <style>
     rectangle {
          backgroundColor LightBlue

Reply via email to