FailedConsole Output

Established TCP socket on 38301
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/pom.xml clean install javadoc:javadoc
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.dataone:d1_replication:jar:2.2.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 20, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 28, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 44, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building DataONE_Replication 2.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.springsource.com/maven/bundles/release/org/dataone/d1_common_java/2.2.0-SNAPSHOT/maven-metadata.xml
Downloading: http://repository.springsource.com/maven/bundles/release/org/dataone/d1_jibx_extensions/2.2.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ d1_replication ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ d1_replication ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication && svn --non-interactive info
[INFO] Working directory: /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication
[INFO] Storing buildNumber: 18057 at timestamp: 1465426974077
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication && svn --non-interactive info
[INFO] Working directory: /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ d1_replication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ d1_replication ---
[INFO] Compiling 22 source files to /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/target/classes
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.409s
[INFO] Finished at: Wed Jun 08 23:02:57 UTC 2016
[INFO] Final Memory: 43M/331M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project d1_replication: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/src/main/java/org/dataone/service/cn/replication/ReplicationTaskMonitor.java:[63,78] error: cannot find symbol
[ERROR] 
[ERROR] could not parse error message:   symbol:   variable REPLICATION_TASKS
[ERROR] location: class MetricEvent
[ERROR] /var/lib/jenkins/jobs/d1_replication/workspace/d1_replication/src/main/java/org/dataone/service/cn/replication/ReplicationTaskMonitor.java:74: error: cannot find symbol
[ERROR] MetricLogEntry metricLogEntry = new MetricLogEntry(MetricEvent.REPLICATION_TASKS, n.getKey());
[ERROR] ^
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles: