Skip to content

Commit e9de7f7

Browse files
committed
Added javadoc and source for attachment.
1 parent a0a4c83 commit e9de7f7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,35 @@
2727
</license>
2828
</licenses>
2929
<inceptionYear>2012</inceptionYear>
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-javadoc-plugin</artifactId>
35+
<executions>
36+
<execution>
37+
<id>attach-javadocs</id>
38+
<goals>
39+
<goal>jar</goal>
40+
</goals>
41+
</execution>
42+
</executions>
43+
</plugin>
44+
<plugin>
45+
<groupId>org.apache.maven.plugins</groupId>
46+
<artifactId>maven-source-plugin</artifactId>
47+
<executions>
48+
<execution>
49+
<id>attach-sources</id>
50+
<!-- phase>verify</phase -->
51+
<goals>
52+
<goal>jar</goal>
53+
</goals>
54+
</execution>
55+
</executions>
56+
</plugin>
57+
</plugins>
58+
</build>
3059
<profiles>
3160
<profile>
3261
<id>cloudbees-deployment</id>

0 commit comments

Comments
 (0)