Browse Source

Unpack asm-commons during javadoc generation

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_1
Alexander Kriegisch 3 months ago
parent
commit
692480de74
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      aspectjtools/pom.xml
  2. 1
    1
      aspectjweaver/pom.xml

+ 1
- 1
aspectjtools/pom.xml View File

@@ -87,7 +87,7 @@
<classifier>sources</classifier>
<!--<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>-->
<includeGroupIds>org.aspectj,org.ow2.asm</includeGroupIds>
<includeArtifactIds>org.eclipse.jdt.core,asm</includeArtifactIds>
<includeArtifactIds>org.eclipse.jdt.core,asm,asm-commons</includeArtifactIds>
<outputDirectory>${project.build.directory}/unzipped-sources</outputDirectory>
<!-- Avoid accidentally shading test-scoped dependencies like JUnit -->
<includeScope>runtime</includeScope>

+ 1
- 1
aspectjweaver/pom.xml View File

@@ -85,7 +85,7 @@
<classifier>sources</classifier>
<!--<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>-->
<includeGroupIds>org.ow2.asm</includeGroupIds>
<includeArtifactIds>asm</includeArtifactIds>
<includeArtifactIds>asm,asm-commons</includeArtifactIds>
<outputDirectory>${project.build.directory}/unzipped-sources</outputDirectory>
<!-- Avoid accidentally shading test-scoped dependencies like JUnit -->
<includeScope>runtime</includeScope>

Loading…
Cancel
Save