Hi, i'm new to git/maven but have successful build of docbleach. The jar file corrupts every file I feed it. I have been using the last release / windows installer from December 2017 without issues, but wanted the new improvements. Files run through this current branch are 4K (for a docx that started as 2000K). No errors - output says file is good so i'm just copying it. Word says the file is corrupt and cannot be opened. Any ideas? Only issues during compile are 2 warnings:
[WARNING] Some problems were encountered while building the effective model for xyz.docbleach:cli:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 89, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 133, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
and this: [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
but, green build. Running the cli/target jar file.
I have asked a developer/coder to compile and we get the same results. Any help..... Thanks
Hi, i'm new to git/maven but have successful build of docbleach. The jar file corrupts every file I feed it. I have been using the last release / windows installer from December 2017 without issues, but wanted the new improvements. Files run through this current branch are 4K (for a docx that started as 2000K). No errors - output says file is good so i'm just copying it. Word says the file is corrupt and cannot be opened. Any ideas? Only issues during compile are 2 warnings:
[WARNING] Some problems were encountered while building the effective model for xyz.docbleach:cli:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 89, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 133, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
and this: [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
but, green build. Running the cli/target jar file.
I have asked a developer/coder to compile and we get the same results. Any help..... Thanks