I _think_ with "package" that you are still effectively relying on the central
repo for the other components, which means that changes in packages packaged
earlier in the chain than the target package aren't visible to the target
package. When you "install," you're pushing those components to your local
repo one by one and changes to "pre-" components are reflected.
So, I think what's happening is that package is working just fine because the
new tika-parsers (with poi-3.14-beta1) isn't actually being used. However,
with install (and the actual poi-3.14-beta1 changes), tika-bundle is failing.
I need to work on this a bit more today to figure out if this is what's going
on.
Thank you for the confirmation!
Best,
Tim
-----Original Message-----
From: Dominik Stadler [mailto:[email protected]]
Sent: Tuesday, January 12, 2016 2:32 AM
To: POI Developers List <[email protected]>
Subject: Re: help with 3.14-beta1 bundling within Tika
My bad, had the wrong branch, on the poi-3.14 branch on Windows "package"
works, "install" did fail, hm, what difference is there when running tests
between those steps?
Dominik.
On Fri, Jan 8, 2016 at 3:25 PM, Allison, Timothy B. <[email protected]>
wrote:
> Interesting...that's for Tika 1.0...should be Tika-1.12-SNAPSHOT, no?
>
> The projects should be:
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache Tika parent
> [INFO] Apache Tika core
> [INFO] Apache Tika parsers
> [INFO] Apache Tika XMP
> [INFO] Apache Tika serialization
> [INFO] Apache Tika batch
> [INFO] Apache Tika application
> [INFO] Apache Tika OSGi bundle
> [INFO] Apache Tika translate
> [INFO] Apache Tika server
> [INFO] Apache Tika examples
> [INFO] Apache Tika Java-7 Components
> [INFO] Apache Tika
> [INFO]
> [INFO]
> ----------------------------------------------------------------------
> -- [INFO] Building Apache Tika parent 1.12-SNAPSHOT [INFO]
> ----------------------------------------------------------------------
> --
>
> -----Original Message-----
> From: Dominik Stadler [mailto:[email protected]]
> Sent: Friday, January 08, 2016 1:56 AM
> To: POI Developers List <[email protected]>
> Subject: Re: help with 3.14-beta1 bundling within Tika
>
> Hi,
>
> for me "mvn install" works as well, I'm on Windows, Cygwin, Maven
> 3.2.3
>
> Dominik.
>
> $ mvn install
> [INFO] Scanning for projects...
>
>