File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: java
33jdk : oraclejdk7
44
55# Compile and package JAR and set build properties.
6- install : mvn package -Dbuild.number =b${TRAVIS_BUILD_NUMBER}trvs
6+ install : mvn package -DbuildNumber =b${TRAVIS_BUILD_NUMBER}trvs
77after_success :
88 # Get files for use with build, namely the custom Maven settings.xml.
99 - " git clone https://github.com/Q0rDev/travis-ci-resources.git target/travis"
Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <build .number>b0jnks</ build .number >
15+ <buildNumber >b0trvs</ buildNumber >
1616 </properties >
1717
1818 <!-- Source code -->
5757 </repositories >
5858
5959 <build >
60- <defaultGoal >package </defaultGoal >
60+ <defaultGoal >clean install </defaultGoal >
6161 <!-- Resources -->
6262 <resources >
6363 <resource >
7575 <plugin >
7676 <groupId >org.apache.maven.plugins</groupId >
7777 <artifactId >maven-compiler-plugin</artifactId >
78- <version >2.3.2 </version >
78+ <version >3.1 </version >
7979 <configuration >
8080 <source >1.6</source >
8181 <target >1.6</target >
82+ <showWarnings >true</showWarnings >
8283 </configuration >
8384 </plugin >
8485 <!-- JAR creation plugin -->
8586 <plugin >
8687 <groupId >org.apache.maven.plugins</groupId >
8788 <artifactId >maven-jar-plugin</artifactId >
88- <version >2.3.2 </version >
89+ <version >2.4 </version >
8990 </plugin >
9091 </plugins >
9192 </build >
You can’t perform that action at this time.
0 commit comments