Skip to content

Commit 55420cb

Browse files
committed
work
1 parent c0d1561 commit 55420cb

File tree

54 files changed

+226
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+226
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,11 +1616,11 @@
16161616
<artifactId>plantuml-maven-plugin</artifactId>
16171617
<version>${version.plantuml-maven-plugin}</version>
16181618
<configuration>
1619-
<truncatePattern>src/main/*</truncatePattern>
1619+
<truncatePattern>src/*</truncatePattern>
16201620
<sourceFiles>
16211621
<directory>${basedir}</directory>
16221622
<includes>
1623-
<include>src/main/plantuml/**/*.puml</include>
1623+
<include>src/plantuml/**/*.puml</include>
16241624
</includes>
16251625
</sourceFiles>
16261626
</configuration>

0 commit comments

Comments
 (0)