forked from Limework/skript-db
		
	partially fixed pom.xml
This commit is contained in:
		
							parent
							
								
									ce64eda9e2
								
							
						
					
					
						commit
						d98bc34b38
					
				
							
								
								
									
										22
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								pom.xml
									
									
									
									
									
								
							@ -32,7 +32,7 @@
 | 
				
			|||||||
        </repository>
 | 
					        </repository>
 | 
				
			||||||
    </repositories>
 | 
					    </repositories>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <build>
 | 
							<build>
 | 
				
			||||||
        <resources>
 | 
					        <resources>
 | 
				
			||||||
            <resource>
 | 
					            <resource>
 | 
				
			||||||
                <directory>src/java</directory>
 | 
					                <directory>src/java</directory>
 | 
				
			||||||
@ -45,11 +45,27 @@
 | 
				
			|||||||
                <artifactId>maven-compiler-plugin</artifactId>
 | 
					                <artifactId>maven-compiler-plugin</artifactId>
 | 
				
			||||||
                <version>3.6.1</version>
 | 
					                <version>3.6.1</version>
 | 
				
			||||||
                <configuration>
 | 
					                <configuration>
 | 
				
			||||||
                    <source>10</source>
 | 
					                    <source>11</source>
 | 
				
			||||||
                    <target>10</target>
 | 
					                    <target>11</target>
 | 
				
			||||||
                    <encoding>UTF-8</encoding>
 | 
					                    <encoding>UTF-8</encoding>
 | 
				
			||||||
                </configuration>
 | 
					                </configuration>
 | 
				
			||||||
            </plugin>
 | 
					            </plugin>
 | 
				
			||||||
 | 
					            <plugin>
 | 
				
			||||||
 | 
					                <groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
 | 
					                <artifactId>maven-shade-plugin</artifactId>
 | 
				
			||||||
 | 
					                <version>3.2.3</version>
 | 
				
			||||||
 | 
					                <configuration>
 | 
				
			||||||
 | 
					                    <createDependencyReducedPom>false</createDependencyReducedPom>
 | 
				
			||||||
 | 
					                </configuration>
 | 
				
			||||||
 | 
					                <executions>
 | 
				
			||||||
 | 
					                    <execution>
 | 
				
			||||||
 | 
					                        <phase>package</phase>
 | 
				
			||||||
 | 
					                        <goals>
 | 
				
			||||||
 | 
					                            <goal>shade</goal>
 | 
				
			||||||
 | 
					                        </goals>
 | 
				
			||||||
 | 
					                    </execution>
 | 
				
			||||||
 | 
					                </executions>
 | 
				
			||||||
 | 
					            </plugin>
 | 
				
			||||||
            <plugin>
 | 
					            <plugin>
 | 
				
			||||||
                <groupId>org.apache.maven.plugins</groupId>
 | 
					                <groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
                <artifactId>maven-jar-plugin</artifactId>
 | 
					                <artifactId>maven-jar-plugin</artifactId>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user