diff --git a/basics/tests/po/pom.xml b/basics/tests/po/pom.xml index a7b7aeecb..1f2a93039 100644 --- a/basics/tests/po/pom.xml +++ b/basics/tests/po/pom.xml @@ -1,46 +1,47 @@ - - 4.0.0 - - org.jvnet.jaxb - jaxb2-basics-tests - 0.11.2-SNAPSHOT - - jaxb2-basics-test-po - jar - JAXB Tools :: JAXB Basics :: Test [po] - - - org.jvnet.jaxb - jaxb-maven-plugin-testing - test - - - org.jvnet.jaxb - jaxb2-basics - - - - test - - - org.jvnet.jaxb - jaxb-maven-plugin - - true - - -Xequals - -XhashCode - - - - org.jvnet.jaxb - jaxb2-basics - - - - - - + + 4.0.0 + + org.jvnet.jaxb + jaxb2-basics-tests + 2.0.5-SNAPSHOT + ../pom.xml + + jaxb2-basics-test-po + jar + JAXB Tools :: JAXB Basics :: Test [po] + + + org.jvnet.jaxb + jaxb-maven-plugin-testing + test + + + org.jvnet.jaxb + jaxb2-basics-runtime + + + + test + + + org.jvnet.jaxb + jaxb-maven-plugin + + true + + -Xequals + -XhashCode + + + + org.jvnet.jaxb + jaxb2-basics + + + + + + diff --git a/basics/tests/pom.xml b/basics/tests/pom.xml index 219928266..1a56d2f23 100644 --- a/basics/tests/pom.xml +++ b/basics/tests/pom.xml @@ -22,6 +22,9 @@ JAXB-1058 namespace one + po + qa-simple + qa-strategic simple-hashCode-equals-01 simplify-01 simplify-02 diff --git a/basics/tests/qa-simple/pom.xml b/basics/tests/qa-simple/pom.xml new file mode 100644 index 000000000..a96579902 --- /dev/null +++ b/basics/tests/qa-simple/pom.xml @@ -0,0 +1,49 @@ + + 4.0.0 + + org.jvnet.jaxb + jaxb2-basics-tests + 2.0.5-SNAPSHOT + + jaxb2-basics-tests-qa-simple + jar + JAXB Tools :: JAXB Basics :: Test [qa-simple] + + + + org.jvnet.jaxb + jaxb-maven-plugin-testing + test + + + org.jvnet.jaxb + jaxb2-basics-runtime + + + + test + + + org.jvnet.jaxb + jaxb-maven-plugin + + true + + + + -XsimpleEquals + -XsimpleHashCode + + + + org.jvnet.jaxb + jaxb2-basics + + + + + + + diff --git a/basics/tests/qa-simple/src/main/resources/binding.xjb b/basics/tests/qa-simple/src/main/resources/binding.xjb new file mode 100644 index 000000000..1bf3e1ec9 --- /dev/null +++ b/basics/tests/qa-simple/src/main/resources/binding.xjb @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/basics/tests/qa-simple/src/main/resources/schema.xsd b/basics/tests/qa-simple/src/main/resources/schema.xsd new file mode 100644 index 000000000..8f8bd96b4 --- /dev/null +++ b/basics/tests/qa-simple/src/main/resources/schema.xsd @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/basics/tests/qa-simple/src/test/resources/log4j.properties b/basics/tests/qa-simple/src/test/resources/log4j.properties new file mode 100644 index 000000000..9c985635e --- /dev/null +++ b/basics/tests/qa-simple/src/test/resources/log4j.properties @@ -0,0 +1,5 @@ +log4j.rootCategory=DEBUG, stdout +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.target=system.out +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n \ No newline at end of file diff --git a/basics/tests/qa-strategic/pom.xml b/basics/tests/qa-strategic/pom.xml new file mode 100644 index 000000000..d55787959 --- /dev/null +++ b/basics/tests/qa-strategic/pom.xml @@ -0,0 +1,50 @@ + + 4.0.0 + + org.jvnet.jaxb + jaxb2-basics-tests + 2.0.5-SNAPSHOT + + jaxb2-basics-tests-qa-strategic + jar + JAXB Tools :: JAXB Basics :: Test [qa-strategic] + + + + org.jvnet.jaxb + jaxb-maven-plugin-testing + test + + + org.jvnet.jaxb + jaxb2-basics-runtime + + + + test + + + org.jvnet.jaxb + jaxb-maven-plugin + + true + + -XtoString + -Xequals + -XhashCode + -Xcopyable + -Xmergeable + + + + org.jvnet.jaxb + jaxb2-basics + + + + + + + diff --git a/basics/tests/qa-strategic/src/main/resources/binding.xjb b/basics/tests/qa-strategic/src/main/resources/binding.xjb new file mode 100644 index 000000000..511f75fb2 --- /dev/null +++ b/basics/tests/qa-strategic/src/main/resources/binding.xjb @@ -0,0 +1,21 @@ + + + + + + + + + + + + + diff --git a/basics/tests/qa-strategic/src/main/resources/schema.xsd b/basics/tests/qa-strategic/src/main/resources/schema.xsd new file mode 100644 index 000000000..8f8bd96b4 --- /dev/null +++ b/basics/tests/qa-strategic/src/main/resources/schema.xsd @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/basics/tests/qa-strategic/src/test/resources/log4j.properties b/basics/tests/qa-strategic/src/test/resources/log4j.properties new file mode 100644 index 000000000..9c985635e --- /dev/null +++ b/basics/tests/qa-strategic/src/test/resources/log4j.properties @@ -0,0 +1,5 @@ +log4j.rootCategory=DEBUG, stdout +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.target=system.out +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n \ No newline at end of file