File tree Expand file tree Collapse file tree 5 files changed +10
-153
lines changed Expand file tree Collapse file tree 5 files changed +10
-153
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ developers can see and perhaps give suggestions about. Anyone is welcome to comp
8383  and technical details that most developers don't have to be concerned about. We should make a guide on the wiki with
8484  screenshots and a general overview of all the features which makes it much easier for developers to get started.
8585
86- *  ** [ Mavne] **  ` [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file ... `  when
87-   building the project. The log file simply says the dependencies couldn't be resolved? Seems to be related to Javadoc goal.
88-   Also ` [ERROR] Error fetching link: XSeries/<project>/target/apidocs. Ignored it. `  might be related to the previous error.
86+ *  ** [ Maven] **  ` [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file ... `  when
87+   building the project. The log file simply says the dependencies couldn't be resolved? Seems to be related to Javadoc
88+   goal. Also, ` [ERROR] Error fetching link: XSeries/<project>/target/apidocs. Ignored it. `  might be related to  
89+   the previous error.
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 33  <modelVersion >4.0.0</modelVersion >
44  <groupId >com.github.cryptomorin</groupId >
55  <artifactId >XSeries</artifactId >
6-   <version >13.0.0</version >
6+   <name >XSeries</name >
7+   <version >13.1.0</version >
78  <description >A set of utilities for Minecraft plugins</description >
89  <url >https://www.spigotmc.org/threads/378136/XSeries/</url >
910  <issueManagement >
Original file line number Diff line number Diff line change 3131        <version >${revision} </version >
3232    </parent >
3333
34+     <!--  Maven Flatten Plugin doesn't inherit this tag specifically. --> 
35+     <!--  https://github.com/mojohaus/flatten-maven-plugin/issues/76 --> 
36+     <name >XSeries</name >
3437    <artifactId >XSeries</artifactId >
3538
3639    <properties >
Original file line number Diff line number Diff line change 395395                    <configuration >
396396                        <keepCommentsInPom >false</keepCommentsInPom >
397397                        <flattenMode >oss</flattenMode >
398+                         <flattenDependencyMode >inherited</flattenDependencyMode >
398399                    </configuration >
399400                    <executions >
400401                        <!--  enable flattening --> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments