javaee / glassfish-maven-plugin-legacy

Other
1 stars 5 forks source link

Simplify maven plugin usage #17

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

Usage of maven plugin is pretty involving:

org.glassfish.maven.plugin maven-glassfish-plugin 2.1 true admin $ {glassfish.password.file} domain1 8080 4848 $ {project.artifactId} ear/target/movieplex7-ear-1.0-SNAPSHOT.ear true false true

This can be extremely simplified by using lots of defaults. Ideally, I'd like to only say:

org.glassfish.maven.plugin maven-glassfish-plugin 2.1

and everything else should be defaulted.

This will really simplify running tests/samples with GlassFish in an OOTB configuration.

glassfishrobot commented 9 years ago

Reported by arungupta

glassfishrobot commented 9 years ago

Was assigned to super_glassfish

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA MAVEN_GLASSFISH_PLUGIN-17