arun-gupta / couchbase-javaee

Couchbase Java EE Application
34 stars 32 forks source link

Add a new Maven profile to deploy to Liberty Profile #6

Open arun-gupta opened 8 years ago

arun-gupta commented 8 years ago

Possibly @davidcurrie can help.

davidcurrie commented 8 years ago

Absolutely - happy to help. Is there a specific question or should I just start by looking at what you have for Wildfly?

arun-gupta commented 8 years ago

Started work at https://github.com/arun-gupta/couchbase-javaee/blob/master/pom.xml#L135. Here is what I'd like:

davidcurrie commented 8 years ago

Step #3 is going to be the tricky one today as the Liberty maven plugin doesn't currently support remote deployments.

@jgawor - can you give us an outlook on https://github.com/WASdev/ci.maven/issues/16 ? And is the means of remote deployment going to be compatible with Liberty under Docker?

An interim workaround would be to build the Docker image with the app in it.