Skip to content
This repository was archived by the owner on Dec 28, 2018. It is now read-only.
filipmaelbrancke edited this page Apr 5, 2013 · 13 revisions

LiveCycle Maven Plugin

A Maven plugin to control various Adobe LiveCycle related actions through a Maven workflow.

Adobe LiveCycle has a Java API which allows to perform several service operations, such as programmatically deploying a LiveCycle application and so on, instead of going through the LiveCycle Administration Console.

This Maven plugin builds on top of the Adobe LiveCycle Java API, and enables you to integrate several LiveCycle operations in your Maven work flows.

This is especially handy if your Adobe LiveCycle project is part of a bigger (Java-based) system where you already use Maven to orchestrate the builds and deployments.

The plugin facilitates deployment on different environments through the use of Maven profiles.

Features

The available mojos are:

  • Configuration Mojo: configures LiveCycle services
  • Deploy DSC Mojo: deploys a DSC file (a custom LiveCycle component) to a LiveCycle server
  • Deploy LCA Mojo: deploys an LCA file (a LiveCycle application) to a LiveCycle server
  • Copy Content Space Mojo: recursilvely copies the content of one content space to another content space
  • Ping Mojo: mojo that can fail the build if the server cannot be contacted
  • Generate Component XML Mojo: generates a component.xml file from the comments in the source code

Documentation

Source

Check out the source code:

$ git clone https://github.com/idamediafoundry/livecycle-maven.git

License

Copyright 2012-2013 iDA MediaFoundry www.ida-mediafoundry.be

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Credits

Created by iDA MediaFoundry

iDA MediaFoundry

Clone this wiki locally