> Problem creating jar: Unexpected end of ZLIB input stream at > org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:429) > > Surprisingly, as soon as I disable / leave out the tika dependency, > assembly:assembly works as intended. Unfortunately, this is not what I
Are you sure the Apache Tika jar that you've got in your repo is a valid jar file? Can you open it with jar -xf and make sure? I'd suspect there is a problem with the jar since adding that dep is breaking your build. Otherwise, how big is your assembled artifact without this jar? I've heard of some really massive assemblies so I doubt that is your problem, but its worth asking... Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
