Hello, I'm using isc-maven-plugin 1.4.5 with maven 3.6.3_1.
I noticed that the latest maven-war-plugin which works is the 3.2.0, from 3.2.1 to 3.3.1 I get this error (while packaging after a clean):
is it something which requires some fix to the SmartClient overlays? I've got some overlay made by me and those seem to work.
I noticed that the latest maven-war-plugin which works is the 3.2.0, from 3.2.1 to 3.3.1 I get this error (while packaging after a clean):
Code:
[DEBUG] OverlayPackagingTask performPackaging overlay.getTargetPath() null [INFO] Processing overlay [ id com.isomorphic.smartclient.enterprise:smartclient-resources] [DEBUG] Expanding: /Users/bosticco/.m2/repository/com/isomorphic/smartclient/enterprise/smartclient-resources/12.1-p20200711/smartclient-resources-12.1-p20200711.war into /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/JpcEP/target/war/work/com.isomorphic.smartclient.enterprise/smartclient-resources Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.3.1:war (default-war) on project JpcEP: Error unpacking file [/Users/bosticco/.m2/repository/com/isomorphic/smartclient/enterprise/smartclient-resources/12.1-p20200711/smartclient-resources-12.1-p20200711.war] to [/Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/JpcEP/target/war/work/com.isomorphic.smartclient.enterprise/smartclient-resources]
Comment