RE: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Meir Yanovich
https://keys.mailvelope.com/pks/lookup?op=get=0xF31094A567CE732 > E > > > On Wed, Jun 3, 2020 at 9:44 PM Meir Yanovich > wrote: > >> im using the latest version of the maven-ear-plugin i like to bundle >> the test.war into my ear but the output is always : &

maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-03 Thread Meir Yanovich
im using the latest version of the maven-ear-plugin i like to bundle the test.war into my ear but the output is always : test1-test21999.test-SNAPSHOT.war which is always the default : outputFileNameMapping = @{groupId}@-@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@ how do i