Questions tagged [maven-glassfish-plugin]

The Maven Glassfish Plugin is a Maven plugin allowing management of Glassfish domains and component deployments from within the Maven build lifecycle.

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…
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
1
2