Skip to content

Commit c3a49f1

Browse files
author
Rafael Winterhalter
committed
Minor POM file fixes.
1 parent a64a3cc commit c3a49f1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

byte-buddy/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
<version>${version.plugin.bundle}</version>
111111
<executions>
112112
<execution>
113-
<id>bundle-manifest</id>
114113
<phase>process-classes</phase>
115114
<goals>
116115
<goal>manifest</goal>
@@ -190,9 +189,7 @@
190189
<configuration>
191190
<artifacts>
192191
<artifact>
193-
<file>
194-
${project.build.directory}/byte-buddy-${project.version}-javadoc.jar
195-
</file>
192+
<file>${project.build.directory}/byte-buddy-${project.version}-javadoc.jar</file>
196193
<type>jar</type>
197194
<classifier>javadoc</classifier>
198195
</artifact>

0 commit comments

Comments
 (0)