Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5 missing from mvn-repo #52

Closed
mksplg opened this issue Jan 5, 2018 · 7 comments
Closed

Release 1.5 missing from mvn-repo #52

mksplg opened this issue Jan 5, 2018 · 7 comments

Comments

@mksplg
Copy link

mksplg commented Jan 5, 2018

The latest release 1.5 is missing from the maven repository mvn-repo.

Is the answer in #1 still current regarding a merge with konik.io? Are there any plans otherwise to publish the packages maven central or jcenter?

@jstaerk
Copy link
Collaborator

jstaerk commented Jan 5, 2018

The latest release 1.5 is missing from the maven repository mvn-repo.

Last time I tried it still worked for me, can you please elaborate on the steps to reproduce?

Is the answer in #1 still current regarding a merge with konik.io? Are there any plans otherwise to
publish the packages maven central or jcenter?

We considered that merge but decided otherwise.

kind regards
Jochen

@mksplg
Copy link
Author

mksplg commented Jan 5, 2018

Last time I tried it still worked for me, can you please elaborate on the steps to reproduce?

The latest release 1.5 is not available in the branch mvn-repo. I.e. no artefacts of the release are in the direcectory and the latest release in the metadata file is 1.4.3-SNAPSHOT.

We considered that merge but decided otherwise.

Good to hear, any plans to publish the package in an official repo?

@jstaerk
Copy link
Collaborator

jstaerk commented Jan 6, 2018

The latest release 1.5 is not available in the branch mvn-repo. I.e. no artefacts of the release are in the
direcectory and the latest release in the metadata file is 1.4.3-SNAPSHOT.

My greatest problem with the maven release process is that I know no way how to find out which files have been released where. + I also don't know any developer tools, URLs or protocol descriptions to check that and I unsuccessfully tried a bit of sniffing to reverse engineer the protocol. + I frequently got mixed up in apparently errorneous directory listings. The reason why I asked for steps to reproduce is that the only way I know is actually using them in a pom file and invoke try running something like mvn install.

1.5.0 is apparently not a branch but a tag. And I had hoped release:prepare/release perform would update the mvn repo. So I deleted the mustang-1.5.0 tag because otherwise the release would complain and did the following again, with the following output:

/opt/local/bin/mvn release:prepare -DignoreSnapshots=true

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mustang 1.5.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.3.2:prepare (default-cli) @ mustang ---
[INFO] Resuming release from phase 'scm-tag'
[INFO] Tagging release with the label mustang-1.5.0...
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject && git tag -F /var/folders/y0/27t19zgj0j58_7y7jw3fb2vr0000gn/T/maven-scm-653595832.commit mustang-1.5.0
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject && git push https://github.com/ZUGFeRD/mustangproject.git mustang-1.5.0
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject
Username for 'https://github.com': jstaerk
Password for 'https://jstaerk@github.com': 
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject && git ls-files
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject
[INFO] Transforming 'Mustang'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject && git add -- pom.xml
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject && git status
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject
[INFO] Release preparation complete.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.289 s
[INFO] Finished at: 2018-01-06T17:39:36+01:00
[INFO] Final Memory: 13M/155M
[INFO] ------------------------------------------------------------------------
➜  mustangproject git:(master) ✗ 

➜  mustangproject git:(master) ✗ /opt/local/bin/mvn release:perform -DignoreSnapshots=true

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mustang 1.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.3.2:perform (default-cli) @ mustang ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject/target && git clone --branch mustang-1.5.0 https://github.com/ZUGFeRD/mustangproject.git /Users/jstaerk/workspace/mustangproject/target/checkout
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject/target
[INFO] Executing: /bin/sh -c cd /var/folders/y0/27t19zgj0j58_7y7jw3fb2vr0000gn/T/ && git ls-remote https://github.com/ZUGFeRD/mustangproject.git
[INFO] Working directory: /var/folders/y0/27t19zgj0j58_7y7jw3fb2vr0000gn/T
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject/target/checkout && git fetch https://github.com/ZUGFeRD/mustangproject.git
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject/target/checkout
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject/target/checkout && git checkout mustang-1.5.0
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject/target/checkout
[INFO] Executing: /bin/sh -c cd /Users/jstaerk/workspace/mustangproject/target/checkout && git ls-files
[INFO] Working directory: /Users/jstaerk/workspace/mustangproject/target/checkout
[INFO] Invoking perform goals in directory /Users/jstaerk/workspace/mustangproject/target/checkout
[INFO] Executing goals 'deploy'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.mustangproject.ZUGFeRD:mustang:jar:1.5.1-SNAPSHOT
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing.
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO]                                                                         
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Mustang 1.5.1-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- templating-maven-plugin:1.0.0:filter-sources (filtering-java-templates) @ mustang ---
[INFO] [INFO] Coping files with filtering to temporary directory.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copied 1 files to output directory: /Users/jstaerk/workspace/mustangproject/target/checkout/target/generated-sources/java-templates
[INFO] [INFO] Source directory: /Users/jstaerk/workspace/mustangproject/target/checkout/target/generated-sources/java-templates added.
[INFO] [INFO] 
[INFO] [INFO] --- jaxb2-maven-plugin:2.3.1:xjc (xjc) @ mustang ---
[INFO] [INFO] Adding 'extension' flag to XJC arguments, since the 'generateEpisode' argument is given. (XJCs 'episode' argument requires that the 'extension' argument is provided).
[INFO] [INFO] Ignored given or default xjbSources [/Users/jstaerk/workspace/mustangproject/target/checkout/src/main/xjb], since it is not an existent file or directory.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mustang ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mustang ---
[INFO] [INFO] Compiling 98 source files to /Users/jstaerk/workspace/mustangproject/target/checkout/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mustang ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 6 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ mustang ---
[INFO] [INFO] Compiling 10 source files to /Users/jstaerk/workspace/mustangproject/target/checkout/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mustang ---
[INFO] [INFO] Surefire report directory: /Users/jstaerk/workspace/mustangproject/target/checkout/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.mustangproject.ZUGFeRD.MustangReaderWriterCustomXMLTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
[INFO] Running org.mustangproject.ZUGFeRD.MustangReaderWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
[INFO] Running org.mustangproject.ZUGFeRD.ZUGFeRDTransactionModelConverterTest
[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 sec
[INFO] Running org.mustangproject.ZUGFeRD.MustangReaderWriterEdgeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec
[INFO] 
[INFO] Results :
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mustang ---
[INFO] [INFO] Building jar: /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT.jar
[INFO] [INFO] 
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ mustang >>>
[INFO] [INFO] 
[INFO] [INFO] --- templating-maven-plugin:1.0.0:filter-sources (filtering-java-templates) @ mustang ---
[INFO] [INFO] Coping files with filtering to temporary directory.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] No files needs to be copied to output directory. Up to date: /Users/jstaerk/workspace/mustangproject/target/checkout/target/generated-sources/java-templates
[INFO] [INFO] Source directory: /Users/jstaerk/workspace/mustangproject/target/checkout/target/generated-sources/java-templates added.
[INFO] [INFO] 
[INFO] [INFO] --- jaxb2-maven-plugin:2.3.1:xjc (xjc) @ mustang ---
[INFO] [INFO] Ignored given or default xjbSources [/Users/jstaerk/workspace/mustangproject/target/checkout/src/main/xjb], since it is not an existent file or directory.
[INFO] [INFO] No changes detected in schema or binding files - skipping JAXB generation.
[INFO] [INFO] 
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ mustang <<<
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ mustang ---
[INFO] [INFO] Building jar: /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT-sources.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.0.0-M1:jar (attach-javadocs) @ mustang ---
[INFO] [INFO] 
[INFO] Loading source files for package org.mustangproject.toecount...
[INFO] Loading source files for package org.mustangproject.ZUGFeRD...
[INFO] Loading source files for package org.mustangproject.ZUGFeRD.model...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_40
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/FileChecker.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/FileTraverser.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/StatRun.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/Toecount.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/CustomXMLProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IExporterFactory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IXMLProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IZUGFeRDAllowanceCharge.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IZUGFeRDExportableItem.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IZUGFeRDExportableProduct.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/PDFAConformanceLevel.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/VATAmount.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/Version.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/XMPSchemaPDFAExtensions.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/XMPSchemaZugferd.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRD1PullProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRD2PullProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDConformanceLevel.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDExporter.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDExporterFromA1Factory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDExporterFromA3Factory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDExportException.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDImporter.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/ZUGFeRDMigrator.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/AllowanceChargeReasonCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/AmountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/CodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/CountryIDType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/CreditorFinancialAccountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/CreditorFinancialInstitutionType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/CrossIndustryDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DateTimeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DateTimeType.DateTimeString.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DateTimeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DebtorFinancialAccountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DebtorFinancialInstitutionType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DeliveryTermsCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DocumentCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DocumentCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DocumentContextParameterType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DocumentContextParameterTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/DocumentLineDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ExchangedDocumentContextType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ExchangedDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/IDType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/IndicatorType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/LogisticsServiceChargeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/LogisticsTransportMovementType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/MeasureType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/NoteType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/NoteTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/NumericType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ObjectFactory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/PaymentMeansCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/PaymentMeansCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/PercentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ProductCharacteristicType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ProductClassificationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/QuantityType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/QuantityTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ReferenceCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ReferencedDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ReferencedProductType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SpecifiedPeriodType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainConsignmentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainEventType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainTradeAgreementType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainTradeDeliveryType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainTradeLineItemType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainTradeSettlementType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/SupplyChainTradeTransactionType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TaxCategoryCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TaxCategoryCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TaxRegistrationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TaxRegistrationTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TaxTypeCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TaxTypeCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TextType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeAccountingAccountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeAddressType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeAllowanceChargeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeContactType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeCountryType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeDeliveryTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradePartyType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradePaymentDiscountTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradePaymentPenaltyTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradePaymentTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradePriceType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeProductType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeSettlementMonetarySummationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeSettlementPaymentMeansType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/TradeTaxType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/UniversalCommunicationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/ZFNamespacePrefixMapper.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/overview-frame.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/package-frame.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/package-summary.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/package-tree.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/package-frame.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/package-summary.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/package-tree.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/package-frame.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/package-summary.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/package-tree.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/constant-values.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/serialized-form.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/class-use/FileChecker.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/class-use/Toecount.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/class-use/StatRun.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/class-use/FileTraverser.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/Version.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IZUGFeRDAllowanceCharge.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRD1PullProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDExporterFromA3Factory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/XMPSchemaPDFAExtensions.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/CustomXMLProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/VATAmount.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IExporterFactory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDExporter.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IZUGFeRDExportableTransaction.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IXMLProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/XMPSchemaZugferd.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IZUGFeRDExportableItem.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDImporter.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRD2PullProvider.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDMigrator.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDConformanceLevel.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IZUGFeRDExportableProduct.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDExporterFromA1Factory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/PDFAConformanceLevel.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/ZUGFeRDExportException.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/class-use/IZUGFeRDExportableContact.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/LogisticsTransportMovementType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TextType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeSettlementMonetarySummationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DebtorFinancialInstitutionType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeSettlementPaymentMeansType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/NumericType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/MeasureType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DocumentContextParameterType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ProductCharacteristicType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeAccountingAccountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/CrossIndustryDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DebtorFinancialAccountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TaxTypeCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/PercentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradePaymentPenaltyTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeAddressType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/CreditorFinancialAccountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ReferencedProductType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ExchangedDocumentContextType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeCountryType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeTaxType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/AmountType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/PaymentMeansCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/IndicatorType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TaxRegistrationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ObjectFactory.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/CodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/IDType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ProductClassificationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DateTimeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DateTimeType.DateTimeString.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/LogisticsServiceChargeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeContactType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainEventType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/UniversalCommunicationType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/CreditorFinancialInstitutionType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DocumentLineDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/AllowanceChargeReasonCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradePaymentTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeAllowanceChargeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainConsignmentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainTradeTransactionType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ExchangedDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ReferencedDocumentType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainTradeSettlementType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeDeliveryTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TaxCategoryCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradeProductType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SpecifiedPeriodType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DeliveryTermsCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainTradeAgreementType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ReferenceCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/CountryIDType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DocumentCodeType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradePartyType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradePaymentDiscountTermsType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/QuantityType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/NoteType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainTradeDeliveryType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TradePriceType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/SupplyChainTradeLineItemType.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TaxCategoryCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DocumentContextParameterTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/ZFNamespacePrefixMapper.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DocumentCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TaxTypeCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/DateTimeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/NoteTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/TaxRegistrationTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/PaymentMeansCodeTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/class-use/QuantityTypeConstants.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/toecount/package-use.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/package-use.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/org/mustangproject/ZUGFeRD/model/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/overview-tree.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/index-all.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/index.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/overview-summary.html...
[INFO] Generating /Users/jstaerk/workspace/mustangproject/target/checkout/target/apidocs/help-doc.html...
[INFO] 35 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/toecount/StatRun.java:53: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/toecount/Toecount.java:63: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.java:18: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.java:24: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.java:30: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.java:36: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.java:42: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableContact.java:12: warning - @date is an unknown tag.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableItem.java:24: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableItem.java:30: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableProduct.java:41: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableProduct.java:47: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableProduct.java:53: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableProduct.java:59: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableProduct.java:12: warning - @date is an unknown tag.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:21: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:27: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:41: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:47: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:59: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:65: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:71: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:77: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:88: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:94: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:100: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:106: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:112: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:118: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:124: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:130: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:136: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:143: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/IZUGFeRDExportableTransaction.java:151: warning - @return tag has no arguments.
[INFO] [WARNING] /Users/jstaerk/workspace/mustangproject/target/checkout/src/main/java/org/mustangproject/ZUGFeRD/VATAmount.java:12: warning - @date is an unknown tag.
[INFO] [INFO] Building jar: /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ mustang ---
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.11 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.2.11 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jaxb:jaxb-core:jar:2.2.11 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.12-b140109.1041 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jaxb:txw2:jar:2.2.11 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.21 in the shaded jar.
[INFO] [INFO] Including org.jvnet.staxex:stax-ex:jar:1.7.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.13 in the shaded jar.
[INFO] [INFO] Including org.apache.pdfbox:preflight:jar:2.0.5 in the shaded jar.
[INFO] [INFO] Including org.apache.pdfbox:xmpbox:jar:2.0.5 in the shaded jar.
[INFO] [INFO] Including org.apache.pdfbox:pdfbox:jar:2.0.5 in the shaded jar.
[INFO] [INFO] Including org.apache.pdfbox:fontbox:jar:2.0.5 in the shaded jar.
[INFO] [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.sanityinc:jargs:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] [INFO] No artifact matching filter log4j:log4j
[INFO] [INFO] Minimizing jar org.mustangproject.ZUGFeRD:mustang:jar:1.5.1-SNAPSHOT
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ValueProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.ClassLocatable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.bytecode.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Tree$Optional not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$CompositeContextDependentTransducedAccessorImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl$IntercepterLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Double not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.Utils not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.unmarshaller.Patcher not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlValueQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$ArrayLister$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFS not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeTypeRefImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.SAXOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Element not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$9$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.C14nXmlOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.PropertyImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$4 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$6 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$7 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$8 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$9 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ComplexContent not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.NameBuilder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.XmlOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.ValidationEventLocatorExImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.IntData not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.LifecycleMethods not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Loader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.LocatableAnnotation not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlTransientQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.DomPostInitAction not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlSchemaQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayERProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Double not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleContent not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.CollisionCheckStack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleRestriction not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector$TagNameImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.LocalElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlElementRefQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong$LongArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Tree$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.MimeTypedTransducer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.AccessorException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.List not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Form$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeAnyTypeImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Form$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Form$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$4 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$5 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl$6 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.DummyPropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.IllegalAnnotationsException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$State not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Tree not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelAttribute not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.Util not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.Utils not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.BridgeAdapter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.QNameMap$EntryIterator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor$TextPredictor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble$DoubleArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.StAXExStreamWriterOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeBuiltinLeafInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Discarder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$ElementWithType not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.TypeCast not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort$ShortArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.ClassResolver not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayERProperty$ReceiverImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeArrayInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.PropertySeed not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeHost not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.AssociationMap$Entry not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeMapPropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger$IntegerArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl$Element not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.ForkXmlOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFS$Pack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder$IDTransducerImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.PropertyFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$Stack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ArrayInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.C14nXmlOutput$StaticAttribute not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.NoFixedFacet not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.FieldPropertySeed not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$CollectionLister$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.package-info not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Byte not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlElementQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.LocalAttribute not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.Const not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$15 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$14 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$10 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.TypeReference not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.AttributeType not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$17 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$16 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$19 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$24 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$23 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$26 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$25 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$20 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$22 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$21 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeReferencePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlElementRefsQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$27 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.SwaRefAdapter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.NameList not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SchemaTop not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Any not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.MarshallerImpl$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Occurs not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.MarshallerImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Ref not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$DuplicateException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.TypeInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayElementLeafProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.Pcdata not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.InternalBridge not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean$BooleanArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.NullSafeAccessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.TextLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Integer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.Utils$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Annotated not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Byte not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.FixedOrDefault not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.LeafInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Double not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Utils not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader$Array not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertySorter$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.PropertyFactory$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor$AttributesImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.JAXBRIContext not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayERProperty$ItemsLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeNonElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$ArrayLister not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXExConnector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Patcher not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ExtensionType not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.Init not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Long not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.WildcardLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Byte not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleType not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.QNameMap not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JAXBContextImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.package-info not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$ConflictException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.ValidationEventLocatorEx not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Character not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$UUIDImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.Encoded not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleExtension not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Schema not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.Utils$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Long not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.MarshallerImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl$TransducerImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Name not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Double not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeElementPropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Character not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayElementProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$ReceiverImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Tree$Term not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Tree$Group not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.PropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Utils not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.FoolProofResolver not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeEnumLeafInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte$ByteArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.AttrDecls not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.Utils not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.Bridge not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.MultiMap not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.AttributesImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayElementNodeProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.TypeRefImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.AttributeProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Tree$Repeated not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertyGroup not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.StAXPostInitAction not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Short not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.BridgeContextImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Integer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Utils$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.TagAndType not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Boolean not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ExplicitGroup not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.GroupKind not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Form not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$6 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$7 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$4 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$5 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Import not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Coordinator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$Pack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Receiver not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.FilterTransducer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.XMLSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.BridgeImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeModel not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.Utils$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$SetterOnlyReflection not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$Namespace$ElementDeclaration not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Float not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JaxBeanInfo$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Ref not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlAttributeQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.CycleRecoverable$Context not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.JaxBeanInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleDerivation not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlRootElementQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.MethodLocatable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.DataSourceSource not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.Bean not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlSchemaTypeQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertySorter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.ListIterator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterOnlyReflection not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Boolean not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.XmlAccessorFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Wildcard not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.C14nXmlOutput$DynamicAttribute not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.QNameMap$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleTypeHost not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Short not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.ValuePropertyLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterSetterReflection not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Union not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.AnyTypeAdapter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.FastInfosetConnector$CharSequenceImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Short not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.unmarshaller.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.Property not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.DatatypeConverterImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ComplexExtension not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ElementInfoImpl$PropertyImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.BridgeContext not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.FatalAdapter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Integer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput$AppData not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl$SecondaryAnnotation not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.bytecode.ClassTailor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl$RuntimePropertyImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput$TablesPerJAXBContext not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Long not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Accessor$ReadOnlyFieldReflection not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader$Single not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$Factory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Intercepter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ModelBuilder$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl$RuntimePropertySeed not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeTypeRef not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl$ArrayLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.AdaptedLister not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.InternalAccessorFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Scope not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Integer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat$FloatArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.Injector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlTypeQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ElementInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.PropertyInfoImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ValuePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlEnumQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.DatatypeConverterImpl$CalendarFormatter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Particle not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.FieldLocatable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.AnyTypeImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.NioEscapeHandler not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeAttributePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.IDResolver not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader$State not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.SimpleRestrictionModel not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.InlineBinaryTransducer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Float not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Documentation not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Redefinable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$CollectionLister not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Appinfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.CycleRecoverable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Utils$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.TagName not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Byte not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Float not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.SchemaTypeTransducer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.BinderImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ComplexRestriction not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.RawAccessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ClassInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.DOMOutput not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.output.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter$CharacterArrayPack not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.QNameMap$EntrySet not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.XMLSerializer$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.AttributesEx not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.ContextFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.EnumConstantImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.Util not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeEnumConstantImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.bytecode.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.QNameMap$Entry not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.bytecode.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.bytecode.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.DatatypeConverterImpl$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.NamespaceContext2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RegistryInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.UnmarshallerChain not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.Ref not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$PcdataImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.AdaptedLister$ListIteratorImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFSIterator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeValuePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.FastInfosetConnector not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.AccessorFactoryImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Transducer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.AccessorFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Short not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ModelBuilder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.StackRecorder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Long not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.CompositeStructure not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.AssociationMap not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.ListElementProperty not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.Quick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.property.StructureLoaderBuilder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.QNameMap$HashIterator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.AttributeAccessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.XmlElementDeclQuick not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.Annotation not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$TagNameImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.xmlschema.TypeHost not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.IndentingXMLFilter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.impl.ModelBuilderI not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.EndDocument not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.annotation.XmlValue not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.episode.SchemaBindings not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter not removed because it was specifically included
[INFO] [INFO] com.sun.istack.Nullable not removed because it was specifically included
[INFO] [INFO] com.sun.istack.SAXParseException2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.ContainerElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.annotation.XmlElement not removed because it was specifically included
[INFO] [INFO] com.sun.istack.XMLStreamReaderToContentHandler not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.TXWResult not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.TypeInfoSet not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ValuePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Document not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.XMLWriter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.WhiteSpaceProcessor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.Dom2SaxAdapter not removed because it was specifically included
[INFO] [INFO] com.sun.istack.SAXException2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.episode.Klass not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.BuiltinLeafInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.WildcardMode not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.istack.ByteArrayDataSource not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.AnnotationReader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.TXW not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.XmlFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.impl.NameConverter not removed because it was specifically included
[INFO] [INFO] com.sun.istack.logging.Logger not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.ResultFactory not removed because it was specifically included
[INFO] [INFO] com.sun.istack.localization.LocalizableMessage not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.episode.package-info not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.StartTag not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.LeafInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.StreamSerializer$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.ContentVisitor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.annotation.XmlIsSet not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.annotation.XmlCDATA not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.annotation.XmlAttribute not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.Location not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$4 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$6 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$5 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$8 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$7 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$9 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.DumpSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ElementPropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.DomSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.EnumLeafInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx$Snapshot not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.NamespaceResolver not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.package-info not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx not removed because it was specifically included
[INFO] [INFO] com.sun.istack.localization.Localizer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.FlattenIterator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.DumbEscapeHandler not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.episode.Bindings not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.NonElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.PropertyKind not removed because it was specifically included
[INFO] [INFO] com.sun.istack.XMLStreamReaderToContentHandler$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.MaybeElement not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.NamespaceSupport$Context not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ID not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.XMLWriter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.Util not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter$1$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.impl.NameUtil not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter$1$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter$1$5 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ReferencePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter$1$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.DatatypeWriter$1$4 not removed because it was specifically included
[INFO] [INFO] com.sun.istack.localization.LocalizableMessageFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.IllegalAnnotationException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.WildcardTypeInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.impl.NameConverter$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.impl.NameConverter$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.MinimumEscapeHandler not removed because it was specifically included
[INFO] [INFO] com.sun.istack.localization.NullLocalizable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.DataWriter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.WellKnownNamespace not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ErrorHandler not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.unmarshaller.InfosetScanner not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.CharacterEscapeHandler not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$10 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.XmlSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ReflectionNavigator$BinderArg not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.Messages not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.SwaRefAdapterMarker not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.NamespaceSupport not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.annotation.XmlNamespace not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.TypeInfo not removed because it was specifically included
[INFO] [INFO] com.sun.istack.localization.Localizable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.DumbEscapeHandler not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.impl.NameConverter$Standard not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Comment not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.RuntimeUtil not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.WildcardTypeImpl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.api.ErrorListener not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Document$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.RegistryInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.util.Which not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Attribute not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.marshaller.SAX2DOMEx not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.IllegalSignatureException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.DelegatingXMLStreamWriter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.Navigator not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Pcdata not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.annotation.OverrideAnnotationOf not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.IllegalAnnotationException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.EnumConstant not removed because it was specifically included
[INFO] [INFO] com.sun.istack.Pool not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.AnnotationSource not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.util.EditDistance not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.Ref not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.MapPropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.SaxSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.ClassFactory not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.StreamSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.annotation.XmlLocation not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.TypedXmlWriter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.ClassFactory$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.SecureLoader$3 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.IndentingXMLStreamWriter not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.SecureLoader$2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.SecureLoader$1 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.EndTag not removed because it was specifically included
[INFO] [INFO] com.sun.istack.Builder not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.runtime.RuntimeUtil$ToStringAdapter not removed because it was specifically included
[INFO] [INFO] com.sun.istack.FragmentContentHandler not removed because it was specifically included
[INFO] [INFO] com.sun.istack.Interned not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.Adapter not removed because it was specifically included
[INFO] [INFO] com.sun.istack.Pool$Impl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ElementInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.AttributePropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ArrayInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Text not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.annotation.Locatable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.StartDocument not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.PropertyInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.DataWriter not removed because it was specifically included
[INFO] [INFO] com.sun.istack.FinalArrayList not removed because it was specifically included
[INFO] [INFO] com.sun.istack.NotNull not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.schemagen.episode.Package not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Content not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.Cdata not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.Element not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.ClassInfo not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.TypeRef not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.TypeVisitor not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.TODO not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl not removed because it was specifically included
[INFO] [INFO] com.sun.istack.XMLStreamException2 not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.util.ArrayInfoUtil not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.TxwException not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.NamespaceDecl not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.StaxSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.TXWSerializer not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.Locatable not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.core.NonElementRef not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.v2.model.nav.SecureLoader not removed because it was specifically included
[INFO] [INFO] com.sun.xml.bind.unmarshaller.DOMScanner not removed because it was specifically included
[INFO] [INFO] com.sun.xml.txw2.output.CharacterEscapeHandler not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.AvalonLogger not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.LogSource not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.WeakHashtable$Entry not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.Log4JLogger not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.SimpleLog not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.WeakHashtable$WeakKey not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.LogFactoryImpl$3 not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.LogFactoryImpl$2 not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.LogFactoryImpl$1 not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.LogFactoryImpl not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.Jdk13LumberjackLogger not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.SimpleLog$1 not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.Jdk14Logger not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.WeakHashtable$1 not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.WeakHashtable not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.LogKitLogger not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.WeakHashtable$Referenced not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.NoOpLog not removed because it was specifically included
[INFO] [INFO] org.apache.commons.logging.impl.ServletContextCleaner not removed because it was specifically included
[INFO] [WARNING] jaxb-core-2.2.11.jar, txw2-2.2.11.jar define 53 overlapping classes: 
[INFO] [WARNING]   - com.sun.xml.txw2.output.DataWriter
[INFO] [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
[INFO] [WARNING]   - com.sun.xml.txw2.Document$1
[INFO] [WARNING]   - com.sun.xml.txw2.EndTag
[INFO] [WARNING]   - com.sun.xml.txw2.output.IndentingXMLFilter
[INFO] [WARNING]   - com.sun.xml.txw2.Attribute
[INFO] [WARNING]   - com.sun.xml.txw2.output.XMLWriter
[INFO] [WARNING]   - com.sun.xml.txw2.annotation.XmlAttribute
[INFO] [WARNING]   - com.sun.xml.txw2.IllegalSignatureException
[INFO] [WARNING]   - com.sun.xml.txw2.output.ResultFactory
[INFO] [WARNING]   - 43 more...
[INFO] [WARNING] jaxb-core-2.2.11.jar, jaxb-core-2.2.11.jar define 102 overlapping classes: 
[INFO] [WARNING]   - com.sun.xml.bind.v2.ClassFactory$1
[INFO] [WARNING]   - com.sun.xml.bind.util.SecureLoader$1
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.core.Ref
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.nav.ReflectionNavigator
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.core.package-info
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.core.ElementInfo
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.core.LeafInfo
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.core.ErrorHandler
[INFO] [WARNING]   - com.sun.xml.bind.WhiteSpaceProcessor
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.nav.Navigator
[INFO] [WARNING]   - 92 more...
[INFO] [WARNING] jaxb-runtime-2.2.11.jar, jaxb-impl-2.2.11.jar define 537 overlapping classes: 
[INFO] [WARNING]   - com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader
[INFO] [WARNING]   - com.sun.xml.bind.v2.runtime.unmarshaller.Messages
[INFO] [WARNING]   - com.sun.xml.bind.InternalAccessorFactory
[INFO] [WARNING]   - com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float
[INFO] [WARNING]   - com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader
[INFO] [WARNING]   - com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
[INFO] [WARNING]   - com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
[INFO] [WARNING]   - com.sun.xml.bind.v2.schemagen.xmlschema.Union
[INFO] [WARNING]   - com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
[INFO] [WARNING]   - 527 more...
[INFO] [WARNING] istack-commons-runtime-2.21.jar, jaxb-core-2.2.11.jar define 20 overlapping classes: 
[INFO] [WARNING]   - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING]   - com.sun.istack.localization.Localizable
[INFO] [WARNING]   - com.sun.istack.NotNull
[INFO] [WARNING]   - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING]   - com.sun.istack.Pool$Impl
[INFO] [WARNING]   - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING]   - com.sun.istack.localization.Localizer
[INFO] [WARNING]   - com.sun.istack.Builder
[INFO] [WARNING]   - com.sun.istack.Interned
[INFO] [WARNING]   - com.sun.istack.SAXParseException2
[INFO] [WARNING]   - 10 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO] Minimized 3314 -> 2989 (90%)
[INFO] [INFO] Replacing original artifact with shaded artifact.
[INFO] [INFO] Replacing /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT.jar with /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT-shaded.jar
[INFO] [INFO] Dependency-reduced POM written at: /Users/jstaerk/workspace/mustangproject/target/checkout/dependency-reduced-pom.xml
[INFO] [INFO] Dependency-reduced POM written at: /Users/jstaerk/workspace/mustangproject/target/checkout/dependency-reduced-pom.xml
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ mustang ---
[INFO] [INFO] Installing /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT.jar to /Users/jstaerk/.m2/repository/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-SNAPSHOT.jar
[INFO] [INFO] Installing /Users/jstaerk/workspace/mustangproject/target/checkout/dependency-reduced-pom.xml to /Users/jstaerk/.m2/repository/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-SNAPSHOT.pom
[INFO] [INFO] Installing /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT-sources.jar to /Users/jstaerk/.m2/repository/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-SNAPSHOT-sources.jar
[INFO] [INFO] Installing /Users/jstaerk/workspace/mustangproject/target/checkout/target/mustang-1.5.1-SNAPSHOT-javadoc.jar to /Users/jstaerk/.m2/repository/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-SNAPSHOT-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mustang ---
[INFO] [INFO] Using alternate deployment repository internal.repo::default::file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo
[INFO] Downloading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1.jar
[INFO] 4/5552 KB   
[INFO] 8/5552 KB   
[INFO] 12/5552 KB   
[INFO] 16/5552 KB   
[INFO] 20/5552 KB   
[INFO] 24/5552 KB   
[INFO] 28/5552 KB   
[INFO] 32/5552 KB   
[INFO] 36/5552 KB   
[INFO] 40/5552 KB   
[INFO] 44/5552 KB   
[INFO] 48/5552 KB   
[INFO] 52/5552 KB   
[INFO] 56/5552 KB   
[INFO] 60/5552 KB   
[INFO] 64/5552 KB   
[INFO] 68/5552 KB   
[INFO] 72/5552 KB   
[INFO] 76/5552 KB   
[INFO] 80/5552 KB   
[INFO] 84/5552 KB   
[INFO] 88/5552 KB   
[INFO] 92/5552 KB   
[INFO] 96/5552 KB   
[INFO] 100/5552 KB   
[INFO] 104/5552 KB   
[INFO] 108/5552 KB   
[INFO] 112/5552 KB   
[INFO] 116/5552 KB   
[INFO] 120/5552 KB   
[INFO] 124/5552 KB   
[INFO] 128/5552 KB   
[INFO] 132/5552 KB   
[INFO] 136/5552 KB   
[INFO] 140/5552 KB   
[INFO] 144/5552 KB   
[INFO] 148/5552 KB   
[INFO] 152/5552 KB   
[INFO] 156/5552 KB   
[INFO] 160/5552 KB   
[INFO] 164/5552 KB   
[INFO] 168/5552 KB   
[INFO] 172/5552 KB   
[INFO] 176/5552 KB   
[INFO] 180/5552 KB   
[INFO] 184/5552 KB   
[INFO] 188/5552 KB   
[INFO] 192/5552 KB   
[INFO] 196/5552 KB   
[INFO] 200/5552 KB   
[INFO] 204/5552 KB   
[INFO] 208/5552 KB   
[INFO] 212/5552 KB   
[INFO] 216/5552 KB   
[INFO] 220/5552 KB   
[INFO] 224/5552 KB   
[INFO] 228/5552 KB   
[INFO] 232/5552 KB   
[INFO] 236/5552 KB   
[INFO] 240/5552 KB   
[INFO] 244/5552 KB   
[INFO] 248/5552 KB   
[INFO] 252/5552 KB   
[INFO] 256/5552 KB   
[INFO] 260/5552 KB   
[INFO] 264/5552 KB   
[INFO] 268/5552 KB   
[INFO] 272/5552 KB   
[INFO] 276/5552 KB   
[INFO] 280/5552 KB   
[INFO] 284/5552 KB   
[INFO] 288/5552 KB   
[INFO] 292/5552 KB   
[INFO] 296/5552 KB   
[INFO] 300/5552 KB   
[INFO] 304/5552 KB   
[INFO] 308/5552 KB   
[INFO] 312/5552 KB   
[INFO] 316/5552 KB   
[INFO] 320/5552 KB   
[INFO] 324/5552 KB   
[INFO] 328/5552 KB   
[INFO] 332/5552 KB   
[INFO] 336/5552 KB   
[INFO] 340/5552 KB   
[INFO] 344/5552 KB   
[INFO] 348/5552 KB   
[INFO] 352/5552 KB   
[INFO] 356/5552 KB   
[INFO] 360/5552 KB   
[INFO] 364/5552 KB   
[INFO] 368/5552 KB   
[INFO] 372/5552 KB   
[INFO] 376/5552 KB   
[INFO] 380/5552 KB   
[INFO] 384/5552 KB   
[INFO] 388/5552 KB   
[INFO] 392/5552 KB   
[INFO] 396/5552 KB   
[INFO] 400/5552 KB   
[INFO] 404/5552 KB   
[INFO] 408/5552 KB   
[INFO] 412/5552 KB   
[INFO] 416/5552 KB   
[INFO] 420/5552 KB   
[INFO] 424/5552 KB   
[INFO] 428/5552 KB   
[INFO] 432/5552 KB   
[INFO] 436/5552 KB   
[INFO] 440/5552 KB   
[INFO] 444/5552 KB   
[INFO] 448/5552 KB   
[INFO] 452/5552 KB   
[INFO] 456/5552 KB   
[INFO] 460/5552 KB   
[INFO] 464/5552 KB   
[INFO] 468/5552 KB   
[INFO] 472/5552 KB   
[INFO] 476/5552 KB   
[INFO] 480/5552 KB   
[INFO] 484/5552 KB   
[INFO] 488/5552 KB   
[INFO] 492/5552 KB   
[INFO] 496/5552 KB   
[INFO] 500/5552 KB   
[INFO] 504/5552 KB   
[INFO] 508/5552 KB   
[INFO] 512/5552 KB   
[INFO] 516/5552 KB   
[INFO] 520/5552 KB   
[INFO] 524/5552 KB   
[INFO] 528/5552 KB   
[INFO] 532/5552 KB   
[INFO] 536/5552 KB   
[INFO] 540/5552 KB   
[INFO] 544/5552 KB   
[INFO] 548/5552 KB   
[INFO] 552/5552 KB   
[INFO] 556/5552 KB   
[INFO] 560/5552 KB   
[INFO] 564/5552 KB   
[INFO] 568/5552 KB   
[INFO] 572/5552 KB   
[INFO] 576/5552 KB   
[INFO] 580/5552 KB   
[INFO] 584/5552 KB   
[INFO] 588/5552 KB   
[INFO] 592/5552 KB   
[INFO] 596/5552 KB   
[INFO] 600/5552 KB   
[INFO] 604/5552 KB   
[INFO] 608/5552 KB   
[INFO] 612/5552 KB   
[INFO] 616/5552 KB   
[INFO] 620/5552 KB   
[INFO] 624/5552 KB   
[INFO] 628/5552 KB   
[INFO] 632/5552 KB   
[INFO] 636/5552 KB   
[INFO] 640/5552 KB   
[INFO] 644/5552 KB   
[INFO] 648/5552 KB   
[INFO] 652/5552 KB   
[INFO] 656/5552 KB   
[INFO] 660/5552 KB   
[INFO] 664/5552 KB   
[INFO] 668/5552 KB   
[INFO] 672/5552 KB   
[INFO] 676/5552 KB   
[INFO] 680/5552 KB   
[INFO] 684/5552 KB   
[INFO] 688/5552 KB   
[INFO] 692/5552 KB   
[INFO] 696/5552 KB   
[INFO] 700/5552 KB   
[INFO] 704/5552 KB   
[INFO] 708/5552 KB   
[INFO] 712/5552 KB   
[INFO] 716/5552 KB   
[INFO] 720/5552 KB   
[INFO] 724/5552 KB   
[INFO] 728/5552 KB   
[INFO] 732/5552 KB   
[INFO] 736/5552 KB   
[INFO] 740/5552 KB   
[INFO] 744/5552 KB   
[INFO] 748/5552 KB   
[INFO] 752/5552 KB   
[INFO] 756/5552 KB   
[INFO] 760/5552 KB   
[INFO] 764/5552 KB   
[INFO] 768/5552 KB   
[INFO] 772/5552 KB   
[INFO] 776/5552 KB   
[INFO] 780/5552 KB   
[INFO] 784/5552 KB   
[INFO] 788/5552 KB   
[INFO] 792/5552 KB   
[INFO] 796/5552 KB   
[INFO] 800/5552 KB   
[INFO] 804/5552 KB   
[INFO] 808/5552 KB   
[INFO] 812/5552 KB   
[INFO] 816/5552 KB   
[INFO] 820/5552 KB   
[INFO] 824/5552 KB   
[INFO] 828/5552 KB   
[INFO] 832/5552 KB   
[INFO] 836/5552 KB   
[INFO] 840/5552 KB   
[INFO] 844/5552 KB   
[INFO] 848/5552 KB   
[INFO] 852/5552 KB   
[INFO] 856/5552 KB   
[INFO] 860/5552 KB   
[INFO] 864/5552 KB   
[INFO] 868/5552 KB   
[INFO] 872/5552 KB   
[INFO] 876/5552 KB   
[INFO] 880/5552 KB   
[INFO] 884/5552 KB   
[INFO] 888/5552 KB   
[INFO] 892/5552 KB   
[INFO] 896/5552 KB   
[INFO] 900/5552 KB   
[INFO] 904/5552 KB   
[INFO] 908/5552 KB   
[INFO] 912/5552 KB   
[INFO] 916/5552 KB   
[INFO] 920/5552 KB   
[INFO] 924/5552 KB   
[INFO] 928/5552 KB   
[INFO] 932/5552 KB   
[INFO] 936/5552 KB   
[INFO] 940/5552 KB   
[INFO] 944/5552 KB   
[INFO] 948/5552 KB   
[INFO] 952/5552 KB   
[INFO] 956/5552 KB   
[INFO] 960/5552 KB   
[INFO] 964/5552 KB   
[INFO] 968/5552 KB   
[INFO] 972/5552 KB   
[INFO] 976/5552 KB   
[INFO] 980/5552 KB   
[INFO] 984/5552 KB   
[INFO] 988/5552 KB   
[INFO] 992/5552 KB   
[INFO] 996/5552 KB   
[INFO] 1000/5552 KB   
[INFO] 1004/5552 KB   
[INFO] 1008/5552 KB   
[INFO] 1012/5552 KB   
[INFO] 1016/5552 KB   
[INFO] 1020/5552 KB   
[INFO] 1024/5552 KB   
[INFO] 1028/5552 KB   
[INFO] 1032/5552 KB   
[INFO] 1036/5552 KB   
[INFO] 1040/5552 KB   
[INFO] 1044/5552 KB   
[INFO] 1048/5552 KB   
[INFO] 1052/5552 KB   
[INFO] 1056/5552 KB   
[INFO] 1060/5552 KB   
[INFO] 1064/5552 KB   
[INFO] 1068/5552 KB   
[INFO] 1072/5552 KB   
[INFO] 1076/5552 KB   
[INFO] 1080/5552 KB   
[INFO] 1084/5552 KB   
[INFO] 1088/5552 KB   
[INFO] 1092/5552 KB   
[INFO] 1096/5552 KB   
[INFO] 1100/5552 KB   
[INFO] 1104/5552 KB   
[INFO] 1108/5552 KB   
[INFO] 1112/5552 KB   
[INFO] 1116/5552 KB   
[INFO] 1120/5552 KB   
[INFO] 1124/5552 KB   
[INFO] 1128/5552 KB   
[INFO] 1132/5552 KB   
[INFO] 1136/5552 KB   
[INFO] 1140/5552 KB   
[INFO] 1144/5552 KB   
[INFO] 1148/5552 KB   
[INFO] 1152/5552 KB   
[INFO] 1156/5552 KB   
[INFO] 1160/5552 KB   
[INFO] 1164/5552 KB   
[INFO] 1168/5552 KB   
[INFO] 1172/5552 KB   
[INFO] 1176/5552 KB   
[INFO] 1180/5552 KB   
[INFO] 1184/5552 KB   
[INFO] 1188/5552 KB   
[INFO] 1192/5552 KB   
[INFO] 1196/5552 KB   
[INFO] 1200/5552 KB   
[INFO] 1204/5552 KB   
[INFO] 1208/5552 KB   
[INFO] 1212/5552 KB   
[INFO] 1216/5552 KB   
[INFO] 1220/5552 KB   
[INFO] 1224/5552 KB   
[INFO] 1228/5552 KB   
[INFO] 1232/5552 KB   
[INFO] 1236/5552 KB   
[INFO] 1240/5552 KB   
[INFO] 1244/5552 KB   
[INFO] 1248/5552 KB   
[INFO] 1252/5552 KB   
[INFO] 1256/5552 KB   
[INFO] 1260/5552 KB   
[INFO] 1264/5552 KB   
[INFO] 1268/5552 KB   
[INFO] 1272/5552 KB   
[INFO] 1276/5552 KB   
[INFO] 1280/5552 KB   
[INFO] 1284/5552 KB   
[INFO] 1288/5552 KB   
[INFO] 1292/5552 KB   
[INFO] 1296/5552 KB   
[INFO] 1300/5552 KB   
[INFO] 1304/5552 KB   
[INFO] 1308/5552 KB   
[INFO] 1312/5552 KB   
[INFO] 1316/5552 KB   
[INFO] 1320/5552 KB   
[INFO] 1324/5552 KB   
[INFO] 1328/5552 KB   
[INFO] 1332/5552 KB   
[INFO] 1336/5552 KB   
[INFO] 1340/5552 KB   
[INFO] 1344/5552 KB   
[INFO] 1348/5552 KB   
[INFO] 1352/5552 KB   
[INFO] 1356/5552 KB   
[INFO] 1360/5552 KB   
[INFO] 1364/5552 KB   
[INFO] 1368/5552 KB   
[INFO] 1372/5552 KB   
[INFO] 1376/5552 KB   
[INFO] 1380/5552 KB   
[INFO] 1384/5552 KB   
[INFO] 1388/5552 KB   
[INFO] 1392/5552 KB   
[INFO] 1396/5552 KB   
[INFO] 1400/5552 KB   
[INFO] 1404/5552 KB   
[INFO] 1408/5552 KB   
[INFO] 1412/5552 KB   
[INFO] 1416/5552 KB   
[INFO] 1420/5552 KB   
[INFO] 1424/5552 KB   
[INFO] 1428/5552 KB   
[INFO] 1432/5552 KB   
[INFO] 1436/5552 KB   
[INFO] 1440/5552 KB   
[INFO] 1444/5552 KB   
[INFO] 1448/5552 KB   
[INFO] 1452/5552 KB   
[INFO] 1456/5552 KB   
[INFO] 1460/5552 KB   
[INFO] 1464/5552 KB   
[INFO] 1468/5552 KB   
[INFO] 1472/5552 KB   
[INFO] 1476/5552 KB   
[INFO] 1480/5552 KB   
[INFO] 1484/5552 KB   
[INFO] 1488/5552 KB   
[INFO] 1492/5552 KB   
[INFO] 1496/5552 KB   
[INFO] 1500/5552 KB   
[INFO] 1504/5552 KB   
[INFO] 1508/5552 KB   
[INFO] 1512/5552 KB   
[INFO] 1516/5552 KB   
[INFO] 1520/5552 KB   
[INFO] 1524/5552 KB   
[INFO] 1528/5552 KB   
[INFO] 1532/5552 KB   
[INFO] 1536/5552 KB   
[INFO] 1540/5552 KB   
[INFO] 1544/5552 KB   
[INFO] 1548/5552 KB   
[INFO] 1552/5552 KB   
[INFO] 1556/5552 KB   
[INFO] 1560/5552 KB   
[INFO] 1564/5552 KB   
[INFO] 1568/5552 KB   
[INFO] 1572/5552 KB   
[INFO] 1576/5552 KB   
[INFO] 1580/5552 KB   
[INFO] 1584/5552 KB   
[INFO] 1588/5552 KB   
[INFO] 1592/5552 KB   
[INFO] 1596/5552 KB   
[INFO] 1600/5552 KB   
[INFO] 1604/5552 KB   
[INFO] 1608/5552 KB   
[INFO] 1612/5552 KB   
[INFO] 1616/5552 KB   
[INFO] 1620/5552 KB   
[INFO] 1624/5552 KB   
[INFO] 1628/5552 KB   
[INFO] 1632/5552 KB   
[INFO] 1636/5552 KB   
[INFO] 1640/5552 KB   
[INFO] 1644/5552 KB   
[INFO] 1648/5552 KB   
[INFO] 1652/5552 KB   
[INFO] 1656/5552 KB   
[INFO] 1660/5552 KB   
[INFO] 1664/5552 KB   
[INFO] 1668/5552 KB   
[INFO] 1672/5552 KB   
[INFO] 1676/5552 KB   
[INFO] 1680/5552 KB   
[INFO] 1684/5552 KB   
[INFO] 1688/5552 KB   
[INFO] 1692/5552 KB   
[INFO] 1696/5552 KB   
[INFO] 1700/5552 KB   
[INFO] 1704/5552 KB   
[INFO] 1708/5552 KB   
[INFO] 1712/5552 KB   
[INFO] 1716/5552 KB   
[INFO] 1720/5552 KB   
[INFO] 1724/5552 KB   
[INFO] 1728/5552 KB   
[INFO] 1732/5552 KB   
[INFO] 1736/5552 KB   
[INFO] 1740/5552 KB   
[INFO] 1744/5552 KB   
[INFO] 1748/5552 KB   
[INFO] 1752/5552 KB   
[INFO] 1756/5552 KB   
[INFO] 1760/5552 KB   
[INFO] 1764/5552 KB   
[INFO] 1768/5552 KB   
[INFO] 1772/5552 KB   
[INFO] 1776/5552 KB   
[INFO] 1780/5552 KB   
[INFO] 1784/5552 KB   
[INFO] 1788/5552 KB   
[INFO] 1792/5552 KB   
[INFO] 1796/5552 KB   
[INFO] 1800/5552 KB   
[INFO] 1804/5552 KB   
[INFO] 1808/5552 KB   
[INFO] 1812/5552 KB   
[INFO] 1816/5552 KB   
[INFO] 1820/5552 KB   
[INFO] 1824/5552 KB   
[INFO] 1828/5552 KB   
[INFO] 1832/5552 KB   
[INFO] 1836/5552 KB   
[INFO] 1840/5552 KB   
[INFO] 1844/5552 KB   
[INFO] 1848/5552 KB   
[INFO] 1852/5552 KB   
[INFO] 1856/5552 KB   
[INFO] 1860/5552 KB   
[INFO] 1864/5552 KB   
[INFO] 1868/5552 KB   
[INFO] 1872/5552 KB   
[INFO] 1876/5552 KB   
[INFO] 1880/5552 KB   
[INFO] 1884/5552 KB   
[INFO] 1888/5552 KB   
[INFO] 1892/5552 KB   
[INFO] 1896/5552 KB   
[INFO] 1900/5552 KB   
[INFO] 1904/5552 KB   
[INFO] 1908/5552 KB   
[INFO] 1912/5552 KB   
[INFO] 1916/5552 KB   
[INFO] 1920/5552 KB   
[INFO] 1924/5552 KB   
[INFO] 1928/5552 KB   
[INFO] 1932/5552 KB   
[INFO] 1936/5552 KB   
[INFO] 1940/5552 KB   
[INFO] 1944/5552 KB   
[INFO] 1948/5552 KB   
[INFO] 1952/5552 KB   
[INFO] 1956/5552 KB   
[INFO] 1960/5552 KB   
[INFO] 1964/5552 KB   
[INFO] 1968/5552 KB   
[INFO] 1972/5552 KB   
[INFO] 1976/5552 KB   
[INFO] 1980/5552 KB   
[INFO] 1984/5552 KB   
[INFO] 1988/5552 KB   
[INFO] 1992/5552 KB   
[INFO] 1996/5552 KB   
[INFO] 2000/5552 KB   
[INFO] 2004/5552 KB   
[INFO] 2008/5552 KB   
[INFO] 2012/5552 KB   
[INFO] 2016/5552 KB   
[INFO] 2020/5552 KB   
[INFO] 2024/5552 KB   
[INFO] 2028/5552 KB   
[INFO] 2032/5552 KB   
[INFO] 2036/5552 KB   
[INFO] 2040/5552 KB   
[INFO] 2044/5552 KB   
[INFO] 2048/5552 KB   
[INFO] 2052/5552 KB   
[INFO] 2056/5552 KB   
[INFO] 2060/5552 KB   
[INFO] 2064/5552 KB   
[INFO] 2068/5552 KB   
[INFO] 2072/5552 KB   
[INFO] 2076/5552 KB   
[INFO] 2080/5552 KB   
[INFO] 2084/5552 KB   
[INFO] 2088/5552 KB   
[INFO] 2092/5552 KB   
[INFO] 2096/5552 KB   
[INFO] 2100/5552 KB   
[INFO] 2104/5552 KB   
[INFO] 2108/5552 KB   
[INFO] 2112/5552 KB   
[INFO] 2116/5552 KB   
[INFO] 2120/5552 KB   
[INFO] 2124/5552 KB   
[INFO] 2128/5552 KB   
[INFO] 2132/5552 KB   
[INFO] 2136/5552 KB   
[INFO] 2140/5552 KB   
[INFO] 2144/5552 KB   
[INFO] 2148/5552 KB   
[INFO] 2152/5552 KB   
[INFO] 2156/5552 KB   
[INFO] 2160/5552 KB   
[INFO] 2164/5552 KB   
[INFO] 2168/5552 KB   
[INFO] 2172/5552 KB   
[INFO] 2176/5552 KB   
[INFO] 2180/5552 KB   
[INFO] 2184/5552 KB   
[INFO] 2188/5552 KB   
[INFO] 2192/5552 KB   
[INFO] 2196/5552 KB   
[INFO] 2200/5552 KB   
[INFO] 2204/5552 KB   
[INFO] 2208/5552 KB   
[INFO] 2212/5552 KB   
[INFO] 2216/5552 KB   
[INFO] 2220/5552 KB   
[INFO] 2224/5552 KB   
[INFO] 2228/5552 KB   
[INFO] 2232/5552 KB   
[INFO] 2236/5552 KB   
[INFO] 2240/5552 KB   
[INFO] 2244/5552 KB   
[INFO] 2248/5552 KB   
[INFO] 2252/5552 KB   
[INFO] 2256/5552 KB   
[INFO] 2260/5552 KB   
[INFO] 2264/5552 KB   
[INFO] 2268/5552 KB   
[INFO] 2272/5552 KB   
[INFO] 2276/5552 KB   
[INFO] 2280/5552 KB   
[INFO] 2284/5552 KB   
[INFO] 2288/5552 KB   
[INFO] 2292/5552 KB   
[INFO] 2296/5552 KB   
[INFO] 2300/5552 KB   
[INFO] 2304/5552 KB   
[INFO] 2308/5552 KB   
[INFO] 2312/5552 KB   
[INFO] 2316/5552 KB   
[INFO] 2320/5552 KB   
[INFO] 2324/5552 KB   
[INFO] 2328/5552 KB   
[INFO] 2332/5552 KB   
[INFO] 2336/5552 KB   
[INFO] 2340/5552 KB   
[INFO] 2344/5552 KB   
[INFO] 2348/5552 KB   
[INFO] 2352/5552 KB   
[INFO] 2356/5552 KB   
[INFO] 2360/5552 KB   
[INFO] 2364/5552 KB   
[INFO] 2368/5552 KB   
[INFO] 2372/5552 KB   
[INFO] 2376/5552 KB   
[INFO] 2380/5552 KB   
[INFO] 2384/5552 KB   
[INFO] 2388/5552 KB   
[INFO] 2392/5552 KB   
[INFO] 2396/5552 KB   
[INFO] 2400/5552 KB   
[INFO] 2404/5552 KB   
[INFO] 2408/5552 KB   
[INFO] 2412/5552 KB   
[INFO] 2416/5552 KB   
[INFO] 2420/5552 KB   
[INFO] 2424/5552 KB   
[INFO] 2428/5552 KB   
[INFO] 2432/5552 KB   
[INFO] 2436/5552 KB   
[INFO] 2440/5552 KB   
[INFO] 2444/5552 KB   
[INFO] 2448/5552 KB   
[INFO] 2452/5552 KB   
[INFO] 2456/5552 KB   
[INFO] 2460/5552 KB   
[INFO] 2464/5552 KB   
[INFO] 2468/5552 KB   
[INFO] 2472/5552 KB   
[INFO] 2476/5552 KB   
[INFO] 2480/5552 KB   
[INFO] 2484/5552 KB   
[INFO] 2488/5552 KB   
[INFO] 2492/5552 KB   
[INFO] 2496/5552 KB   
[INFO] 2500/5552 KB   
[INFO] 2504/5552 KB   
[INFO] 2508/5552 KB   
[INFO] 2512/5552 KB   
[INFO] 2516/5552 KB   
[INFO] 2520/5552 KB   
[INFO] 2524/5552 KB   
[INFO] 2528/5552 KB   
[INFO] 2532/5552 KB   
[INFO] 2536/5552 KB   
[INFO] 2540/5552 KB   
[INFO] 2544/5552 KB   
[INFO] 2548/5552 KB   
[INFO] 2552/5552 KB   
[INFO] 2556/5552 KB   
[INFO] 2560/5552 KB   
[INFO] 2564/5552 KB   
[INFO] 2568/5552 KB   
[INFO] 2572/5552 KB   
[INFO] 2576/5552 KB   
[INFO] 2580/5552 KB   
[INFO] 2584/5552 KB   
[INFO] 2588/5552 KB   
[INFO] 2592/5552 KB   
[INFO] 2596/5552 KB   
[INFO] 2600/5552 KB   
[INFO] 2604/5552 KB   
[INFO] 2608/5552 KB   
[INFO] 2612/5552 KB   
[INFO] 2616/5552 KB   
[INFO] 2620/5552 KB   
[INFO] 2624/5552 KB   
[INFO] 2628/5552 KB   
[INFO] 2632/5552 KB   
[INFO] 2636/5552 KB   
[INFO] 2640/5552 KB   
[INFO] 2644/5552 KB   
[INFO] 2648/5552 KB   
[INFO] 2652/5552 KB   
[INFO] 2656/5552 KB   
[INFO] 2660/5552 KB   
[INFO] 2664/5552 KB   
[INFO] 2668/5552 KB   
[INFO] 2672/5552 KB   
[INFO] 2676/5552 KB   
[INFO] 2680/5552 KB   
[INFO] 2684/5552 KB   
[INFO] 2688/5552 KB   
[INFO] 2692/5552 KB   
[INFO] 2696/5552 KB   
[INFO] 2700/5552 KB   
[INFO] 2704/5552 KB   
[INFO] 2708/5552 KB   
[INFO] 2712/5552 KB   
[INFO] 2716/5552 KB   
[INFO] 2720/5552 KB   
[INFO] 2724/5552 KB   
[INFO] 2728/5552 KB   
[INFO] 2732/5552 KB   
[INFO] 2736/5552 KB   
[INFO] 2740/5552 KB   
[INFO] 2744/5552 KB   
[INFO] 2748/5552 KB   
[INFO] 2752/5552 KB   
[INFO] 2756/5552 KB   
[INFO] 2760/5552 KB   
[INFO] 2764/5552 KB   
[INFO] 2768/5552 KB   
[INFO] 2772/5552 KB   
[INFO] 2776/5552 KB   
[INFO] 2780/5552 KB   
[INFO] 2784/5552 KB   
[INFO] 2788/5552 KB   
[INFO] 2792/5552 KB   
[INFO] 2796/5552 KB   
[INFO] 2800/5552 KB   
[INFO] 2804/5552 KB   
[INFO] 2808/5552 KB   
[INFO] 2812/5552 KB   
[INFO] 2816/5552 KB   
[INFO] 2820/5552 KB   
[INFO] 2824/5552 KB   
[INFO] 2828/5552 KB   
[INFO] 2832/5552 KB   
[INFO] 2836/5552 KB   
[INFO] 2840/5552 KB   
[INFO] 2844/5552 KB   
[INFO] 2848/5552 KB   
[INFO] 2852/5552 KB   
[INFO] 2856/5552 KB   
[INFO] 2860/5552 KB   
[INFO] 2864/5552 KB   
[INFO] 2868/5552 KB   
[INFO] 2872/5552 KB   
[INFO] 2876/5552 KB   
[INFO] 2880/5552 KB   
[INFO] 2884/5552 KB   
[INFO] 2888/5552 KB   
[INFO] 2892/5552 KB   
[INFO] 2896/5552 KB   
[INFO] 2900/5552 KB   
[INFO] 2904/5552 KB   
[INFO] 2908/5552 KB   
[INFO] 2912/5552 KB   
[INFO] 2916/5552 KB   
[INFO] 2920/5552 KB   
[INFO] 2924/5552 KB   
[INFO] 2928/5552 KB   
[INFO] 2932/5552 KB   
[INFO] 2936/5552 KB   
[INFO] 2940/5552 KB   
[INFO] 2944/5552 KB   
[INFO] 2948/5552 KB   
[INFO] 2952/5552 KB   
[INFO] 2956/5552 KB   
[INFO] 2960/5552 KB   
[INFO] 2964/5552 KB   
[INFO] 2968/5552 KB   
[INFO] 2972/5552 KB   
[INFO] 2976/5552 KB   
[INFO] 2980/5552 KB   
[INFO] 2984/5552 KB   
[INFO] 2988/5552 KB   
[INFO] 2992/5552 KB   
[INFO] 2996/5552 KB   
[INFO] 3000/5552 KB   
[INFO] 3004/5552 KB   
[INFO] 3008/5552 KB   
[INFO] 3012/5552 KB   
[INFO] 3016/5552 KB   
[INFO] 3020/5552 KB   
[INFO] 3024/5552 KB   
[INFO] 3028/5552 KB   
[INFO] 3032/5552 KB   
[INFO] 3036/5552 KB   
[INFO] 3040/5552 KB   
[INFO] 3044/5552 KB   
[INFO] 3048/5552 KB   
[INFO] 3052/5552 KB   
[INFO] 3056/5552 KB   
[INFO] 3060/5552 KB   
[INFO] 3064/5552 KB   
[INFO] 3068/5552 KB   
[INFO] 3072/5552 KB   
[INFO] 3076/5552 KB   
[INFO] 3080/5552 KB   
[INFO] 3084/5552 KB   
[INFO] 3088/5552 KB   
[INFO] 3092/5552 KB   
[INFO] 3096/5552 KB   
[INFO] 3100/5552 KB   
[INFO] 3104/5552 KB   
[INFO] 3108/5552 KB   
[INFO] 3112/5552 KB   
[INFO] 3116/5552 KB   
[INFO] 3120/5552 KB   
[INFO] 3124/5552 KB   
[INFO] 3128/5552 KB   
[INFO] 3132/5552 KB   
[INFO] 3136/5552 KB   
[INFO] 3140/5552 KB   
[INFO] 3144/5552 KB   
[INFO] 3148/5552 KB   
[INFO] 3152/5552 KB   
[INFO] 3156/5552 KB   
[INFO] 3160/5552 KB   
[INFO] 3164/5552 KB   
[INFO] 3168/5552 KB   
[INFO] 3172/5552 KB   
[INFO] 3176/5552 KB   
[INFO] 3180/5552 KB   
[INFO] 3184/5552 KB   
[INFO] 3188/5552 KB   
[INFO] 3192/5552 KB   
[INFO] 3196/5552 KB   
[INFO] 3200/5552 KB   
[INFO] 3204/5552 KB   
[INFO] 3208/5552 KB   
[INFO] 3212/5552 KB   
[INFO] 3216/5552 KB   
[INFO] 3220/5552 KB   
[INFO] 3224/5552 KB   
[INFO] 3228/5552 KB   
[INFO] 3232/5552 KB   
[INFO] 3236/5552 KB   
[INFO] 3240/5552 KB   
[INFO] 3244/5552 KB   
[INFO] 3248/5552 KB   
[INFO] 3252/5552 KB   
[INFO] 3256/5552 KB   
[INFO] 3260/5552 KB   
[INFO] 3264/5552 KB   
[INFO] 3268/5552 KB   
[INFO] 3272/5552 KB   
[INFO] 3276/5552 KB   
[INFO] 3280/5552 KB   
[INFO] 3284/5552 KB   
[INFO] 3288/5552 KB   
[INFO] 3292/5552 KB   
[INFO] 3296/5552 KB   
[INFO] 3300/5552 KB   
[INFO] 3304/5552 KB   
[INFO] 3308/5552 KB   
[INFO] 3312/5552 KB   
[INFO] 3316/5552 KB   
[INFO] 3320/5552 KB   
[INFO] 3324/5552 KB   
[INFO] 3328/5552 KB   
[INFO] 3332/5552 KB   
[INFO] 3336/5552 KB   
[INFO] 3340/5552 KB   
[INFO] 3344/5552 KB   
[INFO] 3348/5552 KB   
[INFO] 3352/5552 KB   
[INFO] 3356/5552 KB   
[INFO] 3360/5552 KB   
[INFO] 3364/5552 KB   
[INFO] 3368/5552 KB   
[INFO] 3372/5552 KB   
[INFO] 3376/5552 KB   
[INFO] 3380/5552 KB   
[INFO] 3384/5552 KB   
[INFO] 3388/5552 KB   
[INFO] 3392/5552 KB   
[INFO] 3396/5552 KB   
[INFO] 3400/5552 KB   
[INFO] 3404/5552 KB   
[INFO] 3408/5552 KB   
[INFO] 3412/5552 KB   
[INFO] 3416/5552 KB   
[INFO] 3420/5552 KB   
[INFO] 3424/5552 KB   
[INFO] 3428/5552 KB   
[INFO] 3432/5552 KB   
[INFO] 3436/5552 KB   
[INFO] 3440/5552 KB   
[INFO] 3444/5552 KB   
[INFO] 3448/5552 KB   
[INFO] 3452/5552 KB   
[INFO] 3456/5552 KB   
[INFO] 3460/5552 KB   
[INFO] 3464/5552 KB   
[INFO] 3468/5552 KB   
[INFO] 3472/5552 KB   
[INFO] 3476/5552 KB   
[INFO] 3480/5552 KB   
[INFO] 3484/5552 KB   
[INFO] 3488/5552 KB   
[INFO] 3492/5552 KB   
[INFO] 3496/5552 KB   
[INFO] 3500/5552 KB   
[INFO] 3504/5552 KB   
[INFO] 3508/5552 KB   
[INFO] 3512/5552 KB   
[INFO] 3516/5552 KB   
[INFO] 3520/5552 KB   
[INFO] 3524/5552 KB   
[INFO] 3528/5552 KB   
[INFO] 3532/5552 KB   
[INFO] 3536/5552 KB   
[INFO] 3540/5552 KB   
[INFO] 3544/5552 KB   
[INFO] 3548/5552 KB   
[INFO] 3552/5552 KB   
[INFO] 3556/5552 KB   
[INFO] 3560/5552 KB   
[INFO] 3564/5552 KB   
[INFO] 3568/5552 KB   
[INFO] 3572/5552 KB   
[INFO] 3576/5552 KB   
[INFO] 3580/5552 KB   
[INFO] 3584/5552 KB   
[INFO] 3588/5552 KB   
[INFO] 3592/5552 KB   
[INFO] 3596/5552 KB   
[INFO] 3600/5552 KB   
[INFO] 3604/5552 KB   
[INFO] 3608/5552 KB   
[INFO] 3612/5552 KB   
[INFO] 3616/5552 KB   
[INFO] 3620/5552 KB   
[INFO] 3624/5552 KB   
[INFO] 3628/5552 KB   
[INFO] 3632/5552 KB   
[INFO] 3636/5552 KB   
[INFO] 3640/5552 KB   
[INFO] 3644/5552 KB   
[INFO] 3648/5552 KB   
[INFO] 3652/5552 KB   
[INFO] 3656/5552 KB   
[INFO] 3660/5552 KB   
[INFO] 3664/5552 KB   
[INFO] 3668/5552 KB   
[INFO] 3672/5552 KB   
[INFO] 3676/5552 KB   
[INFO] 3680/5552 KB   
[INFO] 3684/5552 KB   
[INFO] 3688/5552 KB   
[INFO] 3692/5552 KB   
[INFO] 3696/5552 KB   
[INFO] 3700/5552 KB   
[INFO] 3704/5552 KB   
[INFO] 3708/5552 KB   
[INFO] 3712/5552 KB   
[INFO] 3716/5552 KB   
[INFO] 3720/5552 KB   
[INFO] 3724/5552 KB   
[INFO] 3728/5552 KB   
[INFO] 3732/5552 KB   
[INFO] 3736/5552 KB   
[INFO] 3740/5552 KB   
[INFO] 3744/5552 KB   
[INFO] 3748/5552 KB   
[INFO] 3752/5552 KB   
[INFO] 3756/5552 KB   
[INFO] 3760/5552 KB   
[INFO] 3764/5552 KB   
[INFO] 3768/5552 KB   
[INFO] 3772/5552 KB   
[INFO] 3776/5552 KB   
[INFO] 3780/5552 KB   
[INFO] 3784/5552 KB   
[INFO] 3788/5552 KB   
[INFO] 3792/5552 KB   
[INFO] 3796/5552 KB   
[INFO] 3800/5552 KB   
[INFO] 3804/5552 KB   
[INFO] 3808/5552 KB   
[INFO] 3812/5552 KB   
[INFO] 3816/5552 KB   
[INFO] 3820/5552 KB   
[INFO] 3824/5552 KB   
[INFO] 3828/5552 KB   
[INFO] 3832/5552 KB   
[INFO] 3836/5552 KB   
[INFO] 3840/5552 KB   
[INFO] 3844/5552 KB   
[INFO] 3848/5552 KB   
[INFO] 3852/5552 KB   
[INFO] 3856/5552 KB   
[INFO] 3860/5552 KB   
[INFO] 3864/5552 KB   
[INFO] 3868/5552 KB   
[INFO] 3872/5552 KB   
[INFO] 3876/5552 KB   
[INFO] 3880/5552 KB   
[INFO] 3884/5552 KB   
[INFO] 3888/5552 KB   
[INFO] 3892/5552 KB   
[INFO] 3896/5552 KB   
[INFO] 3900/5552 KB   
[INFO] 3904/5552 KB   
[INFO] 3908/5552 KB   
[INFO] 3912/5552 KB   
[INFO] 3916/5552 KB   
[INFO] 3920/5552 KB   
[INFO] 3924/5552 KB   
[INFO] 3928/5552 KB   
[INFO] 3932/5552 KB   
[INFO] 3936/5552 KB   
[INFO] 3940/5552 KB   
[INFO] 3944/5552 KB   
[INFO] 3948/5552 KB   
[INFO] 3952/5552 KB   
[INFO] 3956/5552 KB   
[INFO] 3960/5552 KB   
[INFO] 3964/5552 KB   
[INFO] 3968/5552 KB   
[INFO] 3972/5552 KB   
[INFO] 3976/5552 KB   
[INFO] 3980/5552 KB   
[INFO] 3984/5552 KB   
[INFO] 3988/5552 KB   
[INFO] 3992/5552 KB   
[INFO] 3996/5552 KB   
[INFO] 4000/5552 KB   
[INFO] 4004/5552 KB   
[INFO] 4008/5552 KB   
[INFO] 4012/5552 KB   
[INFO] 4016/5552 KB   
[INFO] 4020/5552 KB   
[INFO] 4024/5552 KB   
[INFO] 4028/5552 KB   
[INFO] 4032/5552 KB   
[INFO] 4036/5552 KB   
[INFO] 4040/5552 KB   
[INFO] 4044/5552 KB   
[INFO] 4048/5552 KB   
[INFO] 4052/5552 KB   
[INFO] 4056/5552 KB   
[INFO] 4060/5552 KB   
[INFO] 4064/5552 KB   
[INFO] 4068/5552 KB   
[INFO] 4072/5552 KB   
[INFO] 4076/5552 KB   
[INFO] 4080/5552 KB   
[INFO] 4084/5552 KB   
[INFO] 4088/5552 KB   
[INFO] 4092/5552 KB   
[INFO] 4096/5552 KB   
[INFO] 4100/5552 KB   
[INFO] 4104/5552 KB   
[INFO] 4108/5552 KB   
[INFO] 4112/5552 KB   
[INFO] 4116/5552 KB   
[INFO] 4120/5552 KB   
[INFO] 4124/5552 KB   
[INFO] 4128/5552 KB   
[INFO] 4132/5552 KB   
[INFO] 4136/5552 KB   
[INFO] 4140/5552 KB   
[INFO] 4144/5552 KB   
[INFO] 4148/5552 KB   
[INFO] 4152/5552 KB   
[INFO] 4156/5552 KB   
[INFO] 4160/5552 KB   
[INFO] 4164/5552 KB   
[INFO] 4168/5552 KB   
[INFO] 4172/5552 KB   
[INFO] 4176/5552 KB   
[INFO] 4180/5552 KB   
[INFO] 4184/5552 KB   
[INFO] 4188/5552 KB   
[INFO] 4192/5552 KB   
[INFO] 4196/5552 KB   
[INFO] 4200/5552 KB   
[INFO] 4204/5552 KB   
[INFO] 4208/5552 KB   
[INFO] 4212/5552 KB   
[INFO] 4216/5552 KB   
[INFO] 4220/5552 KB   
[INFO] 4224/5552 KB   
[INFO] 4228/5552 KB   
[INFO] 4232/5552 KB   
[INFO] 4236/5552 KB   
[INFO] 4240/5552 KB   
[INFO] 4244/5552 KB   
[INFO] 4248/5552 KB   
[INFO] 4252/5552 KB   
[INFO] 4256/5552 KB   
[INFO] 4260/5552 KB   
[INFO] 4264/5552 KB   
[INFO] 4268/5552 KB   
[INFO] 4272/5552 KB   
[INFO] 4276/5552 KB   
[INFO] 4280/5552 KB   
[INFO] 4284/5552 KB   
[INFO] 4288/5552 KB   
[INFO] 4292/5552 KB   
[INFO] 4296/5552 KB   
[INFO] 4300/5552 KB   
[INFO] 4304/5552 KB   
[INFO] 4308/5552 KB   
[INFO] 4312/5552 KB   
[INFO] 4316/5552 KB   
[INFO] 4320/5552 KB   
[INFO] 4324/5552 KB   
[INFO] 4328/5552 KB   
[INFO] 4332/5552 KB   
[INFO] 4336/5552 KB   
[INFO] 4340/5552 KB   
[INFO] 4344/5552 KB   
[INFO] 4348/5552 KB   
[INFO] 4352/5552 KB   
[INFO] 4356/5552 KB   
[INFO] 4360/5552 KB   
[INFO] 4364/5552 KB   
[INFO] 4368/5552 KB   
[INFO] 4372/5552 KB   
[INFO] 4376/5552 KB   
[INFO] 4380/5552 KB   
[INFO] 4384/5552 KB   
[INFO] 4388/5552 KB   
[INFO] 4392/5552 KB   
[INFO] 4396/5552 KB   
[INFO] 4400/5552 KB   
[INFO] 4404/5552 KB   
[INFO] 4408/5552 KB   
[INFO] 4412/5552 KB   
[INFO] 4416/5552 KB   
[INFO] 4420/5552 KB   
[INFO] 4424/5552 KB   
[INFO] 4428/5552 KB   
[INFO] 4432/5552 KB   
[INFO] 4436/5552 KB   
[INFO] 4440/5552 KB   
[INFO] 4444/5552 KB   
[INFO] 4448/5552 KB   
[INFO] 4452/5552 KB   
[INFO] 4456/5552 KB   
[INFO] 4460/5552 KB   
[INFO] 4464/5552 KB   
[INFO] 4468/5552 KB   
[INFO] 4472/5552 KB   
[INFO] 4476/5552 KB   
[INFO] 4480/5552 KB   
[INFO] 4484/5552 KB   
[INFO] 4488/5552 KB   
[INFO] 4492/5552 KB   
[INFO] 4496/5552 KB   
[INFO] 4500/5552 KB   
[INFO] 4504/5552 KB   
[INFO] 4508/5552 KB   
[INFO] 4512/5552 KB   
[INFO] 4516/5552 KB   
[INFO] 4520/5552 KB   
[INFO] 4524/5552 KB   
[INFO] 4528/5552 KB   
[INFO] 4532/5552 KB   
[INFO] 4536/5552 KB   
[INFO] 4540/5552 KB   
[INFO] 4544/5552 KB   
[INFO] 4548/5552 KB   
[INFO] 4552/5552 KB   
[INFO] 4556/5552 KB   
[INFO] 4560/5552 KB   
[INFO] 4564/5552 KB   
[INFO] 4568/5552 KB   
[INFO] 4572/5552 KB   
[INFO] 4576/5552 KB   
[INFO] 4580/5552 KB   
[INFO] 4584/5552 KB   
[INFO] 4588/5552 KB   
[INFO] 4592/5552 KB   
[INFO] 4596/5552 KB   
[INFO] 4600/5552 KB   
[INFO] 4604/5552 KB   
[INFO] 4608/5552 KB   
[INFO] 4612/5552 KB   
[INFO] 4616/5552 KB   
[INFO] 4620/5552 KB   
[INFO] 4624/5552 KB   
[INFO] 4628/5552 KB   
[INFO] 4632/5552 KB   
[INFO] 4636/5552 KB   
[INFO] 4640/5552 KB   
[INFO] 4644/5552 KB   
[INFO] 4648/5552 KB   
[INFO] 4652/5552 KB   
[INFO] 4656/5552 KB   
[INFO] 4660/5552 KB   
[INFO] 4664/5552 KB   
[INFO] 4668/5552 KB   
[INFO] 4672/5552 KB   
[INFO] 4676/5552 KB   
[INFO] 4680/5552 KB   
[INFO] 4684/5552 KB   
[INFO] 4688/5552 KB   
[INFO] 4692/5552 KB   
[INFO] 4696/5552 KB   
[INFO] 4700/5552 KB   
[INFO] 4704/5552 KB   
[INFO] 4708/5552 KB   
[INFO] 4712/5552 KB   
[INFO] 4716/5552 KB   
[INFO] 4720/5552 KB   
[INFO] 4724/5552 KB   
[INFO] 4728/5552 KB   
[INFO] 4732/5552 KB   
[INFO] 4736/5552 KB   
[INFO] 4740/5552 KB   
[INFO] 4744/5552 KB   
[INFO] 4748/5552 KB   
[INFO] 4752/5552 KB   
[INFO] 4756/5552 KB   
[INFO] 4760/5552 KB   
[INFO] 4764/5552 KB   
[INFO] 4768/5552 KB   
[INFO] 4772/5552 KB   
[INFO] 4776/5552 KB   
[INFO] 4780/5552 KB   
[INFO] 4784/5552 KB   
[INFO] 4788/5552 KB   
[INFO] 4792/5552 KB   
[INFO] 4796/5552 KB   
[INFO] 4800/5552 KB   
[INFO] 4804/5552 KB   
[INFO] 4808/5552 KB   
[INFO] 4812/5552 KB   
[INFO] 4816/5552 KB   
[INFO] 4820/5552 KB   
[INFO] 4824/5552 KB   
[INFO] 4828/5552 KB   
[INFO] 4832/5552 KB   
[INFO] 4836/5552 KB   
[INFO] 4840/5552 KB   
[INFO] 4844/5552 KB   
[INFO] 4848/5552 KB   
[INFO] 4852/5552 KB   
[INFO] 4856/5552 KB   
[INFO] 4860/5552 KB   
[INFO] 4864/5552 KB   
[INFO] 4868/5552 KB   
[INFO] 4872/5552 KB   
[INFO] 4876/5552 KB   
[INFO] 4880/5552 KB   
[INFO] 4884/5552 KB   
[INFO] 4888/5552 KB   
[INFO] 4892/5552 KB   
[INFO] 4896/5552 KB   
[INFO] 4900/5552 KB   
[INFO] 4904/5552 KB   
[INFO] 4908/5552 KB   
[INFO] 4912/5552 KB   
[INFO] 4916/5552 KB   
[INFO] 4920/5552 KB   
[INFO] 4924/5552 KB   
[INFO] 4928/5552 KB   
[INFO] 4932/5552 KB   
[INFO] 4936/5552 KB   
[INFO] 4940/5552 KB   
[INFO] 4944/5552 KB   
[INFO] 4948/5552 KB   
[INFO] 4952/5552 KB   
[INFO] 4956/5552 KB   
[INFO] 4960/5552 KB   
[INFO] 4964/5552 KB   
[INFO] 4968/5552 KB   
[INFO] 4972/5552 KB   
[INFO] 4976/5552 KB   
[INFO] 4980/5552 KB   
[INFO] 4984/5552 KB   
[INFO] 4988/5552 KB   
[INFO] 4992/5552 KB   
[INFO] 4996/5552 KB   
[INFO] 5000/5552 KB   
[INFO] 5004/5552 KB   
[INFO] 5008/5552 KB   
[INFO] 5012/5552 KB   
[INFO] 5016/5552 KB   
[INFO] 5020/5552 KB   
[INFO] 5024/5552 KB   
[INFO] 5028/5552 KB   
[INFO] 5032/5552 KB   
[INFO] 5036/5552 KB   
[INFO] 5040/5552 KB   
[INFO] 5044/5552 KB   
[INFO] 5048/5552 KB   
[INFO] 5052/5552 KB   
[INFO] 5056/5552 KB   
[INFO] 5060/5552 KB   
[INFO] 5064/5552 KB   
[INFO] 5068/5552 KB   
[INFO] 5072/5552 KB   
[INFO] 5076/5552 KB   
[INFO] 5080/5552 KB   
[INFO] 5084/5552 KB   
[INFO] 5088/5552 KB   
[INFO] 5092/5552 KB   
[INFO] 5096/5552 KB   
[INFO] 5100/5552 KB   
[INFO] 5104/5552 KB   
[INFO] 5108/5552 KB   
[INFO] 5112/5552 KB   
[INFO] 5116/5552 KB   
[INFO] 5120/5552 KB   
[INFO] 5124/5552 KB   
[INFO] 5128/5552 KB   
[INFO] 5132/5552 KB   
[INFO] 5136/5552 KB   
[INFO] 5140/5552 KB   
[INFO] 5144/5552 KB   
[INFO] 5148/5552 KB   
[INFO] 5152/5552 KB   
[INFO] 5156/5552 KB   
[INFO] 5160/5552 KB   
[INFO] 5164/5552 KB   
[INFO] 5168/5552 KB   
[INFO] 5172/5552 KB   
[INFO] 5176/5552 KB   
[INFO] 5180/5552 KB   
[INFO] 5184/5552 KB   
[INFO] 5188/5552 KB   
[INFO] 5192/5552 KB   
[INFO] 5196/5552 KB   
[INFO] 5200/5552 KB   
[INFO] 5204/5552 KB   
[INFO] 5208/5552 KB   
[INFO] 5212/5552 KB   
[INFO] 5216/5552 KB   
[INFO] 5220/5552 KB   
[INFO] 5224/5552 KB   
[INFO] 5228/5552 KB   
[INFO] 5232/5552 KB   
[INFO] 5236/5552 KB   
[INFO] 5240/5552 KB   
[INFO] 5244/5552 KB   
[INFO] 5248/5552 KB   
[INFO] 5252/5552 KB   
[INFO] 5256/5552 KB   
[INFO] 5260/5552 KB   
[INFO] 5264/5552 KB   
[INFO] 5268/5552 KB   
[INFO] 5272/5552 KB   
[INFO] 5276/5552 KB   
[INFO] 5280/5552 KB   
[INFO] 5284/5552 KB   
[INFO] 5288/5552 KB   
[INFO] 5292/5552 KB   
[INFO] 5296/5552 KB   
[INFO] 5300/5552 KB   
[INFO] 5304/5552 KB   
[INFO] 5308/5552 KB   
[INFO] 5312/5552 KB   
[INFO] 5316/5552 KB   
[INFO] 5320/5552 KB   
[INFO] 5324/5552 KB   
[INFO] 5328/5552 KB   
[INFO] 5332/5552 KB   
[INFO] 5336/5552 KB   
[INFO] 5340/5552 KB   
[INFO] 5344/5552 KB   
[INFO] 5348/5552 KB   
[INFO] 5352/5552 KB   
[INFO] 5356/5552 KB   
[INFO] 5360/5552 KB   
[INFO] 5364/5552 KB   
[INFO] 5368/5552 KB   
[INFO] 5372/5552 KB   
[INFO] 5376/5552 KB   
[INFO] 5380/5552 KB   
[INFO] 5384/5552 KB   
[INFO] 5388/5552 KB   
[INFO] 5392/5552 KB   
[INFO] 5396/5552 KB   
[INFO] 5400/5552 KB   
[INFO] 5404/5552 KB   
[INFO] 5408/5552 KB   
[INFO] 5412/5552 KB   
[INFO] 5416/5552 KB   
[INFO] 5420/5552 KB   
[INFO] 5424/5552 KB   
[INFO] 5428/5552 KB   
[INFO] 5432/5552 KB   
[INFO] 5436/5552 KB   
[INFO] 5440/5552 KB   
[INFO] 5444/5552 KB   
[INFO] 5448/5552 KB   
[INFO] 5452/5552 KB   
[INFO] 5456/5552 KB   
[INFO] 5460/5552 KB   
[INFO] 5464/5552 KB   
[INFO] 5468/5552 KB   
[INFO] 5472/5552 KB   
[INFO] 5476/5552 KB   
[INFO] 5480/5552 KB   
[INFO] 5484/5552 KB   
[INFO] 5488/5552 KB   
[INFO] 5492/5552 KB   
[INFO] 5496/5552 KB   
[INFO] 5500/5552 KB   
[INFO] 5504/5552 KB   
[INFO] 5508/5552 KB   
[INFO] 5512/5552 KB   
[INFO] 5516/5552 KB   
[INFO] 5520/5552 KB   
[INFO] 5524/5552 KB   
[INFO] 5528/5552 KB   
[INFO] 5532/5552 KB   
[INFO] 5536/5552 KB   
[INFO] 5540/5552 KB   
[INFO] 5544/5552 KB   
[INFO] 5548/5552 KB   
[INFO] 5552/5552 KB   
[INFO]                
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1.jar (5552 KB at 24675.2 KB/sec)
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1.pom
[INFO] 4/8 KB         
[INFO] 8/8 KB   
[INFO]          
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1.pom (8 KB at 3997.1 KB/sec)
[INFO] Downloading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/maven-metadata.xml
[INFO]          
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml
[INFO] 783/783 B   
[INFO]             
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml (783 B at 764.6 KB/sec)
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/maven-metadata.xml
[INFO] 293/293 B   
[INFO]             
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/maven-metadata.xml (293 B at 143.1 KB/sec)
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1-sources.jar
[INFO] 4/140 KB    
[INFO] 8/140 KB   
[INFO] 12/140 KB   
[INFO] 16/140 KB   
[INFO] 20/140 KB   
[INFO] 24/140 KB   
[INFO] 28/140 KB   
[INFO] 32/140 KB   
[INFO] 36/140 KB   
[INFO] 40/140 KB   
[INFO] 44/140 KB   
[INFO] 48/140 KB   
[INFO] 52/140 KB   
[INFO] 56/140 KB   
[INFO] 60/140 KB   
[INFO] 64/140 KB   
[INFO] 68/140 KB   
[INFO] 72/140 KB   
[INFO] 76/140 KB   
[INFO] 80/140 KB   
[INFO] 84/140 KB   
[INFO] 88/140 KB   
[INFO] 92/140 KB   
[INFO] 96/140 KB   
[INFO] 100/140 KB   
[INFO] 104/140 KB   
[INFO] 108/140 KB   
[INFO] 112/140 KB   
[INFO] 116/140 KB   
[INFO] 120/140 KB   
[INFO] 124/140 KB   
[INFO] 128/140 KB   
[INFO] 132/140 KB   
[INFO] 136/140 KB   
[INFO] 140/140 KB   
[INFO]              
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1-sources.jar (140 KB at 27926.0 KB/sec)
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml
[INFO] 997/997 B    
[INFO]             
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml (997 B at 973.6 KB/sec)
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1-javadoc.jar
[INFO] 4/593 KB    
[INFO] 8/593 KB   
[INFO] 12/593 KB   
[INFO] 16/593 KB   
[INFO] 20/593 KB   
[INFO] 24/593 KB   
[INFO] 28/593 KB   
[INFO] 32/593 KB   
[INFO] 36/593 KB   
[INFO] 40/593 KB   
[INFO] 44/593 KB   
[INFO] 48/593 KB   
[INFO] 52/593 KB   
[INFO] 56/593 KB   
[INFO] 60/593 KB   
[INFO] 64/593 KB   
[INFO] 68/593 KB   
[INFO] 72/593 KB   
[INFO] 76/593 KB   
[INFO] 80/593 KB   
[INFO] 84/593 KB   
[INFO] 88/593 KB   
[INFO] 92/593 KB   
[INFO] 96/593 KB   
[INFO] 100/593 KB   
[INFO] 104/593 KB   
[INFO] 108/593 KB   
[INFO] 112/593 KB   
[INFO] 116/593 KB   
[INFO] 120/593 KB   
[INFO] 124/593 KB   
[INFO] 128/593 KB   
[INFO] 132/593 KB   
[INFO] 136/593 KB   
[INFO] 140/593 KB   
[INFO] 144/593 KB   
[INFO] 148/593 KB   
[INFO] 152/593 KB   
[INFO] 156/593 KB   
[INFO] 160/593 KB   
[INFO] 164/593 KB   
[INFO] 168/593 KB   
[INFO] 172/593 KB   
[INFO] 176/593 KB   
[INFO] 180/593 KB   
[INFO] 184/593 KB   
[INFO] 188/593 KB   
[INFO] 192/593 KB   
[INFO] 196/593 KB   
[INFO] 200/593 KB   
[INFO] 204/593 KB   
[INFO] 208/593 KB   
[INFO] 212/593 KB   
[INFO] 216/593 KB   
[INFO] 220/593 KB   
[INFO] 224/593 KB   
[INFO] 228/593 KB   
[INFO] 232/593 KB   
[INFO] 236/593 KB   
[INFO] 240/593 KB   
[INFO] 244/593 KB   
[INFO] 248/593 KB   
[INFO] 252/593 KB   
[INFO] 256/593 KB   
[INFO] 260/593 KB   
[INFO] 264/593 KB   
[INFO] 268/593 KB   
[INFO] 272/593 KB   
[INFO] 276/593 KB   
[INFO] 280/593 KB   
[INFO] 284/593 KB   
[INFO] 288/593 KB   
[INFO] 292/593 KB   
[INFO] 296/593 KB   
[INFO] 300/593 KB   
[INFO] 304/593 KB   
[INFO] 308/593 KB   
[INFO] 312/593 KB   
[INFO] 316/593 KB   
[INFO] 320/593 KB   
[INFO] 324/593 KB   
[INFO] 328/593 KB   
[INFO] 332/593 KB   
[INFO] 336/593 KB   
[INFO] 340/593 KB   
[INFO] 344/593 KB   
[INFO] 348/593 KB   
[INFO] 352/593 KB   
[INFO] 356/593 KB   
[INFO] 360/593 KB   
[INFO] 364/593 KB   
[INFO] 368/593 KB   
[INFO] 372/593 KB   
[INFO] 376/593 KB   
[INFO] 380/593 KB   
[INFO] 384/593 KB   
[INFO] 388/593 KB   
[INFO] 392/593 KB   
[INFO] 396/593 KB   
[INFO] 400/593 KB   
[INFO] 404/593 KB   
[INFO] 408/593 KB   
[INFO] 412/593 KB   
[INFO] 416/593 KB   
[INFO] 420/593 KB   
[INFO] 424/593 KB   
[INFO] 428/593 KB   
[INFO] 432/593 KB   
[INFO] 436/593 KB   
[INFO] 440/593 KB   
[INFO] 444/593 KB   
[INFO] 448/593 KB   
[INFO] 452/593 KB   
[INFO] 456/593 KB   
[INFO] 460/593 KB   
[INFO] 464/593 KB   
[INFO] 468/593 KB   
[INFO] 472/593 KB   
[INFO] 476/593 KB   
[INFO] 480/593 KB   
[INFO] 484/593 KB   
[INFO] 488/593 KB   
[INFO] 492/593 KB   
[INFO] 496/593 KB   
[INFO] 500/593 KB   
[INFO] 504/593 KB   
[INFO] 508/593 KB   
[INFO] 512/593 KB   
[INFO] 516/593 KB   
[INFO] 520/593 KB   
[INFO] 524/593 KB   
[INFO] 528/593 KB   
[INFO] 532/593 KB   
[INFO] 536/593 KB   
[INFO] 540/593 KB   
[INFO] 544/593 KB   
[INFO] 548/593 KB   
[INFO] 552/593 KB   
[INFO] 556/593 KB   
[INFO] 560/593 KB   
[INFO] 564/593 KB   
[INFO] 568/593 KB   
[INFO] 572/593 KB   
[INFO] 576/593 KB   
[INFO] 580/593 KB   
[INFO] 584/593 KB   
[INFO] 588/593 KB   
[INFO] 592/593 KB   
[INFO] 593/593 KB   
[INFO]              
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/mustang-1.5.1-20180106.164054-1-javadoc.jar (593 KB at 34825.1 KB/sec)
[INFO] Uploading: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml
[INFO] 2/2 KB       
[INFO]          
[INFO] Uploaded: file:///Users/jstaerk/workspace/mustangproject/target/checkout/target/mvn-repo/org/mustangproject/ZUGFeRD/mustang/1.5.1-SNAPSHOT/maven-metadata.xml (2 KB at 591.3 KB/sec)
[INFO] [INFO] 
[INFO] [INFO] --- site-maven-plugin:0.11:site (default) @ mustang ---
[INFO] [INFO] Creating 18 blobs
[INFO] [INFO] Creating tree with 19 blob entries
[INFO] [INFO] Merging with tree 3b69ee7c3f52223dfb324bc791cf5b7d4d0ffea0
[INFO] [INFO] Creating commit with SHA-1: 21a088a6c768b524a895711894e81b56458389b5
[INFO] [INFO] Updating reference refs/heads/mvn-repo from 73477e18910cc164c329988818d931deed9f6c22 to 21a088a6c768b524a895711894e81b56458389b5
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 55.418 s
[INFO] [INFO] Finished at: 2018-01-06T17:41:31+01:00
[INFO] [INFO] Final Memory: 38M/459M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:15 min
[INFO] Finished at: 2018-01-06T17:41:31+01:00
[INFO] Final Memory: 12M/155M
[INFO] ------------------------------------------------------------------------

Afterwards I did test it with a blank project, which worked but no longer does.
Apparently I need an update how to perform a release vis a vis mvn. And an explanation which directories need to be where.

Good to hear, any plans to publish the package in an official repo?

Since I dont know how, not at all, your help would be appreciated.

@mksplg
Copy link
Author

mksplg commented Jan 10, 2018

After playing around with the release plugin I got it working on my fork. Setting up auth was a bit tricky since i have 2FA-Auth enabled.

I had a problem that by default an older version of the maven-release-plugin was used which caused the pom not being committed as described in this SO thread. Specifying the version 2.5.3 in pom.xml solved this for me.

I also updated the site-maven-plugin to 0.12, though not sure if this is necessary.

What works for me is:

  1. pom.xml has version X.X.X-SNAPSHOT, e.g. 1.5.1-SNAPSHOT
  2. master branch is checked out with everything committed and pushed
  3. run mvn release:prepare -DignoreSnapshots=true (ignores error due to com.sanityinc:jargs:2.0-SNAPSHOT)
    This will amoung other things:
    1. Ask for release version (e.g. '1.5.1'), tag name (e.g. mustang-1.5.1), next version (e.g. 1.5.2-SNAPSHOT
    2. Update pom.xml version to release version, commit and push
    3. Update pom.xml version to next version, commit and push
  4. At this point everything should be committed and pushed and tagged on GitHub with two new commits. Locally there should be a file release.properties that is used in the mvn release:perform step
  5. run mvn release:perform -Darguments="-Dmaven.javadoc.skip=true" (doesn't generate JavaDoc due to errors in Toecount, re-enable javadoc #24)
    This will among other things
    1. Pull the newest master in a separate folder (target/checkout)
    2. Build the maven artefacts and stuff needed for the maven repository
    3. Push them to the mvn-repo branch
  6. At this point the maven artefacts should be in the mvn-repo, the version in POM should be next version (e.g. 1.5.2-SNAPSHOT), release.properties should be gone

@jstaerk
Copy link
Collaborator

jstaerk commented Jan 11, 2018

@mksplg cool thanks I updated the site-maven-plugin but I do not find the maven-release-plugin in my pom, do i have to add it in order to specify the version to 2.5.3?

@mksplg
Copy link
Author

mksplg commented Jan 11, 2018

Yes, I added it in my pom with

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<version>2.5.3</version>
			</plugin>

in the plugins section. If not specified it uses some default version. You can check the version in use with mvn help:effective-pom.

@jstaerk
Copy link
Collaborator

jstaerk commented Jan 13, 2018

thanks @mksplg , I released it as 1.5.1 and it looks as if the maven artifacts are there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants