Build with maven with "caching" option
Posted: Wed Jan 16, 2013 12:19 am
Hi,
I use maven to build application. When I use "caching" option like that:
I have error:
Without "caching" everything is fine but having this libraries cached is crucial for application load time, etc.
Can you please recompile libraries with digest.
Best regards.
I use maven to build application. When I use "caching" option like that:
Code: Select all
<dependency>
<groupId>com.stimulsoft</groupId>
<artifactId>stimulsoft-viewer</artifactId>
<version>${stimulsoft.reports.fx.version}</version>
<type>swc</type>
<scope>caching</scope>
</dependency>
...
Code: Select all
Error: No signed digest found in catalog.xml of the library, C:\Users\bob.the.builder\.m2\repository\com\stimulsoft\stimulsoft-viewer\2012.3\stimulsoft-viewer-2012.3.swc. Compile the library with -create-digest=true and try again.
Can you please recompile libraries with digest.
Best regards.