Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

add an install option to run.sh build (or just create a new command run.sh install) #565

Closed rmknightstar closed 3 years ago

rmknightstar commented 5 years ago

There is no way to install the AMP/JAR that you are creating into your local maven repository. This would make it easier to include it in other runner instances.

narkuss commented 5 years ago

Change your run.bat or run.sh files to execute mvn clean install instead of mvn clean package:

image