<dependency>
<groupId>org.glassfish</groupId>
<artifactId>maven-embedded-glassfish-plugin</artifactId>
<version>3.1.1</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='maven-embedded-glassfish-plugin', version='3.1.1')
)