You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexander@alexander-home:~/projects/playground/build/distributions/war/WEB-INF$ ls -al lib | grep app-
-rw-r--r-- 1 alexander alexander 1572653 Oct 29 10:38 app-web-toolkit-0.3-SNAPSHOT-client.jar
alexander@alexander-home:~/projects/playground/build/distributions/war/WEB-INF$ ls -al lib-core | grep app-
-rw-r--r-- 1 alexander alexander 22607 Oct 29 10:38 app-core-0.2-SNAPSHOT.jar
-rw-r--r-- 1 alexander alexander 22607 Oct 29 10:38 app-core-0.3-SNAPSHOT.jar
-rw-r--r-- 1 alexander alexander 47695 Oct 29 10:38 app-global-0.3-SNAPSHOT.jar
alexander@alexander-home:~/projects/playground/build/distributions/war/WEB-INF$ ls -al lib-web | grep app-
-rw-r--r-- 1 alexander alexander 47695 Oct 29 10:38 app-global-0.3-SNAPSHOT.jar
-rw-r--r-- 1 alexander alexander 90154 Oct 29 10:38 app-web-0.2-SNAPSHOT.jar
-rw-r--r-- 1 alexander alexander 90154 Oct 29 10:38 app-web-0.3-SNAPSHOT.jar
You can see that app-web.jar and app-core.jar are duplicated with previous and new artifact version.
But app-global.jar and app-web-toolkit.jar are not..
The text was updated successfully, but these errors were encountered:
alexbudarov
changed the title
BuildWar copies several JAR files after changing artifact version
BuildWar contains duplicate JAR files after changing artifact version
Oct 29, 2020
Environment
Description of the bug or enhancement
Forum topic: https://www.cuba-platform.ru/discuss/t/v-war-popadayut-neskolko-fajlov-app-core-i-app-wed-raznyh-versij-prilozheniya/5028
Then check which files are in WAR archive:
You can see that app-web.jar and app-core.jar are duplicated with previous and new artifact version.
But app-global.jar and app-web-toolkit.jar are not..
The text was updated successfully, but these errors were encountered: