File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1104
1104
1105
1105
<build >
1106
1106
<plugins >
1107
+ <plugin >
1108
+ <groupId >org.apache.maven.plugins</groupId >
1109
+ <artifactId >maven-source-plugin</artifactId >
1110
+ <executions >
1111
+ <execution >
1112
+ <id >attach-sources</id >
1113
+ <goals >
1114
+ <goal >jar</goal >
1115
+ </goals >
1116
+ </execution >
1117
+ </executions >
1118
+ </plugin >
1119
+ <plugin >
1120
+ <groupId >org.apache.maven.plugins</groupId >
1121
+ <artifactId >maven-javadoc-plugin</artifactId >
1122
+ <executions >
1123
+ <execution >
1124
+ <id >attach-javadocs</id >
1125
+ <goals >
1126
+ <goal >jar</goal >
1127
+ </goals >
1128
+ </execution >
1129
+ </executions >
1130
+ </plugin >
1107
1131
<plugin >
1108
1132
<groupId >org.apache.maven.plugins</groupId >
1109
1133
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments