File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 170170            </plugin >
171171        </plugins >
172172    </build >
173-     <distributionManagement >
174-         <snapshotRepository >
175-             <id >ossrh</id >
176-             <url >https://oss.sonatype.org/content/repositories/snapshots</url >
177-         </snapshotRepository >
178-         <repository >
179-             <id >ossrh</id >
180-             <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
181-         </repository >
182-     </distributionManagement >
183173    <profiles >
184174        <profile >
185175            <id >release</id >
193183                <plugins >
194184                    <plugin >
195185                        <groupId >org.apache.maven.plugins</groupId >
196-                         <artifactId >maven-gpg-plugin</artifactId >
197-                         <version >3.2.7</version >
186+                         <artifactId >maven-source-plugin</artifactId >
198187                        <executions >
199188                            <execution >
200-                                 <id >sign-artifacts</id >
201-                                 <phase >verify</phase >
189+                                 <id >attach-sources</id >
202190                                <goals >
203-                                     <goal >sign </goal >
191+                                     <goal >jar-no-fork </goal >
204192                                </goals >
205193                            </execution >
206194                        </executions >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments