Skip to content

Commit ff79a3b

Browse files
Update POM to add support for generating the JavaDoc JAR.
1 parent 19d7a0b commit ff79a3b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pom.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<groupId>com.iopipe</groupId>
55
<artifactId>iopipe-logger-log4j2</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<properties>
9-
<revision>1.0.2</revision>
9+
<revision>1.0.3</revision>
1010
</properties>
1111
<name>IOpipe Java Log4j2 Logger Adapter</name>
1212
<url>https://www.iopipe.com/</url>
1313
<scm>
1414
<connection>scm:git:https://github.com/iopipe/iopipe-java-logger-log4j2</connection>
1515
<url>https://github.com/iopipe/iopipe-java-logger-log4j2</url>
16-
<tag>1.0.2</tag>
16+
<tag>1.0.3</tag>
1717
</scm>
1818
<developers>
1919
<developer>
@@ -148,6 +148,18 @@
148148

149149
<build>
150150
<plugins>
151+
<plugin>
152+
<groupId>org.apache.maven.plugins</groupId>
153+
<artifactId>maven-javadoc-plugin</artifactId>
154+
<executions>
155+
<execution>
156+
<id>attach-javadocs</id>
157+
<goals>
158+
<goal>jar</goal>
159+
</goals>
160+
</execution>
161+
</executions>
162+
</plugin>
151163
<plugin>
152164
<groupId>org.apache.maven.plugins</groupId>
153165
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)