File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 7575 <artifactId >maven-site-plugin</artifactId >
7676 <version >3.7.1</version >
7777 </plugin >
78+ <plugin >
79+ <groupId >org.apache.maven.plugins</groupId >
80+ <artifactId >maven-source-plugin</artifactId >
81+ <version >3.0.1</version >
82+ <executions >
83+ <execution >
84+ <id >attach-sources</id >
85+ <goals >
86+ <goal >jar</goal >
87+ <goal >test-jar</goal >
88+ </goals >
89+ </execution >
90+ </executions >
91+ </plugin >
92+ <plugin >
93+ <groupId >org.apache.maven.plugins</groupId >
94+ <artifactId >maven-javadoc-plugin</artifactId >
95+ <version >3.1.0</version >
96+ <executions >
97+ <execution >
98+ <id >attach-sources</id >
99+ <goals >
100+ <goal >jar</goal >
101+ <goal >test-jar</goal >
102+ </goals >
103+ </execution >
104+ </executions >
105+ </plugin >
106+ <plugin >
107+ <groupId >org.apache.maven.plugins</groupId >
108+ <artifactId >maven-gpg-plugin</artifactId >
109+ <version >1.6</version >
110+ <executions >
111+ <execution >
112+ <id >sign-artifacts</id >
113+ <phase >verify</phase >
114+ <goals >
115+ <goal >sign</goal >
116+ </goals >
117+ </execution >
118+ </executions >
119+ </plugin >
78120 </plugins >
79121 </build >
80122 <dependencies >
85127 <scope >test</scope >
86128 </dependency >
87129 </dependencies >
88- </project >
130+ </project >
You can’t perform that action at this time.
0 commit comments