Thanks for your reply 

But when i tried that command its giving me

mvn help:describe -Dplugin=ejb -Dmojo=ejb -Dfull=true

NFO] Scanning for projects...
NFO] Searching repository for plugin with prefix: 'help'.
NFO] org.apache.maven.plugins: checking for updates from maven-snapshots
NFO] org.codehaus.mojo: checking for updates from maven-snapshots
NFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for 
updates from maven-snapshots
NFO] 
----------------------------------------------------------------------------
NFO] Building Bomac Notify EJB
NFO]    task-segment: [help:describe] (aggregator-style)
NFO] 
----------------------------------------------------------------------------
NFO] [help:describe]
NFO] Searching repository for plugin with prefix: 'ejb'.
NFO] 
----------------------------------------------------------------------------
RROR] FATAL ERROR
NFO] 
----------------------------------------------------------------------------
NFO] null
NFO] 
----------------------------------------------------------------------------
NFO] Trace
va.lang.NullPointerException
      at 
org.apache.maven.plugins.help.DescribeMojo.execute(DescribeMojo.java:218)
      at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415)
      at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531)
      at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:485)
      at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:455)
      at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
303)
      at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:216)
      at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
      at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
      at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
      at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
      at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
      at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
      at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
NFO] 
----------------------------------------------------------------------------
NFO] Total time: 2 seconds
NFO] Finished at: Thu Mar 30 10:48:54 CST 2006
NFO] Final Memory: 2M/5M
NFO] 
----------------------------------------------------------------------------



Please advice


Thanks,
Raghu 





John Casey <[EMAIL PROTECTED]>
03/30/2006 10:04 AM
Please respond to "Maven Users List"

 
        To:     Maven Users List <users@maven.apache.org>
        cc: 
        Subject:        Re: Is there documentation for Client-Jar creation?


What specifically do you want to configure? The list of classes that go 
in the client jar? If so, try putting something like the following in 
your maven-ejb-plugin configuration:

<clientIncludes>
   <clientInclude>**/SomeClassPrefix*</clientInclude>
</clientIncludes>

<clientExcludes>
   <clientExclude>**/*SomeSuffix*</clientExclude>
</clientExcludes>

If you want more info, you can run:

mvn help:describe -Dplugin=ejb -Dmojo=ejb -Dfull=true

HTH,

John

[EMAIL PROTECTED] wrote:
> Hi All,
> 
> I want to include and exclude some files in creating ejb-client jar,
> 
> 
> But i don't know what need to be included in configuration section of 
ejb 
> plugin , is there any documentation for this  like " how to configure 
> client jar""
> 
> or is there some sample somewhere /some one has it
> 
> Please advice
> 
> 
> 
> 
> 
> 
> Thanks,
> Raghu 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to