See 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/66/changes>

Changes:

[pascalschumacher] StringUtils#replacePattern: fix source code formatting

[ggregory] [LANG-1144]

[ggregory] Order entries by type.

[ggregory] [LANG-1279] Update Java requirement from Java 6 to 7.

------------------------------------------
Established TCP socket on 34387
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Established TCP socket on 50228
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/pom.xml>
 -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean 
install javadoc:javadoc --batch-mode -Dgpg.skip -Prelease
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Lang 3.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-lang3 ---
[INFO] Deleting 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ 
commons-lang3 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (parse-version) @ 
commons-lang3 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-lang3 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ commons-lang3 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-lang3 ---
[INFO] Executing: /bin/sh -c cd 
'<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/'>
 && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/>
[INFO] Storing buildNumber: 7e8df326f4e66bd4bc38d8d4626700e4cf338ea5 at 
timestamp: 1477245179264
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd 
'<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/'>
 && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
commons-lang3 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ 
commons-lang3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 143 source files to 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/target/classes>
[INFO] 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/main/java/org/apache/commons/lang3/time/FastDatePrinter.java>:
 Some input files use or override a deprecated API.
[INFO] 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/main/java/org/apache/commons/lang3/time/FastDatePrinter.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/main/java/org/apache/commons/lang3/StringUtils.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/main/java/org/apache/commons/lang3/StringUtils.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:manifest (bundle-manifest) @ commons-lang3 
---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (checkAPIcompatibility) @ 
commons-lang3 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
commons-lang3 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ 
commons-lang3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 162 source files to 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/target/test-classes>
[INFO] 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java>:
 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java>
 uses unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/Commons-Lang/org.apache.commons$commons-lang3/ws/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-lang3 ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to