users@glassfish.java.net

Re: Where is the maven-embedded-glassfish-plugin source code?

From: Bhavanishankar <bshankar_at_sun.com>
Date: Wed, 02 Feb 2011 23:28:39 +0530

You can also refer to plenty of maven-plugin devtests @
http://java.net/projects/glassfish/sources/svn/show/trunk/v3/tests/embedded/maven-plugin

HTH,
Bhavani.

On 02/02/2011 11:26 PM, Bhavanishankar wrote:
> The source code of the plugin is @
> https://svn.java.net/svn/glassfish~svn/trunk/maven-plugin
> (You could have figured that out by checking plugin's pom file
> <http://download.java.net/maven/glassfish/org/glassfish/maven-embedded-glassfish-plugin/3.1-SNAPSHOT/maven-embedded-glassfish-plugin-3.1-SNAPSHOT.pom>)
>
> If you want me to take a look, please send me your application's
> pom.xml and EJB classes which is causing the error.
>
> _Bhavani.
>
> On 02/02/2011 10:43 PM, Laird Nelson wrote:
>> I don't see any pom.xml file in the main Glassfish source code that
>> contains the artifact id "maven-embedded-glassfish-plugin". That's
>> the only way I know how to find it. Is it hosted in a different
>> source code repository? In a different Kenai project?
>>
>> I need to find its documentation so I can understand what the <app>
>> configuration parameter takes and is used for. I'm currently getting
>> an error that indicates that the embedded Glassfish instance launched
>> by this plugin has no idea how to deploy my EJB classes.
>>
>> Best,
>> Laird