DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

alfresco-maven-plugin Install Goal Fails When warLocation is a Non-Exploded WAR #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add the alfresco-maven-plugin as described in Method 3 at 
https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco
-lifecycle-aggregator/latest/plugins/alfresco-maven-plugin/usage.html
2. Specify a warLocation which points to a WAR file, not an exploded dir
3. Run mvn clean install

What is the expected output? What do you see instead?

Expected result is that the AMP is installed in the specified WAR.  The actual 
result is an error that no webapp is found at the specified location

InstallMojo checks for the existence of a web.xml and MANIFEST.MF files within 
the warLocation but can not inspect those paths inside of a zipped WAR.

Original issue reported on code.google.com by ray.ga...@alfresco.com on 24 Jan 2013 at 1:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r662.

Original comment by ray.ga...@alfresco.com on 24 Jan 2013 at 2:04