We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64a3cc commit c3a49f1Copy full SHA for c3a49f1
1 file changed
byte-buddy/pom.xml
@@ -110,7 +110,6 @@
110
<version>${version.plugin.bundle}</version>
111
<executions>
112
<execution>
113
- <id>bundle-manifest</id>
114
<phase>process-classes</phase>
115
<goals>
116
<goal>manifest</goal>
@@ -190,9 +189,7 @@
190
189
<configuration>
191
<artifacts>
192
<artifact>
193
- <file>
194
- ${project.build.directory}/byte-buddy-${project.version}-javadoc.jar
195
- </file>
+ <file>${project.build.directory}/byte-buddy-${project.version}-javadoc.jar</file>
196
<type>jar</type>
197
<classifier>javadoc</classifier>
198
</artifact>
0 commit comments