Skip to content

Commit 0ba9a47

Browse files
committed
automatic release
1 parent f1d130c commit 0ba9a47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,10 +1047,6 @@
10471047
</goals>
10481048
<configuration>
10491049
<type>jar</type>
1050-
<!--
1051-
<excludeGroupIds></excludeGroupIds>
1052-
<excludeArtifactIds></excludeArtifactIds>
1053-
-->
10541050
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
10551051
<outputDirectory>${project.build.directory}/dependency-classes/</outputDirectory>
10561052
</configuration>
@@ -1067,7 +1063,7 @@
10671063
<goal>unpack-dependencies</goal>
10681064
</goals>
10691065
<configuration>
1070-
<classifier>sources</classifier>
1066+
<type>java-source</type>
10711067
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.velocity</excludeGroupIds>
10721068
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools</excludeArtifactIds>
10731069
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>

0 commit comments

Comments
 (0)