File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments