Skip to content

Commit 96818aa

Browse files
committed
work
1 parent 716ed05 commit 96818aa

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<version.asciidoctor-maven-plugin>2.2.2</version.asciidoctor-maven-plugin>
126126
<version.doxia-module-markdown>1.11.1</version.doxia-module-markdown>
127127
<version.maven-enforcer-plugin>3.1.0</version.maven-enforcer-plugin>
128-
<version.plantuml-maven-plugin>1.5.2</version.plantuml-maven-plugin>
128+
<version.plantuml-maven-plugin>1.4.0</version.plantuml-maven-plugin>
129129
<version.net.sourceforge.plantuml>1.2022.6</version.net.sourceforge.plantuml>
130130
</properties>
131131

@@ -1513,7 +1513,7 @@
15131513
<goal>tree</goal>
15141514
</goals>
15151515
</execution>
1516-
-->
1516+
15171517
<execution>
15181518
<id>report</id>
15191519
<phase>site</phase>
@@ -1535,7 +1535,7 @@
15351535
</reportSets>
15361536
</configuration>
15371537
</execution>
1538-
<!--
1538+
15391539
<execution>
15401540
<id>get-dependency-sources</id>
15411541
<phase>site</phase>
@@ -1558,13 +1558,15 @@
15581558
<execution>
15591559
<id>copy-dependencies</id>
15601560
<phase>package</phase>
1561-
<goals><goal>copy-dependencies</goal></goals>
1561+
<goals>
1562+
<goal>copy-dependencies</goal>
1563+
</goals>
15621564
<configuration>
15631565
<includeScope>compile</includeScope>
1564-
<excludeTypes>pom, maven-plugin</excludeTypes>
1566+
<excludeTypes>maven-plugin</excludeTypes>
15651567
<excludeScope>test,provided</excludeScope>
1566-
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby</excludeGroupIds>
1567-
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api</excludeArtifactIds>
1568+
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby,com.vladsch.flexmark,org.apache.maven.doxia,org.codehaus.plexus,org.apache.maven.scm,io.netty,org.apache.groovy,org.eclipse.jetty,org.mockito,org.asciidoctor,com.github.jnr,org.apache.maven.surefire,net.sourceforge.saxon,net.sf.saxon,com.github.spotbugs,org.eclipse.jgit</excludeGroupIds>
1569+
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api,lombok,jcommander</excludeArtifactIds>
15681570
</configuration>
15691571
</execution>
15701572
</executions>

0 commit comments

Comments
 (0)