[
http://jira.amdatu.org/jira/browse/AMDATU-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11298#comment-11298
]
Bram de Kruijff commented on AMDATU-399:
----------------------------------------
Committed initial code in my snadbox. Sample usage for deploying from the build:
<plugin>
<groupId>org.amdatu.maven</groupId>
<artifactId>amdatu-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<id>deploy-to-amdatu</id>
<phase>package</phase>
<goals>
<goal>deployBundle</goal>
</goals>
<configuration>
<amdatuServer>http://localhost:8080/client/work</amdatuServer>
</configuration>
</execution>
</executions>
</plugin>
> Command line / maven client that talks to the AMS REST API
> ----------------------------------------------------------
>
> Key: AMDATU-399
> URL: http://jira.amdatu.org/jira/browse/AMDATU-399
> Project: Amdatu
> Issue Type: New Feature
> Components: Amdatu Provisioning
> Affects Versions: 0.3.0-M0
> Reporter: Bram de Kruijff
> Fix For: 0.3.0-M1
>
>
> At present an ACE server can only be managed through its webui. AMDATU-390
> will provide a REST api that will allow us to automate common tasks like
> updating a bundle from a build. To do so we only need a client to do so. For
> more intel see
> http://www.amdatu.org/confluence/display/Amdatu/Milestone+1+-+Amdatu+Platform+Provisioning
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers