Переглянути джерело

Unpack asm-commons during javadoc generation

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_1
Alexander Kriegisch 3 місяці тому
джерело
коміт
692480de74
2 змінених файлів з 2 додано та 2 видалено
  1. 1
    1
      aspectjtools/pom.xml
  2. 1
    1
      aspectjweaver/pom.xml

+ 1
- 1
aspectjtools/pom.xml Переглянути файл

@@ -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 Переглянути файл

@@ -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>

Завантаження…
Відмінити
Зберегти