File tree Expand file tree Collapse file tree 5 files changed +6
-11
lines changed
Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 55 <groupId >com.github.rvesse</groupId >
66 <artifactId >airline-parent</artifactId >
77 <version >3.1.1-SNAPSHOT</version >
8- <relativePath >../pom.xml</relativePath >
98 </parent >
109
1110 <artifactId >airline</artifactId >
12- <packaging >jar</packaging >
1311
1412 <name >Airline - Library</name >
1513 <description >Java library provided an annotation-based framework for parsing Git like command line structures</description >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <artifactId >airline-parent</artifactId >
56 <groupId >com.github.rvesse</groupId >
67 <version >3.1.1-SNAPSHOT</version >
78 </parent >
8- <modelVersion >4.0.0</modelVersion >
99 <artifactId >airline-jpms-debug</artifactId >
1010 <name >Airline - JPMS - Resource Visibility Debugging Utility</name >
1111 <description >A debugging utility for scanning the classpath for resources</description >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <artifactId >airline-parent</artifactId >
56 <groupId >com.github.rvesse</groupId >
67 <version >3.1.1-SNAPSHOT</version >
78 </parent >
8- <modelVersion >4.0.0</modelVersion >
99 <artifactId >airline-jpms-resources</artifactId >
1010 <name >Airline - JPMS - Resource Locator</name >
1111 <description >Provides an Airline ResourceLocator that is able to locate resources when Airline is used in JPMS
Original file line number Diff line number Diff line change 1515 <url >http://rvesse.github.io/airline/</url >
1616
1717 <properties >
18- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1918 <license .header.path>${project.parent.basedir} </license .header.path>
2019 <coveralls .skip>true</coveralls .skip>
2120
Original file line number Diff line number Diff line change 4545 <jdk .target>11</jdk .target>
4646 <jdk .enforced>11</jdk .enforced>
4747 <license .header.path>${project.basedir} </license .header.path>
48- <project .build.sourceEncoding>utf-8</project .build.sourceEncoding>
48+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4950
5051 <!-- Coveralls API Token - MUST be injected into build via Maven properties -->
5152 <coveralls .token />
421422 <id >attach-sources</id >
422423 <phase >package</phase >
423424 <goals >
424- <goal >jar</goal >
425- <goal >test-jar</goal >
425+ <goal >jar-no-fork </goal >
426+ <goal >test-jar-no-fork </goal >
426427 </goals >
427428 </execution >
428429 </executions >
444445 <configuration >
445446 <javadocVersion >${jdk.target} </javadocVersion >
446447 <quiet >true</quiet >
447- <encoding >UTF-8</encoding >
448- <charset >UTF-8</charset >
449- <docencoding >UTF-8</docencoding >
450448 <additionalOptions >
451449 <option >-Xdoclint:none</option >
452450 </additionalOptions >
You can’t perform that action at this time.
0 commit comments