Closed slanglois closed 9 years ago
I have added an initial logging, you can test in 2.1.1-SNAPSHOT. modules.properties is not that easy. Can we use the project version and assume those 2 (pom version and module.properties) are always the same (can't think why it should be different).
@slanglois Can you test if this works for you (with 2.1.1-SNAPSHOT)? Assigning the issue to you.
Thanks!
[INFO] --- alfresco-maven-plugin:2.1.1-SNAPSHOT:install (install-amps) @ alfresco ---
[INFO] Installing all AMPs from directory d:\work\web-apps\Share\branches\RA-SPRINT6\alfresco\target\amps into WAR/exploded webapp at d:\work\web-apps\Share\branches\RA-SPRINT6\alfresco\target\alfresco.war
[INFO] AMPs installed successfully
OK, that will do! Thanks
The
install
goal of the Maven plugin does not log anything, which is not very standard and confused me a few times:It would be nice to have at least a line with level
[INFO]
telling which AMP file is installed and where. That especially makes sense since you can pass a folder of AMPs to have all of them installed. The log could be something like:Additionally, if it's not too complicated, it would be even nicer to display the id and version from the
module.properties
, if available: