The Maven Glassfish Plugin is a Maven plugin allowing management of Glassfish domains and component deployments from within the Maven build lifecycle.
Questions tagged [maven-glassfish-plugin]
18 questions
0
votes
1 answer
How to use Liquibase to update database in embedded Glassfish instance
I'm in the process of converting our db management to Liquibase. This is running along nicely.
As a subsequent step I want to assure that all future modifications gets tested before deploy to common environments, continuous integration style. I try…

Christian Karlsson
- 101
- 1
- 11
0
votes
5 answers
java.lang.VerifyError when deploying the new version of my Java EE web application
I modified some code in my current web project to add Spring transaction management. Everything works just fine when I deploy it in Eclipse or even when I call a "Maven clean" and a "Maven install" in my workspace. However when my continuous…

Coralie
- 107
- 3
- 17
0
votes
1 answer
Glassfish Maven Deploy Plugin - Deployment Failure
Getting an exception while trying to deploy my maven-based application into Glassfish 3.1.2.2.
I'm using org.glassfish.maven.plugin for deployment.
Here's my source files:
pom.xml
org.glassfish.maven.plugin
…

talha06
- 6,206
- 21
- 92
- 147