Skip to content

Commit dae675b

Browse files
committed
The excludeTransitive is not supported by the copy goal, no system scope used
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
1 parent 7d4a488 commit dae675b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jaxws-ri/tools/wscompile/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
</goals>
129129
<configuration>
130130
<outputDirectory>${project.build.directory}/lib/api</outputDirectory>
131-
<excludeTransitive>true</excludeTransitive>
132131
<artifactItems>
133132
<artifactItem>
134133
<groupId>jakarta.xml.bind</groupId>
@@ -162,7 +161,6 @@
162161
<configuration>
163162
<outputDirectory>${project.build.directory}/lib</outputDirectory>
164163
<excludeArtifactIds>ant,ant-launcher</excludeArtifactIds>
165-
<excludeScope>system</excludeScope>
166164
</configuration>
167165
</execution>
168166
<execution>

0 commit comments

Comments
 (0)