File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ The command builds two JAR files named javascript-console-repo-<version>.jar and
34
34
javascript-console-repo-<version >-sources.jar as well as javascript-console-repo-<version >.amp
35
35
in the 'target' directory within your project.
36
36
37
+ To hotdeploy to a local alfresco installation you can use the alfresco: install
38
+ command to deploy the Javascript Console directly to a WAR file or an exploded war folder:
39
+
40
+ mvn package alfresco:install -Dmaven.alfresco.warLocation=/path/to/tomcat/webapps/alfresco.war
41
+
37
42
If you want to build the module so it can be installed and run in an Alfresco 4.0 / 4.1 server
38
43
running on Java 6 you need to have a Java 6 JDK available. Either make sure that your JDK 6 is set
39
44
as the default Java environment (PATH / JAVA_HOME environment variable) or run the build with the
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ The command builds two JAR files named javascript-console-share-<version>.jar an
33
33
javascript-console-share-<version >-sources.jar as well as javascript-console-share-<version >.amp
34
34
in the 'target' directory within your project.
35
35
36
+ To hotdeploy to a local alfresco installation you can use the alfresco: install
37
+ command to deploy the Javascript Console directly to a WAR file or an exploded war folder:
38
+
39
+ mvn package alfresco:install -Dmaven.alfresco.warLocation=/path/to/tomcat/webapps/share.war
40
+
36
41
If you want to build the module so it can be installed and run in an Alfresco 4.0 / 4.1 server
37
42
running on Java 6 you need to have a Java 6 JDK available. Either make sure that your JDK 6 is set
38
43
as the default Java environment (PATH / JAVA_HOME environment variable) or run the build with the
You can’t perform that action at this time.
0 commit comments