File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 162162                            <goal >test-compile</goal >
163163                        </goals >
164164                        <configuration >
165-                             <args >
166-                             </args >
165+                             <sourceDirs >
166+                                 <source >${project.basedir} /src/test/java</source >
167+                                 <source >${project.basedir} /src/test/kotlin</source >
168+                             </sourceDirs >
167169                        </configuration >
168170                    </execution >
169171                </executions >
179181                        -->  
180182                        <include >tools.jackson.module.kotlin.**</include >
181183                    </includes >
184+                     <!--  11-Apr-2025, tatu: Cannot make JPMS work here, no matter what.
185+                             So... turn it off 
186+                       -->  
187+                     <useModulePath >false</useModulePath >
182188                </configuration >
183189            </plugin >
184190            <plugin >
196202                </configuration >
197203            </plugin >
198204
199-             <!--  02-Nov-2020, tatu: Add JDK9+ module info with Moditect --> 
200-             <plugin >
201-                 <groupId >org.moditect</groupId >
202-                 <artifactId >moditect-maven-plugin</artifactId >
203-             </plugin >
204- 
205205            <!--  05-Jul-2020, tatu: Add generation of Gradle Module Metadata --> 
206206            <plugin >
207207                <groupId >org.gradlex</groupId >
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Former maintainers:
2424
25253.0.0-rc3 (not yet released)
2626
27+ #887: Change 3.0 to use `module-info.java` directly [JSTEP-11]
2728- Branch rename "master" -> "3.x" [JSTEP-12]
2829
29303.0.0-rc2 (28-Mar-2025)
Original file line number Diff line number Diff line change 11// Kotlin module-info for Main artifact 
22module  tools .jackson .module .kotlin 
33{
4-     requires  java .desktop ;
5- 
64    requires  kotlin .reflect ;
75    requires  transitive  kotlin .stdlib ;
6+     requires  org .jetbrains .annotations ;
87
98    requires  com .fasterxml .jackson .annotation ;
109    requires  tools .jackson .core ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments