File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 101101        <dep .guava.version>33.3.0-jre</dep .guava.version>
102102        <dep .junit5.version>5.11.0</dep .junit5.version>
103103        <dep .slf4j.version>1.7.36</dep .slf4j.version>
104-         <dep .sisu-inject .version>0.9.0.M3</dep .sisu-inject .version>
104+         <dep .sisu.version>0.9.0.M3</dep .sisu.version>
105105        <dep .plexus-utils.version>4.0.1</dep .plexus-utils.version>
106106
107107        <!--  Maven API version. Keep on 3.8.x for now --> 
138138            <dependency >
139139                <groupId >org.eclipse.sisu</groupId >
140140                <artifactId >org.eclipse.sisu.inject</artifactId >
141-                 <version >${dep.sisu-inject .version} </version >
141+                 <version >${dep.sisu.version} </version >
142142            </dependency >
143143
144144            <dependency >
266266                </plugin >
267267
268268                <plugin >
269-                     <groupId >org.codehaus.plexus </groupId >
270-                     <artifactId >plexus-component-metadata </artifactId >
271-                     <version >${dep.plexus .version} </version >
269+                     <groupId >org.eclipse.sisu </groupId >
270+                     <artifactId >sisu-maven-plugin </artifactId >
271+                     <version >${dep.sisu .version} </version >
272272                </plugin >
273273
274274                <plugin >
307307            </plugin >
308308
309309            <plugin >
310-                 <groupId >org.codehaus.plexus </groupId >
311-                 <artifactId >plexus-component-metadata </artifactId >
310+                 <groupId >org.eclipse.sisu </groupId >
311+                 <artifactId >sisu-maven-plugin </artifactId >
312312                <executions >
313313                    <execution >
314+                         <id >index-project</id >
314315                        <goals >
315-                             <goal >generate-metadata</goal >
316+                             <goal >main-index</goal >
317+                             <goal >test-index</goal >
316318                        </goals >
317319                    </execution >
318320                </executions >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments