Downgrading to maven 3.0.3 got me past that one, but then I hit another issue.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project cxf-rt-security: Compilation failure: Compilation failure: [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLRequestBuilder.java:[26,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLRequestBuilder.java:[43,5] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: interface org.apache.cxf.rt.security.xacml.XACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[24,21] package org.joda.time does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[25,20] package org.opensaml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[26,27] package org.opensaml.common does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[27,27] package org.opensaml.common does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[28,31] package org.opensaml.saml2.core does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[29,26] package org.opensaml.xacml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[30,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[31,39] package org.opensaml.xacml.profile.saml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[32,39] package org.opensaml.xacml.profile.saml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[33,24] package org.opensaml.xml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[40,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[40,48] cannot find symbol [ERROR] symbol: class XACMLAuthzDecisionQueryType [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[42,29] cannot find symbol [ERROR] symbol: class SAMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[42,47] cannot find symbol [ERROR] symbol: class Issuer [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[44,29] cannot find symbol [ERROR] symbol: class XMLObjectBuilderFactory [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[55,9] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[53,19] cannot find symbol [ERROR] symbol: class XACMLAuthzDecisionQueryType [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[66,9] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[62,19] cannot find symbol [ERROR] symbol: class XACMLAuthzDecisionQueryType [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[103,19] cannot find symbol [ERROR] symbol: class Issuer [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[43,43] package org.opensaml.xacml.ctx.DecisionType does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[44,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[45,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[46,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[47,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[152,49] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.AbstractXACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[152,21] cannot find symbol [ERROR] symbol: class ResponseType [ERROR] location: class org.apache.cxf.rt.security.xacml.AbstractXACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[158,9] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.AbstractXACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/AbstractXACMLAuthorizingInterceptor.java:[161,9] cannot find symbol [ERROR] symbol: class ResultType [ERROR] location: class org.apache.cxf.rt.security.xacml.AbstractXACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/saml/SAMLUtils.java:[34,27] package org.opensaml.common does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/saml/SAMLUtils.java:[35,31] package org.opensaml.saml2.core does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/saml/SAMLUtils.java:[36,31] package org.opensaml.saml2.core does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/saml/SAMLUtils.java:[37,24] package org.opensaml.xml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLAuthorizingInterceptor.java:[37,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLAuthorizingInterceptor.java:[38,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLAuthorizingInterceptor.java:[56,40] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.XACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLAuthorizingInterceptor.java:[56,12] cannot find symbol [ERROR] symbol: class ResponseType [ERROR] location: class org.apache.cxf.rt.security.xacml.XACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLAuthorizingInterceptor.java:[62,39] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.XACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/XACMLAuthorizingInterceptor.java:[73,13] cannot find symbol [ERROR] symbol: class ResponseType [ERROR] location: class org.apache.cxf.rt.security.xacml.XACMLAuthorizingInterceptor [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[30,21] package org.joda.time does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[31,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[32,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[33,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[34,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[35,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[36,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[37,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[64,12] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[83,13] cannot find symbol [ERROR] symbol: class ResourceType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[133,13] cannot find symbol [ERROR] symbol: class EnvironmentType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[144,13] cannot find symbol [ERROR] symbol: class SubjectType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[174,87] cannot find symbol [ERROR] symbol: class AttributeValueType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[174,13] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/DefaultXACMLRequestBuilder.java:[178,13] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.DefaultXACMLRequestBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[24,20] package org.opensaml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[25,26] package org.opensaml.xacml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[26,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[27,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[28,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[29,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[30,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[31,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[32,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[33,30] package org.opensaml.xacml.ctx does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[34,24] package org.opensaml.xml does not exist [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[40,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[40,48] cannot find symbol [ERROR] symbol: class AttributeValueType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[42,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[42,48] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[44,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[44,48] cannot find symbol [ERROR] symbol: class SubjectType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[46,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[46,48] cannot find symbol [ERROR] symbol: class ResourceType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[48,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[48,48] cannot find symbol [ERROR] symbol: class ActionType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[50,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[50,48] cannot find symbol [ERROR] symbol: class EnvironmentType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[52,29] cannot find symbol [ERROR] symbol: class XACMLObjectBuilder [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[52,48] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[54,29] cannot find symbol [ERROR] symbol: class XMLObjectBuilderFactory [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[61,19] cannot find symbol [ERROR] symbol: class AttributeValueType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[79,14] cannot find symbol [ERROR] symbol: class AttributeValueType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[75,19] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[96,14] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[95,19] cannot find symbol [ERROR] symbol: class SubjectType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[114,14] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[115,9] cannot find symbol [ERROR] symbol: class ResourceContentType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[113,19] cannot find symbol [ERROR] symbol: class ResourceType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[132,14] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[131,19] cannot find symbol [ERROR] symbol: class ActionType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[148,14] cannot find symbol [ERROR] symbol: class AttributeType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[147,19] cannot find symbol [ERROR] symbol: class EnvironmentType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[164,14] cannot find symbol [ERROR] symbol: class SubjectType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[165,14] cannot find symbol [ERROR] symbol: class ResourceType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[166,9] cannot find symbol [ERROR] symbol: class ActionType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[167,9] cannot find symbol [ERROR] symbol: class EnvironmentType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/RequestComponentBuilder.java:[163,19] cannot find symbol [ERROR] symbol: class RequestType [ERROR] location: class org.apache.cxf.rt.security.xacml.RequestComponentBuilder [ERROR] /home/jason/Development/Github/apache-cxf/rt/security/src/main/java/org/apache/cxf/rt/security/xacml/SamlRequestComponentBuilder.java:[44,70] cannot find symbol [ERROR] symbol: variable Configuration [ERROR] location: class org.apache.cxf.rt.security.xacml.SamlRequestComponentBuilder [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: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :cxf-rt-security I am going to clear out my repo and try again. On Sun, Jun 15, 2014 at 1:19 PM, Jason Pell <[email protected]> wrote: > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.308 sec > <<< FAILURE! - in org.apache.cxf.transport.jms.uri.URIConfiguredConduitTest > testSendReceive(org.apache.cxf.transport.jms.uri.URIConfiguredConduitTest) > Time elapsed: 0.02 sec <<< ERROR! > java.lang.RuntimeException: peer (vm://URIConfiguredConduitTest#13) > stopped. > at > org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54) > at > org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1408) > at > org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1513) > at > org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:526) > at > org.apache.cxf.transport.jms.util.TestReceiver.drainQueue(TestReceiver.java:71) > at > org.apache.cxf.transport.jms.util.TestReceiver.runAsync(TestReceiver.java:120) > at > org.apache.cxf.transport.jms.uri.URIConfiguredConduitTest.sendAndReceive(URIConfiguredConduitTest.java:86) > at > org.apache.cxf.transport.jms.uri.URIConfiguredConduitTest.testSendReceive(URIConfiguredConduitTest.java:63) > Caused by: org.apache.activemq.transport.TransportDisposedIOException: > peer (vm://URIConfiguredConduitTest#13) stopped. > at > org.apache.activemq.transport.vm.VMTransport.stop(VMTransport.java:205) > at > org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:65) > at > org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:65) > at > org.apache.activemq.transport.ResponseCorrelator.stop(ResponseCorrelator.java:132) > at > org.apache.activemq.broker.TransportConnection.doStop(TransportConnection.java:1097) > at > org.apache.activemq.broker.TransportConnection$4.run(TransportConnection.java:1063) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > > > I am on maven 3.2.1, Oracle Java 7 51, 64bit ubuntu 14.04 > > > >
