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
Imagine the Jars being packaged into a .war, their names would be:
For maven-war-plugin and also other WAR archive creators elsewhere you usually can specify artifact naming pattern. What you see is an $artifactId-$version.$packaging (in maven terms) but nothing holds you from changing it into $groupId.$artifactId-$version.$packaging.
Imagine the Jars being packaged into a .war, their names would be:
= not very distinct with regard to other jar files.
Maybe artifactIds like "oca-ocpp-common" and "oca-ocpp-v1_6" would make more sense?
The text was updated successfully, but these errors were encountered: