diff --git a/ear/src/plugin-test/maven.xml b/ear/src/plugin-test/maven.xml index 0738c40f..6ab2261a 100644 --- a/ear/src/plugin-test/maven.xml +++ b/ear/src/plugin-test/maven.xml @@ -15,7 +15,11 @@ * limitations under the License. */ --> - + @@ -25,12 +29,7 @@ - - - - ${expectedFile} not generated - + + - - - - ${expectedFile} not bundled - + + - - - - ${expectedFile} not bundled - + @@ -59,18 +54,16 @@ - - - commons-collections-2.1.jar not bundled as a java module found '${firstJavaModule}' instead - - + - - - - ${expectedFile} not bundled as a resource - + + + + diff --git a/ear/src/plugin-test/project.properties b/ear/src/plugin-test/project.properties index 20d24bc0..ee45d71b 100644 --- a/ear/src/plugin-test/project.properties +++ b/ear/src/plugin-test/project.properties @@ -17,3 +17,6 @@ maven.deployable.component=${maven.final.name}.ear maven.j2ee.ear.appxml=${maven.conf.dir}/application.xml maven.ear.appxml.generate=true +# note the override below is needed, as the ear plugin redefines the licenseFile in +# it's own project.properties, and running plugin:test would otherwise fail +maven.license.licenseFile=${basedir}/LICENSE.txt \ No newline at end of file