See <https://builds.apache.org/job/ctakes-trunk-package/412/changes>

Changes:

[clin] add the first version of cross-sentence temporal relation annotator for 
THYME data.

[brittfitch] use logger.

------------------------------------------
[...truncated 9519 lines...]
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[129,37]
 [unchecked] unchecked call to 
CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of 
the raw type CombinedExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class CombinedExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[132,26]
 [unchecked] unchecked call to 
CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a 
member of the raw type CleartkExtractor
[ERROR] where SEARCH_T is a type-variable:
[ERROR] SEARCH_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58]
 [unchecked] unchecked call to extract(JCas,FOCUS_T) as a member of the raw 
type CleartkExtractor
[ERROR] where FOCUS_T is a type-variable:
[ERROR] FOCUS_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/TimexAdmissionTimeAnnotator.java>:[198,58]
 [unchecked] unchecked conversion
[ERROR] required: List<Feature>
[ERROR] found:    List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[68,42]
 [unchecked] unchecked call to 
CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a 
member of the raw type CleartkExtractor
[ERROR] where SEARCH_T is a type-variable:
[ERROR] SEARCH_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[82,3]
 [unchecked] unchecked call to 
CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of 
the raw type CombinedExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class CombinedExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[80,55]
 [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as 
a member of the raw type NamingExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class NamingExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[89,3]
 [unchecked] unchecked call to 
CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>) as a member of 
the raw type CombinedExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class CombinedExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[87,55]
 [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as 
a member of the raw type NamingExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class NamingExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[96,3]
 [unchecked] unchecked call to NamingExtractor1(String,FeatureExtractor1<T>) as 
a member of the raw type NamingExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class NamingExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[94,42]
 [unchecked] unchecked call to 
CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a 
member of the raw type CleartkExtractor
[ERROR] where SEARCH_T is a type-variable:
[ERROR] SEARCH_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[107,44]
 [unchecked] unchecked call to DistanceExtractor(String,Class<? extends 
Annotation>) as a member of the raw type DistanceExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57]
 [unchecked] unchecked call to extract(JCas,T) as a member of the raw type 
FeatureExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in interface FeatureExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,18]
 [unchecked] unchecked method invocation: method addAll in interface List is 
applied to given types
[ERROR] required: Collection<? extends E>
[ERROR] found: List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[154,57]
 [unchecked] unchecked conversion
[ERROR] required: Collection<? extends E>
[ERROR] found:    List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53]
 [unchecked] unchecked call to extractBetween(JCas,FOCUS_T,FOCUS_T) as a member 
of the raw type CleartkExtractor
[ERROR] where FOCUS_T is a type-variable:
[ERROR] FOCUS_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,19]
 [unchecked] unchecked method invocation: method addAll in interface List is 
applied to given types
[ERROR] required: Collection<? extends E>
[ERROR] found: List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[156,53]
 [unchecked] unchecked conversion
[ERROR] required: Collection<? extends E>
[ERROR] found:    List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,19]
 [unchecked] unchecked method invocation: method addAll in interface List is 
applied to given types
[ERROR] required: Collection<? extends E>
[ERROR] found: List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[157,47]
 [unchecked] unchecked conversion
[ERROR] required: Collection<? extends E>
[ERROR] found:    List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57]
 [unchecked] unchecked call to extract(JCas,T) as a member of the raw type 
FeatureExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in interface FeatureExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,18]
 [unchecked] unchecked method invocation: method addAll in interface List is 
applied to given types
[ERROR] required: Collection<? extends E>
[ERROR] found: List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/feature/MultiTokenFeaturesExtractor.java>:[161,57]
 [unchecked] unchecked conversion
[ERROR] required: Collection<? extends E>
[ERROR] found:    List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/eval/EvaluationOfTimeSpans.java>:[290,23]
 [deprecation] createAnnotatorDescription(File) in TimeAnnotator has been 
deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[148,8]
 [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member 
of the raw type TypePathExtractor
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class TypePathExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[144,39]
 [unchecked] unchecked call to 
CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>)
 as a member of the raw type CombinedExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class CombinedExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[158,38]
 [unchecked] unchecked call to 
CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a 
member of the raw type CleartkExtractor
[ERROR] where SEARCH_T is a type-variable:
[ERROR] SEARCH_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[195,43]
 [unchecked] unchecked call to extract(JCas,T) as a member of the raw type 
FeatureExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in interface FeatureExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[195,25]
 [unchecked] unchecked method invocation: method addAll in interface List is 
applied to given types
[ERROR] required: Collection<? extends E>
[ERROR] found: List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[195,43]
 [unchecked] unchecked conversion
[ERROR] required: Collection<? extends E>
[ERROR] found:    List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[199,49]
 [unchecked] unchecked call to extractWithin(JCas,FOCUS_T,Annotation) as a 
member of the raw type CleartkExtractor
[ERROR] where FOCUS_T is a type-variable:
[ERROR] FOCUS_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[199,25]
 [unchecked] unchecked method invocation: method addAll in interface List is 
applied to given types
[ERROR] required: Collection<? extends E>
[ERROR] found: List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CRFTimeAnnotator.java>:[199,49]
 [unchecked] unchecked conversion
[ERROR] required: Collection<? extends E>
[ERROR] found:    List
[ERROR] where E is a type-variable:
[ERROR] E extends Object declared in interface List
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/EventTimeRelationAnnotator.java>:[122,27]
 [unchecked] unchecked generic array creation for varargs parameter of type 
RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/TemporalRelationExtractorAnnotator.java>:[92,29]
 [unchecked] unchecked generic array creation for varargs parameter of type 
RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/EventEventRelationAnnotator.java>:[131,27]
 [unchecked] unchecked generic array creation for varargs parameter of type 
RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>[]
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[75,38]
 [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator 
has been deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[78,46]
 [deprecation] createEnsembleDescription(File,String) in 
ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[81,32]
 [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has 
been deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[104,38]
 [deprecation] createEnsembleDescription(File,String) in BackwardsTimeAnnotator 
has been deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[107,46]
 [deprecation] createEnsembleDescription(File,String) in 
ConstituencyBasedTimeAnnotator has been deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/MetaTimeAnnotator.java>:[110,32]
 [deprecation] createEnsembleDescription(File,String) in CRFTimeAnnotator has 
been deprecated
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/EventAnnotator.java>:[206,8]
 [unchecked] unchecked call to TypePathExtractor(Class<T>,String) as a member 
of the raw type TypePathExtractor
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class TypePathExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/EventAnnotator.java>:[203,33]
 [unchecked] unchecked call to 
CombinedExtractor1(FeatureExtractor1<T>,FeatureExtractor1<T>,FeatureExtractor1<T>)
 as a member of the raw type CombinedExtractor1
[ERROR] where T is a type-variable:
[ERROR] T extends Annotation declared in class CombinedExtractor1
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/EventAnnotator.java>:[207,35]
 [unchecked] unchecked call to 
CleartkExtractor(Class<SEARCH_T>,FeatureExtractor1<SEARCH_T>,Context...) as a 
member of the raw type CleartkExtractor
[ERROR] where SEARCH_T is a type-variable:
[ERROR] SEARCH_T extends Annotation declared in class CleartkExtractor
[ERROR] 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/ae/CrossSentenceTemporalRelationAnnotator.java>:[39,23]
 error: cannot find symbol
[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 :ctakes-temporal
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-core/pom.xml> to 
org.apache.ctakes/ctakes-core/3.2.3-SNAPSHOT/ctakes-core-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-core/target/ctakes-core-3.2.3-SNAPSHOT.jar>
 to org.apache.ctakes/ctakes-core/3.2.3-SNAPSHOT/ctakes-core-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex-res/pom.xml> 
to 
org.apache.ctakes/ctakes-ytex-res/3.2.3-SNAPSHOT/ctakes-ytex-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex-res/target/ctakes-ytex-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-ytex-res/3.2.3-SNAPSHOT/ctakes-ytex-res-3.2.3-SNAPSHOT.jar
Compressed 153.66 KB of artifacts by 20.8% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-coreference/pom.xml>
 to 
org.apache.ctakes/ctakes-coreference/3.2.3-SNAPSHOT/ctakes-coreference-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-coreference/target/ctakes-coreference-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-coreference/3.2.3-SNAPSHOT/ctakes-coreference-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dependency-parser/pom.xml>
 to 
org.apache.ctakes/ctakes-dependency-parser/3.2.3-SNAPSHOT/ctakes-dependency-parser-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dependency-parser/target/ctakes-dependency-parser-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-dependency-parser/3.2.3-SNAPSHOT/ctakes-dependency-parser-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-regression-test/pom.xml>
 to 
org.apache.ctakes/ctakes-regression-test/3.2.3-SNAPSHOT/ctakes-regression-test-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex-uima/pom.xml>
 to 
org.apache.ctakes/ctakes-ytex-uima/3.2.3-SNAPSHOT/ctakes-ytex-uima-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex-uima/target/ctakes-ytex-uima-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-ytex-uima/3.2.3-SNAPSHOT/ctakes-ytex-uima-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup-res/pom.xml>
 to 
org.apache.ctakes/ctakes-dictionary-lookup-res/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup-res/target/ctakes-dictionary-lookup-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-dictionary-lookup-res/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ne-contexts/pom.xml>
 to 
org.apache.ctakes/ctakes-ne-contexts/3.2.3-SNAPSHOT/ctakes-ne-contexts-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ne-contexts/target/ctakes-ne-contexts-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-ne-contexts/3.2.3-SNAPSHOT/ctakes-ne-contexts-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-drug-ner/pom.xml> 
to 
org.apache.ctakes/ctakes-drug-ner/3.2.3-SNAPSHOT/ctakes-drug-ner-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-drug-ner/target/ctakes-drug-ner-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-drug-ner/3.2.3-SNAPSHOT/ctakes-drug-ner-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-preprocessor/pom.xml>
 to 
org.apache.ctakes/ctakes-preprocessor/3.2.3-SNAPSHOT/ctakes-preprocessor-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-preprocessor/target/ctakes-preprocessor-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-preprocessor/3.2.3-SNAPSHOT/ctakes-preprocessor-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-smoking-status/pom.xml>
 to 
org.apache.ctakes/ctakes-smoking-status/3.2.3-SNAPSHOT/ctakes-smoking-status-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-smoking-status/target/ctakes-smoking-status-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-smoking-status/3.2.3-SNAPSHOT/ctakes-smoking-status-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-clinical-pipeline/pom.xml>
 to 
org.apache.ctakes/ctakes-clinical-pipeline/3.2.3-SNAPSHOT/ctakes-clinical-pipeline-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-clinical-pipeline/target/ctakes-clinical-pipeline-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-clinical-pipeline/3.2.3-SNAPSHOT/ctakes-clinical-pipeline-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-chunker/pom.xml> 
to 
org.apache.ctakes/ctakes-chunker/3.2.3-SNAPSHOT/ctakes-chunker-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-chunker/target/ctakes-chunker-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-chunker/3.2.3-SNAPSHOT/ctakes-chunker-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal/pom.xml> 
to 
org.apache.ctakes/ctakes-temporal/3.2.3-SNAPSHOT/ctakes-temporal-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-smoking-status-res/pom.xml>
 to 
org.apache.ctakes/ctakes-smoking-status-res/3.2.3-SNAPSHOT/ctakes-smoking-status-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-smoking-status-res/target/ctakes-smoking-status-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-smoking-status-res/3.2.3-SNAPSHOT/ctakes-smoking-status-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-coreference-res/pom.xml>
 to 
org.apache.ctakes/ctakes-coreference-res/3.2.3-SNAPSHOT/ctakes-coreference-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-coreference-res/target/ctakes-coreference-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-coreference-res/3.2.3-SNAPSHOT/ctakes-coreference-res-3.2.3-SNAPSHOT.jar
Compressed 22.71 MB of artifacts by 98.4% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-core-res/pom.xml> 
to 
org.apache.ctakes/ctakes-core-res/3.2.3-SNAPSHOT/ctakes-core-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-core-res/target/ctakes-core-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-core-res/3.2.3-SNAPSHOT/ctakes-core-res-3.2.3-SNAPSHOT.jar
Compressed 644.62 KB of artifacts by 79.4% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/pom.xml> to 
org.apache.ctakes/ctakes/3.2.3-SNAPSHOT/ctakes-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup/pom.xml>
 to 
org.apache.ctakes/ctakes-dictionary-lookup/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup/target/ctakes-dictionary-lookup-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-dictionary-lookup/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup-fast/pom.xml>
 to 
org.apache.ctakes/ctakes-dictionary-lookup-fast/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-fast-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup-fast/target/ctakes-dictionary-lookup-fast-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-dictionary-lookup-fast/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-fast-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion-zoner-res/pom.xml>
 to 
org.apache.ctakes/ctakes-assertion-zoner-res/3.2.3-SNAPSHOT/ctakes-assertion-zoner-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion-zoner-res/target/ctakes-assertion-zoner-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-assertion-zoner-res/3.2.3-SNAPSHOT/ctakes-assertion-zoner-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-examples/pom.xml> 
to 
org.apache.ctakes/ctakes-examples/3.2.3-SNAPSHOT/ctakes-examples-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-utils/pom.xml> to 
org.apache.ctakes/ctakes-utils/3.2.3-SNAPSHOT/ctakes-utils-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-utils/target/ctakes-utils-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-utils/3.2.3-SNAPSHOT/ctakes-utils-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-side-effect-res/pom.xml>
 to 
org.apache.ctakes/ctakes-side-effect-res/3.2.3-SNAPSHOT/ctakes-side-effect-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-side-effect-res/target/ctakes-side-effect-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-side-effect-res/3.2.3-SNAPSHOT/ctakes-side-effect-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-constituency-parser-res/pom.xml>
 to 
org.apache.ctakes/ctakes-constituency-parser-res/3.2.3-SNAPSHOT/ctakes-constituency-parser-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-constituency-parser-res/target/ctakes-constituency-parser-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-constituency-parser-res/3.2.3-SNAPSHOT/ctakes-constituency-parser-res-3.2.3-SNAPSHOT.jar
Compressed 32.15 MB of artifacts by 99.6% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-lvg/pom.xml> to 
org.apache.ctakes/ctakes-lvg/3.2.3-SNAPSHOT/ctakes-lvg-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-lvg/target/ctakes-lvg-3.2.3-SNAPSHOT.jar>
 to org.apache.ctakes/ctakes-lvg/3.2.3-SNAPSHOT/ctakes-lvg-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex-web/pom.xml> 
to 
org.apache.ctakes/ctakes-ytex-web/3.2.3-SNAPSHOT/ctakes-ytex-web-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-lvg-res/pom.xml> 
to 
org.apache.ctakes/ctakes-lvg-res/3.2.3-SNAPSHOT/ctakes-lvg-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-lvg-res/target/ctakes-lvg-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-lvg-res/3.2.3-SNAPSHOT/ctakes-lvg-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion-res/pom.xml>
 to 
org.apache.ctakes/ctakes-assertion-res/3.2.3-SNAPSHOT/ctakes-assertion-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion-res/target/ctakes-assertion-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-assertion-res/3.2.3-SNAPSHOT/ctakes-assertion-res-3.2.3-SNAPSHOT.jar
Compressed 11.18 MB of artifacts by 95.6% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup-fast-res/pom.xml>
 to 
org.apache.ctakes/ctakes-dictionary-lookup-fast-res/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-fast-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dictionary-lookup-fast-res/target/ctakes-dictionary-lookup-fast-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-dictionary-lookup-fast-res/3.2.3-SNAPSHOT/ctakes-dictionary-lookup-fast-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dependency-parser-res/pom.xml>
 to 
org.apache.ctakes/ctakes-dependency-parser-res/3.2.3-SNAPSHOT/ctakes-dependency-parser-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-dependency-parser-res/target/ctakes-dependency-parser-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-dependency-parser-res/3.2.3-SNAPSHOT/ctakes-dependency-parser-res-3.2.3-SNAPSHOT.jar
Compressed 259.20 MB of artifacts by 99.9% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion/pom.xml>
 to 
org.apache.ctakes/ctakes-assertion/3.2.3-SNAPSHOT/ctakes-assertion-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion/target/ctakes-assertion-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-assertion/3.2.3-SNAPSHOT/ctakes-assertion-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal-res/pom.xml>
 to 
org.apache.ctakes/ctakes-temporal-res/3.2.3-SNAPSHOT/ctakes-temporal-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-temporal-res/target/ctakes-temporal-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-temporal-res/3.2.3-SNAPSHOT/ctakes-temporal-res-3.2.3-SNAPSHOT.jar
Compressed 6.86 MB of artifacts by 97.1% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-relation-extractor-res/pom.xml>
 to 
org.apache.ctakes/ctakes-relation-extractor-res/3.2.3-SNAPSHOT/ctakes-relation-extractor-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-relation-extractor-res/target/ctakes-relation-extractor-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-relation-extractor-res/3.2.3-SNAPSHOT/ctakes-relation-extractor-res-3.2.3-SNAPSHOT.jar
Compressed 1.45 MB of artifacts by 92.7% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-pos-tagger/pom.xml>
 to 
org.apache.ctakes/ctakes-pos-tagger/3.2.3-SNAPSHOT/ctakes-pos-tagger-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-pos-tagger/target/ctakes-pos-tagger-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-pos-tagger/3.2.3-SNAPSHOT/ctakes-pos-tagger-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-relation-extractor/pom.xml>
 to 
org.apache.ctakes/ctakes-relation-extractor/3.2.3-SNAPSHOT/ctakes-relation-extractor-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-relation-extractor/target/ctakes-relation-extractor-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-relation-extractor/3.2.3-SNAPSHOT/ctakes-relation-extractor-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ne-contexts-res/pom.xml>
 to 
org.apache.ctakes/ctakes-ne-contexts-res/3.2.3-SNAPSHOT/ctakes-ne-contexts-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ne-contexts-res/target/ctakes-ne-contexts-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-ne-contexts-res/3.2.3-SNAPSHOT/ctakes-ne-contexts-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-constituency-parser/pom.xml>
 to 
org.apache.ctakes/ctakes-constituency-parser/3.2.3-SNAPSHOT/ctakes-constituency-parser-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-constituency-parser/target/ctakes-constituency-parser-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-constituency-parser/3.2.3-SNAPSHOT/ctakes-constituency-parser-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion-zoner/pom.xml>
 to 
org.apache.ctakes/ctakes-assertion-zoner/3.2.3-SNAPSHOT/ctakes-assertion-zoner-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-assertion-zoner/target/ctakes-assertion-zoner-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-assertion-zoner/3.2.3-SNAPSHOT/ctakes-assertion-zoner-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-drug-ner-res/pom.xml>
 to 
org.apache.ctakes/ctakes-drug-ner-res/3.2.3-SNAPSHOT/ctakes-drug-ner-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-drug-ner-res/target/ctakes-drug-ner-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-drug-ner-res/3.2.3-SNAPSHOT/ctakes-drug-ner-res-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-pos-tagger-res/pom.xml>
 to 
org.apache.ctakes/ctakes-pos-tagger-res/3.2.3-SNAPSHOT/ctakes-pos-tagger-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-pos-tagger-res/target/ctakes-pos-tagger-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-pos-tagger-res/3.2.3-SNAPSHOT/ctakes-pos-tagger-res-3.2.3-SNAPSHOT.jar
Compressed 11.26 MB of artifacts by 99.4% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-chunker-res/pom.xml>
 to 
org.apache.ctakes/ctakes-chunker-res/3.2.3-SNAPSHOT/ctakes-chunker-res-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-chunker-res/target/ctakes-chunker-res-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-chunker-res/3.2.3-SNAPSHOT/ctakes-chunker-res-3.2.3-SNAPSHOT.jar
Compressed 12.16 MB of artifacts by 99.7% relative to #411
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex/pom.xml> to 
org.apache.ctakes/ctakes-ytex/3.2.3-SNAPSHOT/ctakes-ytex-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-ytex/target/ctakes-ytex-3.2.3-SNAPSHOT.jar>
 to org.apache.ctakes/ctakes-ytex/3.2.3-SNAPSHOT/ctakes-ytex-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-template-filler/pom.xml>
 to 
org.apache.ctakes/ctakes-template-filler/3.2.3-SNAPSHOT/ctakes-template-filler-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-distribution/pom.xml>
 to 
org.apache.ctakes/ctakes-distribution/3.2.3-SNAPSHOT/ctakes-distribution-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-type-system/pom.xml>
 to 
org.apache.ctakes/ctakes-type-system/3.2.3-SNAPSHOT/ctakes-type-system-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-type-system/target/ctakes-type-system-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-type-system/3.2.3-SNAPSHOT/ctakes-type-system-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-side-effect/pom.xml>
 to 
org.apache.ctakes/ctakes-side-effect/3.2.3-SNAPSHOT/ctakes-side-effect-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-side-effect/target/ctakes-side-effect-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-side-effect/3.2.3-SNAPSHOT/ctakes-side-effect-3.2.3-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-context-tokenizer/pom.xml>
 to 
org.apache.ctakes/ctakes-context-tokenizer/3.2.3-SNAPSHOT/ctakes-context-tokenizer-3.2.3-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/ctakes-trunk-package/ws/ctakes-context-tokenizer/target/ctakes-context-tokenizer-3.2.3-SNAPSHOT.jar>
 to 
org.apache.ctakes/ctakes-context-tokenizer/3.2.3-SNAPSHOT/ctakes-context-tokenizer-3.2.3-SNAPSHOT.jar
Sending e-mails to: notifications@ctakes.apache.org c...@apache.org
channel stopped

Reply via email to