Skip to content

Commit fe28074

Browse files
Merge pull request #353 from Spring-Framework-Java-Apps/master
work
2 parents a10448d + 95ba548 commit fe28074

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,7 @@
15351535
</reportSets>
15361536
</configuration>
15371537
</execution>
1538+
<!--
15381539
<execution>
15391540
<id>get-dependency-sources</id>
15401541
<phase>site</phase>
@@ -1543,10 +1544,6 @@
15431544
<goal>resolve</goal>
15441545
<goal>resolve-plugins</goal>
15451546
<goal>collect</goal>
1546-
<!--
1547-
<goal>copy-dependencies</goal>
1548-
<goal>unpack-dependencies</goal>
1549-
-->
15501547
</goals>
15511548
<configuration>
15521549
<classifier>sources</classifier>
@@ -1555,18 +1552,19 @@
15551552
</excludeGroupIds>
15561553
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api
15571554
</excludeArtifactIds>
1558-
<!--
1559-
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
1560-
<outputDirectory>${project.build.directory}/dependency-sources/</outputDirectory>
1561-
-->
15621555
</configuration>
15631556
</execution>
1557+
-->
15641558
<execution>
15651559
<id>copy-dependencies</id>
15661560
<phase>package</phase>
15671561
<goals><goal>copy-dependencies</goal></goals>
15681562
<configuration>
15691563
<includeScope>compile</includeScope>
1564+
<excludeTypes>pom, maven-plugin</excludeTypes>
1565+
<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>
15701568
</configuration>
15711569
</execution>
15721570
</executions>

0 commit comments

Comments
 (0)