Hardy Ferentschik edited a comment on Bug HV-794

added some "sed" instructions

 sed -i "s|getIgnoreAnnotations()|isIgnoreAnnotations()|" \
  engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java \
  engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedFieldBuilder.java \
  engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java \
  engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedParameterBuilder.java \
  engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java \
  engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java
sed -i "s|getIncludeExistingValidators()|isIncludeExistingValidators()|" \
  engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java
sed -i "s|getEnabled()|isEnabled()|" \
  engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java

with maven-jaxb22-plugin:0.8.1 reported some errors
but work ...

[INFO] Building Hibernate Validator Engine 5.0.1.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ hibernate-validator ---
[INFO] 
[INFO] --- maven-jaxb22-plugin:0.8.1:generate (default) @ hibernate-validator ---
[INFO] 
[INFO] --- maven-processor-plugin:2.1.1:process (process) @ hibernate-validator ---
[INFO] Source directory: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/generated-sources/logging added
[INFO] Adding compiler arg: -AtranslationFilesPath=/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/resources
[INFO] Adding compiler arg: -source
[INFO] Adding compiler arg: 1.6
[INFO] Adding compiler arg: -target
[INFO] Adding compiler arg: 1.6
[INFO] Adding compiler arg: -sourcepath
[INFO] Adding compiler arg: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/generated-sources/jaxb
[INFO] Adding compiler arg: -encoding
[INFO] Adding compiler arg: UTF-8
[INFO] javac option: -cp
[INFO] javac option: /usr/share/maven/repository/JPP/jboss-logging-processor.jar:/usr/share/maven/repository/JPP/atinject.jar:/usr/share/maven/repository/JPP/sisu/sisu-inject-bean.jar:/usr/share/maven/repository/JPP/guice/google-guice.jar:/usr/share/maven/repository/JPP/guava.jar:/usr/share/maven/repository/JPP/xbean/xbean-reflect.jar:/usr/share/maven/repository/JPP/junit.jar:/usr/share/maven/repository/JPP/hamcrest/core.jar:/usr/share/maven/repository/JPP/aether/util.jar:/usr/share/maven/repository/JPP/plexus/interpolation.jar:/usr/share/maven/repository/JPP/plexus/containers-component-annotations.jar:/usr/share/maven/repository/JPP/plexus/plexus-sec-dispatcher.jar:/usr/share/maven/repository/JPP/plexus/plexus-cipher.jar:/usr/share/maven/repository/JPP/maven-plugin-tools/maven-plugin-annotations.jar:/usr/share/maven/repository/JPP/plexus/utils.jar:/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/resources:/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/xsd:/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/generated-sources:/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/classes:/usr/share/maven/repository/JPP/beanvalidation-api-1.jar:/usr/share/maven/repository/JPP/jboss-logging.jar:/usr/share/maven/repository/JPP/classmate.jar:/usr/share/maven/repository/JPP/glassfish-el-api.jar:/usr/share/maven/repository/JPP/glassfish-el.jar:/usr/share/maven/repository/JPP/hibernate-jpa-2.1-api.jar:/usr/share/maven/repository/JPP/joda-time.jar:/usr/share/maven/repository/JPP/jsoup.jar:
[INFO] javac option: -proc:only
[INFO] javac option: -AtranslationFilesPath=/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/resources
[INFO] javac option: -source
[INFO] javac option: 1.6
[INFO] javac option: -target
[INFO] javac option: 1.6
[INFO] javac option: -sourcepath
[INFO] javac option: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/generated-sources/jaxb
[INFO] javac option: -encoding
[INFO] javac option: UTF-8
[INFO] javac option: -processor
[INFO] javac option: org.jboss.logging.processor.apt.LoggingToolsProcessor
[INFO] javac option: -d
[INFO] javac option: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/classes
[INFO] javac option: -s
[INFO] javac option: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/generated-sources/logging
[INFO] diagnostic warning: [options] bootstrap class path not set in conjunction with -source 1.6
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java:58: error: cannot find symbol
                                                                                                                                     ConstraintType constraint,
                                                                                                                                     ^
  symbol:   class ConstraintType
  location: class org.hibernate.validator.internal.xml.MetaConstraintBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java:102: error: cannot find symbol
        private static <A extends Annotation> Annotation buildAnnotation(AnnotationType annotationType, Class<A> returnType, String defaultPackage) {
                                                                         ^
  symbol:   class AnnotationType
  location: class org.hibernate.validator.internal.xml.MetaConstraintBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java:127: error: cannot find symbol
        private static Object getElementValue(ElementType elementType, Class<?> returnType, String defaultPackage) {
                                              ^
  symbol:   class ElementType
  location: class org.hibernate.validator.internal.xml.MetaConstraintBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java:146: error: cannot find symbol
        private static void removeEmptyContentElements(ElementType elementType) {
                                                       ^
  symbol:   class ElementType
  location: class org.hibernate.validator.internal.xml.MetaConstraintBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java:267: error: cannot find symbol
        private static Class<?>[] getGroups(GroupsType groupsType, String defaultPackage) {
                                            ^
  symbol:   class GroupsType
  location: class org.hibernate.validator.internal.xml.MetaConstraintBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java:280: error: cannot find symbol
        private static Class<? extends Payload>[] getPayload(PayloadType payloadType, String defaultPackage) {
                                                             ^
  symbol:   class PayloadType
  location: class org.hibernate.validator.internal.xml.MetaConstraintBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedParameterBuilder.java:46: error: cannot find symbol
        public static List<ConstrainedParameter> buildConstrainedParameters(List<ParameterType> parameterList,
                                                                                 ^
  symbol:   class ParameterType
  location: class org.hibernate.validator.internal.xml.ConstrainedParameterBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/GroupConversionBuilder.java:36: error: cannot find symbol
        public static Map<Class<?>, Class<?>> buildGroupConversionMap(List<GroupConversionType> groupConversionTypes,
                                                                           ^
  symbol:   class GroupConversionType
  location: class org.hibernate.validator.internal.xml.GroupConversionBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java:110: error: cannot find symbol
        private ValidationConfigType unmarshal(InputStream inputStream, Schema schema) {
                ^
  symbol:   class ValidationConfigType
  location: class org.hibernate.validator.internal.xml.ValidationXmlParser
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java:135: error: cannot find symbol
        private BootstrapConfiguration createBootstrapConfiguration(ValidationConfigType config) {
                                                                    ^
  symbol:   class ValidationConfigType
  location: class org.hibernate.validator.internal.xml.ValidationXmlParser
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java:176: error: cannot find symbol
        private EnumSet<ExecutableType> getValidatedExecutableTypes(DefaultValidatedExecutableTypesType validatedExecutables) {
                                                                    ^
  symbol:   class DefaultValidatedExecutableTypesType
  location: class org.hibernate.validator.internal.xml.ValidationXmlParser
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:55: error: cannot find symbol
        public static Set<ConstrainedExecutable> buildMethodConstrainedExecutable(List<MethodType> methods,
                                                                                       ^
  symbol:   class MethodType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:120: error: cannot find symbol
        public static Set<ConstrainedExecutable> buildConstructorConstrainedExecutable(List<ConstructorType> constructors,
                                                                                            ^
  symbol:   class ConstructorType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:180: error: cannot find symbol
                                                                                                                         List<ParameterType> parameterTypeList,
                                                                                                                              ^
  symbol:   class ParameterType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:181: error: cannot find symbol
                                                                                                                         CrossParameterType crossParameterType,
                                                                                                                         ^
  symbol:   class CrossParameterType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:182: error: cannot find symbol
                                                                                                                         ReturnValueType returnValueType,
                                                                                                                         ^
  symbol:   class ReturnValueType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:229: error: cannot find symbol
                                                                                                                                   CrossParameterType crossParameterType,
                                                                                                                                   ^
  symbol:   class CrossParameterType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:266: error: cannot find symbol
        private static boolean parseReturnValueType(ReturnValueType returnValueType,
                                                    ^
  symbol:   class ReturnValueType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java:306: error: cannot find symbol
        private static List<Class<?>> createParameterTypes(List<ParameterType> parameterList,
                                                                ^
  symbol:   class ParameterType
  location: class org.hibernate.validator.internal.xml.ConstrainedExecutableBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java:50: error: cannot find symbol
        public static Set<ConstrainedExecutable> buildConstrainedGetters(List<GetterType> getterList,
                                                                              ^
  symbol:   class GetterType
  location: class org.hibernate.validator.internal.xml.ConstrainedGetterBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java:211: error: cannot find symbol
        private void parseConstraintDefinitions(List<ConstraintDefinitionType> constraintDefinitionList,
                                                     ^
  symbol:   class ConstraintDefinitionType
  location: class org.hibernate.validator.internal.xml.XmlMappingParser
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java:233: error: cannot find symbol
        private <A extends Annotation> void addValidatorDefinitions(Class<A> annotationClass, ValidatedByType validatedByType) {
                                                                                              ^
  symbol:   class ValidatedByType
  location: class org.hibernate.validator.internal.xml.XmlMappingParser
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java:295: error: cannot find symbol
        private ConstraintMappingsType getValidationConfig(InputStream in, Unmarshaller unmarshaller) {
                ^
  symbol:   class ConstraintMappingsType
  location: class org.hibernate.validator.internal.xml.XmlMappingParser
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java:44: error: cannot find symbol
        public static ConstrainedType buildConstrainedType(ClassType classType,
                                                           ^
  symbol:   class ClassType
  location: class org.hibernate.validator.internal.xml.ConstrainedTypeBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java:89: error: cannot find symbol
        private static List<Class<?>> createGroupSequence(GroupSequenceType groupSequenceType, String defaultPackage) {
                                                          ^
  symbol:   class GroupSequenceType
  location: class org.hibernate.validator.internal.xml.ConstrainedTypeBuilder
[INFO] diagnostic /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedFieldBuilder.java:48: error: cannot find symbol
        public static Set<ConstrainedField> buildConstrainedFields(List<FieldType> fields,
                                                                        ^
  symbol:   class FieldType
  location: class org.hibernate.validator.internal.xml.ConstrainedFieldBuilder
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hibernate-validator ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 4 resources to META-INF
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hibernate-validator ---
[INFO] Compiling 276 source files to /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/classes
[INFO] 
[INFO] --- maven-injection-plugin:1.0.2:bytecode (default) @ hibernate-validator ---
[INFO] writing injection changes back [/home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/classes/org/hibernate/validator/internal/util/Version.class]
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ hibernate-validator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hibernate-validator ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 34 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hibernate-validator ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hibernate-validator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hibernate-validator ---
[INFO] Building jar: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/hibernate-validator-5.0.1.Final.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (test-jar) @ hibernate-validator ---
[INFO] Building jar: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/engine/target/hibernate-validator-5.0.1.Final-testing.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Hibernate Validator Portable Extension 5.0.1.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ hibernate-validator-cdi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hibernate-validator-cdi ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hibernate-validator-cdi ---
[INFO] Compiling 12 source files to /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/cdi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hibernate-validator-cdi ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hibernate-validator-cdi ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hibernate-validator-cdi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hibernate-validator-cdi ---
[INFO] Building jar: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/cdi/target/hibernate-validator-cdi-5.0.1.Final.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Hibernate Validator AS Integration Tests 5.0.1.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ hibernate-validator-integrationtest-as ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hibernate-validator-integrationtest-as ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/integration/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hibernate-validator-integrationtest-as ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hibernate-validator-integrationtest-as ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hibernate-validator-integrationtest-as ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hibernate-validator-integrationtest-as ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hibernate-validator-integrationtest-as ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/integration/target/hibernate-validator-integrationtest-as-5.0.1.Final.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Hibernate Validator Annotation Processor 5.0.1.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ hibernate-validator-annotation-processor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hibernate-validator-annotation-processor ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hibernate-validator-annotation-processor ---
[INFO] Compiling 25 source files to /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/annotation-processor/target/classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy) @ hibernate-validator-annotation-processor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hibernate-validator-annotation-processor ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/annotation-processor/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hibernate-validator-annotation-processor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hibernate-validator-annotation-processor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hibernate-validator-annotation-processor ---
[INFO] Building jar: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/annotation-processor/target/hibernate-validator-annotation-processor-5.0.1.Final.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Hibernate Validator Performance Tests 5.0.1.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ hibernate-validator-performance ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hibernate-validator-performance ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hibernate-validator-performance ---
[INFO] Compiling 5 source files to /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/performance/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hibernate-validator-performance ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/performance/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hibernate-validator-performance ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hibernate-validator-performance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hibernate-validator-performance ---
[INFO] Building jar: /home/gil/rpmbuild/BUILD/hibernate-validator-5.0.1.Final/performance/target/hibernate-validator-performance-5.0.1.Final.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Hibernate Validator Aggregator .................... SUCCESS [0.615s]
[INFO] Hibernate Validator Engine ........................ SUCCESS [10.768s]
[INFO] Hibernate Validator Portable Extension ............ SUCCESS [0.242s]
[INFO] Hibernate Validator AS Integration Tests .......... SUCCESS [0.044s]
[INFO] Hibernate Validator Annotation Processor .......... SUCCESS [0.599s]
[INFO] Hibernate Validator Performance Tests ............. SUCCESS [0.096s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.728s
[INFO] Finished at: Mon May 13 05:14:59 CEST 2013
[INFO] Final Memory: 29M/292M
[INFO] ------------------------------------------------------------------------
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira